@charset "UTF-8";

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*,
*::before,
*::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dd {
  margin-left: 0;
}

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="number"] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

input,
button,
select,
textarea {
  border: none;
  outline: none;
}

:focus:not(:focus-visible) {
  outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

textarea {
  display: block;
  resize: vertical;
}

img {
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  display: block;
  font-style: italic;
  height: auto;
  max-width: 100%;
  shape-margin: 0.75rem;
  width: 100%;
}

time {
  display: block;
}

.txleft {text-align: left!important;}
.txcenter {text-align: center!important;}
.txright {text-align: right!important;}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  ミックスイン

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

:root {
  --letter-spacing: 0.05em;
  --scrollbar-width: 0;
}

:where(*, *::before, *::after) {
  letter-spacing: var(--letter-spacing);
}

a {
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: opacity;
}

html {
  font-size: 0.63vw;
}

body {
  background: #fdfdfd;
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-break: strict;
  line-height: 1.5;
  min-height: 100vh;
  min-height: 100dvh;
  opacity: 0;
  overflow-wrap: anywhere;
  transition: opacity 0.5s ease-in-out;
  word-break: normal;
}

body.fixed {
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

body.is-show {
  opacity: 1;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  セクション見出し

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.c-heading {
  overflow: hidden;
  text-align: center;
}

.c-heading__en {
  background: #000;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-inline: auto;
  padding: 0.29em 0.57em;
  text-transform: uppercase;
  transition: translate 0.5s ease-in-out;
  translate: 0% -105%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-heading__en:where(.c-heading.is-anim *) {
  translate: 0 0;
}

.c-heading__ja {
  font-size: 4.4rem;
  line-height: 1.2;
  margin-top: 0.61em;
  transition: translate 0.5s 0.3s ease-in-out;
  translate: 0% 105%;
}

.c-heading__ja:where(.c-heading.is-anim *) {
  translate: 0 0;
}

.c-heading__ja.c-heading__ja--small {
  font-size: 4rem;
  margin-top: 0.45em;
}

.c-heading__mind-match {
  display: -ms-inline-grid;
  display: inline-grid;
  font-size: 4rem;
  line-height: 1.25;
  margin-right: 0.25em;
  translate: 0 0.08em;
}

.c-heading__mind-match-en {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.c-heading__mind-match-ja {
  --letter-spacing: 0.23em;
  font-size: 1.2rem;
  line-height: 1.17;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  ステップのアイコン

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.c-step {
  --letter-spacing: -0.01em;
  aspect-ratio: 1;
  background: #000;
  border-radius: 50%;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-family: "Oswald", sans-serif;
  place-content: center;
  place-items: center;
  width: 6.5rem;
}

.c-step__en {
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
}

.c-step__number {
  font-size: 2.8rem;
  line-height: 1.14;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  グリッドレイアウト

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.l-grid {
  -ms-grid-columns: 1fr 2.2rem 1fr 2.2rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 2.2rem;
  grid-template-columns: repeat(3, 1fr);
}

.l-grid__item:nth-of-type(1) {
  background-image: linear-gradient(158.3deg, #fcc303 0%, #e8aa00 100%);
}

.l-grid__item:nth-of-type(2) {
  background-image: linear-gradient(163deg, #12bbd6 0%, #0089c6 100%);
}

.l-grid__item:nth-of-type(3) {
  background-image: linear-gradient(162deg, #e12284 0%, #b10828 100%);
}

.l-inner {
  margin-inline: auto;
  max-width: 124.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  width: 100%;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  セクション

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.l-section {
  padding: 7rem 0;
}

.l-wrapper {
  overflow-x: clip;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  費用について

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-cost {
  background: #f3f3f3;
}

.p-cost__container {
  margin-top: 5rem;
}

.p-cost__contents {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.06);
}

.p-cost__contents:nth-of-type(n + 2) {
  margin-top: 3rem;
}

.p-cost__contents-head {
  background: #333;
  color: #fff;
  font-size: 3rem;
  line-height: 1.87;
  padding: 0.23em 0.67em;
  text-align: center;
}

.p-cost__contents-head-inner {
  display: block;
  overflow: hidden;
}

.p-cost__contents-head-inner span {
  display: block;
  transition: translate 0.5s ease-in-out;
  translate: 0 105%;
}

.p-cost__contents-head-inner span:where(.p-cost__contents-head.is-anim *) {
  translate: 0 0;
}

.p-cost__contents-body {
  background: #fff;
  color: #333;
  padding: 2.8rem 5rem 4rem;
}

.p-cost__price-area {
  text-align: center;
}

.p-cost__price {
  font-size: 3.6rem;
  line-height: 1.2;
}

.p-cost__price .number {
  font-size: 1.44em;
}

.p-cost__price .small {
  display: inline-block;
  font-size: 1.4rem;
}

.p-cost__price-dt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.p-cost__dl {
  border-top: 0.1rem solid #333;
  margin-top: 3.2rem;
}

.p-cost__content {
  -ms-grid-columns: 24rem 3.6rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 3.6rem;
  grid-template-columns: 24rem 1fr;
  padding: 2rem 0;
}

.p-cost__content {
  border-bottom: 0.1rem solid #333;
}

.p-cost__dt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.p-cost__dd {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.63;
}

.p-cost__list {
  padding-left: 1em;
}

.p-cost__item {
  text-indent: -1em;
}

.p-cost__item::before {
  content: "■";
  margin-right: 0.2em;
}

.p-cost__item:nth-of-type(n + 2) {
  margin-top: 0.8em;
}

.p-cost__item-small-text {
  font-size: 1.2rem;
  line-height: 1.83;
}

.p-cost__attention {
  color: #333;
  font-size: 1.2rem;
  margin-top: 2.4rem;
  text-align: center;
}

.p-cost__child-content {
  margin-top: 0.8em;
}

.p-cost__dd-small-text {
  font-size: 1.2rem;
  line-height: 1.83;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

お問い合わせ

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-cta {
  padding: 14rem 0 7rem;
}

.p-cta__top-area {
  margin-inline: auto;
  max-width: 74.8rem;
  position: relative;
  z-index: 1;
}

.p-cta__back-text {
  color: #f3f3f3;
  font-family: "Oswald", sans-serif;
  font-size: 19.2rem;
  left: 50%;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  translate: -50% calc(-50% - 0.02em);
  white-space: nowrap;
  z-index: -1;
}

.p-cta__heading {
  --letter-spacing: 0.07em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.p-cta__button {
  align-items: center;
  background: #000;
  border-radius: 100vmax;
  color: #fff;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  gap: 0.33em;
  justify-content: center;
  margin-top: 4rem;
  padding: 0.92em 0.83em;
  text-transform: uppercase;
}

.p-cta__button-icon {
  flex-shrink: 0;
  margin-top: 0.05em;
  width: 0.88em;
}

.p-cta__bottom-area {

  border: 0.1rem solid #333;
  color: #333;
  display: -ms-grid;
  display: grid;
  margin-inline: auto;
  margin-top: 6rem;
  max-width: 90rem;
  position: relative;
  z-index: 1;
}

/*.p-cta__bottom-area::after {
  background: #e6e6e6;
  bottom: 3rem;
  content: "";
  display: block;
  height: auto;
  left: 50%;
  position: absolute;
  top: 3rem;
  translate: -50% 0;
  width: 0.1rem;
}
*/
.p-cta__tel {
  padding: 8rem 6.8rem 8rem 8rem;
}

.p-cta__tel-link {
  --letter-spacing: 0.07em;
  align-items: baseline;
  display: flex;
  font-size: 3.8rem;
  gap: 0.26em;
  justify-content: center;
  line-height: 1.45;
  margin-top: 1.2rem;
}

.p-cta__tel-icon {
  flex-shrink: 0;
  width: 0.74em;
}

.p-cta__time {
  --letter-spacing: 0.07em;
  font-size: 1.4rem;
  margin-top: 0.4rem;
  text-align: center;
}

.p-cta__line {
  padding: 8rem 5.6rem;
}

.p-cta__line-contents {
  align-items: center;
  display: flex;
  gap: 2.2rem;
  justify-content: center;
  margin-top: 2rem;
}

.p-cta__line-qr {
  flex-shrink: 0;
  width: 7.8rem;
}

.p-cta__line-button {
  --letter-spacing: 0;
  align-items: center;
  background: #04c755;
  border-radius: 100vmax;
  color: #fff;
  display: flex;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 0.6rem;
  justify-content: center;
  padding: 0.94em 1.5em;
  width: min(100%, 23.8rem);
}

.p-cta__line-button-icon {
  flex-shrink: 0;
  width: 1.44em;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  採用までの流れ

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-flow__top-list {
  -ms-grid-columns: 1fr 2.2rem 1fr 2.2rem 1fr 2.2rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 2.2rem;
  grid-template-columns: repeat(4, 1fr);
  margin-inline: auto;
  margin-top: 4.5rem;
  width: min(100%, 98.6rem);
}

.p-flow__top-item {
  aspect-ratio: 1;
  background-image: linear-gradient(136deg, #f3f3f3 0%, #d8d8d8 100%);
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
}

.p-flow__top-item:nth-of-type(n + 2)::before {
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  aspect-ratio: 10/19;
  background: #d3d3d3;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  content: "";
  display: block;
  left: -1.1rem;
  position: absolute;
  scale: 0 1;
  top: 50%;
  transform-origin: top left;
  transition: scale 0.5s ease-in-out;
  translate: -50% -50%;
  width: 1rem;
  z-index: 1;
}

.p-flow__top-item:nth-of-type(n + 2).is-anim::before {
  scale: 1 1;
}

.p-flow__top-item::after {
  background: #fdfdfd;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  transform-origin: top right;
  transition: scale 0.5s ease-in-out;
  z-index: 50;
}

.p-flow__top-item.is-anim::after {
  scale: 0 1;
}

.p-flow__top-item-step {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 5;
}

.p-flow__top-item-title {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  text-align: center;
  z-index: 5;
}

.p-flow__top-item-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  z-index: 1;
}

.p-flow__top-item-icon.p-flow__top-item-icon--01 {
  width: 10.1rem;
}

.p-flow__top-item-icon.p-flow__top-item-icon--02 {
  width: 13rem;
}

.p-flow__top-item-icon.p-flow__top-item-icon--03 {
  width: 15.7rem;
}

.p-flow__top-item-icon.p-flow__top-item-icon--04 {
  width: 16.7rem;
}

.p-flow__step {
  margin-top: 3.8rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  フッター

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-footer {
  background: #f3f3f3;
  padding: 7.5rem 0 6rem;
}

.p-footer__container {
  margin-inline: auto;
  max-width: 83.6rem;
}

.p-footer__top-area {
  align-items: center;
  display: flex;
  gap: 5rem;
  justify-content: flex-start;
}

.p-footer__logo {
  display: block;
  width: min(100%, 36.8rem);
}

.p-footer__address {
  color: #333;
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.94;
  padding-left: 4.6rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-footer__address::before {
  background: #e6e6e6;
  bottom: -1.5rem;
  content: "";
  height: auto;
  left: 0;
  position: absolute;
  top: -1.5rem;
  width: 0.1rem;
}

.p-footer__copyright {
  margin-top: 4.2rem;
  text-align: center;
}

.p-footer__copyright small {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.p-hamburger {
  display: none;
}

.p-hamburger__button {
  height: 2.3rem;
  position: relative;
  transition: opacity 0.5s;
  width: 3.4rem;
  z-index: 200;
}

.p-hamburger__button span {
  background-color: #000;
  display: block;
  height: 0.4rem;
  position: absolute;
  scale: 1 0.5;
  transition-duration: 0.5s;
  transition-property: translate, rotate, opacity, top, bottom;
  width: 100%;
}

.p-hamburger__button span:nth-of-type(1) {
  left: 0;
  top: 0;
}

.p-hamburger__button span:nth-of-type(2) {
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

.p-hamburger__button span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}

.p-hamburger__button[aria-expanded="true"] span:nth-of-type(1) {
  rotate: 45deg;
  top: 50%;
  translate: 0 -50%;
}

.p-hamburger__button[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}

.p-hamburger__button[aria-expanded="true"] span:nth-of-type(3) {
  bottom: 50%;
  rotate: -45deg;
  translate: 0 50%;
}

.p-hamburger__mask {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: visibility, opacity;
  visibility: hidden;
  width: 100%;
  z-index: 50;
}

.is-open .p-hamburger__mask {
  opacity: 1;
  visibility: visible;
}

.p-hamburger__nav {
  background-color: #fff;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  transition-property: translate, visibility, opacity;
  translate: 100% 0;
  visibility: hidden;
  width: min(92%, 40rem);
  z-index: 100;
}

.is-open .p-hamburger__nav {
  opacity: 1;
  translate: 0 0;
  visibility: visible;
}

.p-hamburger__menu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
  overflow-y: auto;
  padding: 8rem 2rem;
  width: 100%;
}

.p-hamburger__menu-item {
  color: #000;
}

.p-hamburger__menu-item:last-of-type {
  margin-top: 2rem;
}

.p-hamburger__tel {
  align-items: center;
  display: flex;
  gap: 0.4rem;
}

.p-hamburger__tel-icon {
  margin-left: 0.2rem;
  width: 2.4rem;
}

.p-hamburger__tel-icon img {
  -o-object-fit: contain;
  aspect-ratio: 1;
  object-fit: contain;
}

.p-hamburger__tel-text {
  font-family: "Oswald", sans-serif;
  font-size: 2.8rem;
}

.p-hamburger__time {
  --letter-spacing: 0.035em;
  background: #f7f8f5;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.42;
  padding: 0.25em 0.33em;
}

.p-hamburger__contact {
  align-items: center;
  background: #000;
  border-radius: 100vmax;
  color: #fff;
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  min-height: 4.6rem;
  min-width: 18rem;
  padding: 0.6rem 1.2rem;
}

.p-hamburger__contact-icon {
  margin-top: 0.2rem;
  width: 2rem;
}

.p-hamburger__contact-icon img {
  -o-object-fit: contain;
  aspect-ratio: 21/16;
  object-fit: contain;
}

.p-hamburger__contact-text {
  --letter-spacing: 0.03em;
  font-family: "Oswald", sans-serif;
  font-size: 2.2rem;
  text-transform: uppercase;
}

.p-hamburger__logo {
  display: block;
  width: min(100%, 26rem);
}

.p-hamburger__company-info {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  margin-top: 1.2rem;
}

.p-header {
  left: 0;
  position: fixed;
  top: 0;
  transition: background-color 0.5s ease;
  width: 100%;
  z-index: 100;
}

.p-header.js-change {
  background-color: #fff;
}

.p-header__inner {
  align-items: center;
  display: flex;
  height: 9rem;
  justify-content: space-between;
  padding: 0 3rem;
}

.p-header__logo-content {
  height: 100%;
}

.p-header__logo {
  display: -ms-grid;
  display: grid;
  height: 100%;
  place-content: center;
  place-items: center;
}

.p-header__logo-en {
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase;
}

.p-header__logo-ja {
  --letter-spacing: 0.23em;
  font-size: 1.2rem;
  margin-top: 0.33em;
}

.p-header__nav {
  height: 100%;
}

.p-header__menu {
  align-items: center;
  display: flex;
  gap: 1.2rem;
  height: 100%;
}

.p-header__tel {
  align-items: center;
  display: flex;
  gap: 0.4rem;
}

.p-header__tel-icon {
  margin-left: 0.4rem;
  width: 2.8rem;
}

.p-header__tel-icon img {
  -o-object-fit: contain;
  aspect-ratio: 1;
  object-fit: contain;
}

.p-header__tel-text {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}

.p-header__time {
  --letter-spacing: 0.035em;
  background: #f7f8f5;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.42;
  padding: 0.25em 0.33em;
}

.p-header__contact {
  align-items: center;
  background: #000;
  border-radius: 100vmax;
  color: #fff;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  min-height: 5.8rem;
  min-width: 20rem;
  padding: 0.8rem 1.6rem;
}

.p-header__contact-icon {
  margin-top: 0.3rem;
  width: 2.1rem;
}

.p-header__contact-icon img {
  -o-object-fit: contain;
  aspect-ratio: 21/16;
  object-fit: contain;
}

.p-header__contact-text {
  --letter-spacing: 0.03em;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  マインドマッチ

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-mind {
  background: #f3f3f3;
}

.p-mind__catch-content {
  overflow: hidden;
}

.p-mind__catch {
  align-items: center;
  display: flex;
  font-size: 9.2rem;
  gap: 1rem;
  justify-content: center;
  line-height: 1;
  transition: translate 0.5s ease-in-out;
  translate: 0% 105%;
}

.p-mind__catch:where(.p-mind__catch-content.is-anim *) {
  translate: 0 0;
}

.p-mind__tag {
  background-image: linear-gradient(132.5deg, #e12284 0%, #b10828 100%);
  color: #fff;
  padding: 0.17em 0.2em 0.2em;
}

.p-mind__tag.p-mind__tag--blue {
  background-image: linear-gradient(141deg, #12bbd6 0%, #0089c6 100%);
}

.p-mind__symbol {
  color: #333;
}

.p-mind__title-contents {
  margin-top: 5.5rem;
  position: relative;
  z-index: 1;
}

.p-mind__bg-text {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 19.2rem;
  left: 50%;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  top: -0.18em;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: -1;
}

.p-mind__title-content {
  overflow: hidden;
}

.p-mind__title {
  color: #333;
  font-size: 3.8rem;
  line-height: 1.21;
  text-align: center;
  transition: translate 0.5s ease-in-out;
  translate: 0 105%;
}

.p-mind__title:where(.p-mind__title-content.is-anim *) {
  translate: 0 0;
}

.p-mind__title-highlight {
  color: #d01864;
  font-size: 4.4rem;
  line-height: 1.2;
}

.p-mind__title-highlight.p-mind__title-highlight--blue {
  color: #0089c6;
}

.p-mind__desc {
  color: #333;
  font-size: 1.8rem;
  line-height: 1.83;
  margin-top: 4.4rem;
  text-align: center;
}

.p-mind__emphasis {
  background: #fff;
  border: 0.1rem solid currentColor;
  color: #333;
  font-size: 2.2rem;
  line-height: 1.68;
  margin-inline: auto;
  margin-top: 1.6rem;
  padding: 0.18em 0.55em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-mind__emphasis-pink {
  color: #d01864;
  font-size: 2.8rem;
  line-height: 1.32;
  margin-right: 0.14em;
}

.p-mind__boxes {
  -ms-grid-columns: (1fr) [2];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 6.8rem;
}

.p-mind__box {
  -ms-grid-rows: subgrid;
  -ms-grid-row-span: 2;
  display: -ms-grid;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  position: relative;
  z-index: 1;
}

.p-mind__box.p-mind__box--new {
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.1);
}

.p-mind__box::before {
  background: #f3f3f3;
  content: "";
  display: block;
  inset: -2rem;
  position: absolute;
  transition: translate 0.5s ease-in-out;
  z-index: 5;
}

.p-mind__box.is-anim::before {
  translate: 105% 0;
}

.p-mind__old-title-area {
  -ms-grid-row-align: end;
  align-self: end;
  color: #fff;
}

.p-mind__old-title {
  background: #505050;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-size: 2.6rem;
  line-height: 1.85;
  padding: 1.6rem 2.4rem;
  place-items: center;
}

.p-mind__new-title-area {
  background: #f4e900;
  color: #000;
  padding: 2rem 2.4rem 2.2rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.p-mind__new-title-label {
  align-items: baseline;
  color: #d01864;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  left: 50%;
  line-height: 1.55;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  translate: -50% -50%;
  z-index: 1;
}

.p-mind__new-title-label::before,
.p-mind__new-title-label::after {
  color: inherit;
  display: block;
  transform-origin: center bottom;
}

.p-mind__new-title-label::before {
  content: "＼";
  rotate: 10deg;
}

.p-mind__new-title-label::after {
  content: "／";
  rotate: -10deg;
}

.p-mind__new-title-en {
  font-family: "Oswald", sans-serif;
  font-size: 5.3rem;
  line-height: 1.32;
  text-transform: uppercase;
}

.p-mind__new-title-ja {
  --letter-spacing: 0.23em;
  font-size: 1.6rem;
  line-height: 1;
}

.p-mind__box-list {
  background: #fafafa;
  border: 0.1rem solid #d9d9d9;
  border-top: none;
  padding: 2.4rem 3.2rem 4rem;
}

.p-mind__box-item {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}

.p-mind__box-item.p-mind__box-item--text-large {
  font-size: 2rem;
  line-height: 2.1;
}

.p-mind__box-item .pink {
  color: #d01864;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  メインビジュアル

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-mv {
  padding: 12.4rem 2.4rem 7rem;
}

.p-mv__inner {
  margin-inline: auto;
  max-width: 141rem;
}

.p-mv__top-text-content {
  align-items: flex-start;
  display: flex;
  gap: 0.4rem;
  justify-content: center;
}

.p-mv__top-text-icon {
  flex-shrink: 0;
  width: 3.9rem;
}

.p-mv__top-text {
  font-size: 3rem;
  line-height: 1.2;
  margin-top: 0.1em;
}

.p-mv__label-text {
  background: #000;
  color: #fff;
  font-size: 4rem;
  line-height: 1.18;
  margin-inline: auto;
  margin-top: 1.2rem;
  padding: 0.1em 0.35em 0.15em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-mv__title {
  font-size: 19.2rem;
  margin-top: 2.4rem;
  text-align: center;
}

.p-mv__title-en {
  font-family: "Oswald", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

.p-mv__title-ja {
  --letter-spacing: 0.23em;
  font-size: 0.14em;
  margin-top: 1.6rem;
}

.p-mv__list {
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.4rem;
}

.p-mv__item {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.p-mv__item::before {
  background: #fdfdfd;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  transition: translate 1s ease-in-out;
  z-index: 10;
}

.p-mv__item.is-anim::before {
  translate: -105% 0;
}

.p-mv__item-inner {
  aspect-ratio: 450/581;
  font-size: clamp(11rem, -0.2rem + 9.3333333333vw, 13.8rem);
  padding: 0.23em 0.25em 0 0.35em;
  position: relative;
  transition: translate 1s ease-in-out;
  translate: -105% 0;
  z-index: 1;
}

.p-mv__item-inner:where(.p-mv__item.is-anim *) {
  translate: 0 0;
}

.p-mv__item-inner:where(.p-mv__item:nth-child(1) *) {
  background-image: linear-gradient(114.5deg, #fcc303 0%, #e8aa00 100%);
}

.p-mv__item-inner:where(.p-mv__item:nth-child(2) *) {
  background-image: linear-gradient(151deg, #12bbd6 0%, #0089c6 100%);
}

.p-mv__item-inner:where(.p-mv__item:nth-child(3) *) {
  background-image: linear-gradient(149.5deg, #e12284 0%, #b10828 100%);
}

.p-mv__item-text {
  align-items: flex-start;
  color: #fff;
  display: flex;
  gap: 0.17em;
  justify-content: flex-start;
}

.p-mv__item-text-large {
  line-height: 1;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}

.p-mv__item-text-large::before,
.p-mv__item-text-large::after {
  content: "";
  display: block;
  height: 0.49em;
  position: absolute;
  width: 0.2em;
  z-index: 1;
}

.p-mv__item-text-large::before {
  border-left: 0.1rem solid #fff;
  border-top: 0.1rem solid #fff;
  left: -0.12em;
  top: 0;
}

.p-mv__item-text-large::after {
  border-bottom: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
  bottom: -0.17em;
  right: -0.12em;
}

.p-mv__item-text-small {
  --letter-spacing: -0.1em;
  -ms-writing-mode: tb-rl;
  font-size: 0.41em;
  line-height: 1;
  writing-mode: vertical-rl;
}

.p-mv__item-human {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  z-index: 5;
}

.p-mv__item-human--first {
  width: 69.56%;
}

.p-mv__item-human--second {
  width: 88%;
}

.p-mv__item-human--third {
  width: 82%;
}

.p-mv__bottom-content-wrapper {
  margin-inline: auto;
  margin-top: -4.6rem;
  overflow: hidden;
  padding-bottom: 2rem;
  padding-right: 2rem;
  position: relative;
  width: min(86%, 112rem);
  z-index: 50;
}

.p-mv__bottom-content {
  background: #fff;
  box-shadow: 2rem 2rem #000;
  padding: 3.2rem 3.6rem 2.6rem;
  position: relative;
  text-align: center;
  transition: translate 0.5s ease-in-out;
  translate: 0 105%;
  z-index: 60;
}

.p-mv__bottom-content:where(.p-mv__bottom-content-wrapper.is-anim *) {
  translate: 0 0;
}

.p-mv__bottom-text {
  color: #333;
  font-size: 2rem;
  line-height: 1.85;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  reason

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-reason__top-text {
  color: #333;
  font-size: 3rem;
  line-height: 1.87;
  margin-top: 1em;
  text-align: center;
}

.p-reason__highlight {
  background: #333;
  color: #f2e901;
  margin: 0 0.27em;
  padding: 0 0.27em;
}

.p-reason__blocks {
  display: flex;
  gap: clamp(3rem, -21rem + 20vw, 5rem);
  justify-content: space-between;
  margin-top: 5rem;
}

.p-reason__block {
  border: 0.1rem solid #008cc7;
  flex: 1;
  padding: 3rem 2.2rem;
  position: relative;
  z-index: 1;
}

.p-reason__block::before {
  background: #fdfdfd;
  content: "";
  display: block;
  inset: -0.2rem;
  position: absolute;
  transform-origin: right top;
  transition: scale 0.5s ease-in-out;
  z-index: 5;
}

.p-reason__block.is-anim::before {
  scale: 0 1;
}

.p-reason__block.p-reason__block--female {
  border-color: #d01864;
}

.p-reason__block-title {
  color: #008cc7;
  font-size: 5.6rem;
  line-height: 1;
  text-align: center;
}

.p-reason__block-title:where(.p-reason__block--female *) {
  color: #d01864;
}

.p-reason__list {
  margin-top: 2rem;
}

.p-reason__item {
  -ms-grid-columns: -webkit-max-content 2rem 1fr 2rem -webkit-max-content;
  -ms-grid-columns: max-content 2rem 1fr 2rem max-content;
  align-items: center;
  background: #f3f3f3;
  color: #333;
  display: -ms-grid;
  display: grid;
  font-size: clamp(1.8rem, -0.6rem + 2vw, 2rem);
  gap: 2rem;
  grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
  grid-template-columns: max-content 1fr max-content;
  line-height: 1.85;
  padding: 0.1em 0.7em;
}

.p-reason__item--highlight {
  background: #f3e901;
  border: 0.2rem solid #000;
  color: #000;
}

.p-reason__item:nth-of-type(n + 2) {
  margin-top: 0.7rem;
}

.p-reason__ranking {
  color: currentColor;
  white-space: nowrap;
}

.p-reason__reason-text {
  color: currentColor;
}

.p-reason__reason-text--small {
  font-size: clamp(1.6rem, -0.8rem + 2vw, 1.8rem);
}

.p-reason__number {
  color: currentColor;
  font-size: 3rem;
  line-height: 1.53;
  white-space: nowrap;
}

.p-reason__number .percent {
  font-size: 2rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  リスク

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-risk {
  background: #f3f3f3;
}

.p-risk__list {
  -ms-grid-columns: 1fr 1.2rem 1fr 1.2rem 1fr 1.2rem 1fr 1.2rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 6rem;
}

.p-risk__item {
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.p-risk__item::before {
  background: #f3f3f3;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  transition: translate 0.5s ease-in-out;
  z-index: 5;
}

.p-risk__item.is-anim::before {
  translate: 105% 0;
}

.p-risk__item-inner {
  aspect-ratio: 1;
  background-image: linear-gradient(141deg, #4d4d4d 0%, #000000 100%);
  display: -ms-grid;
  display: grid;
  padding: 2rem 0.5rem;
  place-items: center;
}

.p-risk__number {
  --letter-spacing: -0.01em;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 12.6rem;
  left: 50%;
  opacity: 0.1;
  padding-left: 0.01em;
  position: absolute;
  top: 50%;
  translate: -50% calc(-50% - 0.04em);
  white-space: nowrap;
  z-index: 10;
}

.p-risk__item-text {
  color: #fff;
  font-size: clamp(1.8rem, -0.8rem + 2vw, 2rem);
  font-weight: 700;
  line-height: 1.85;
  text-align: center;
}

.p-risk__note {
  color: #333;
  margin-top: 2.4rem;
}

.p-risk__note-text01 {
  display: block;
  font-size: 2rem;
  line-height: 1.85;
  text-align: center;
}

.p-risk__note-text02 {
  font-size: 3rem;
  line-height: 1.87;
  margin-top: 1.67em;
  text-align: center;
}

.p-risk__note-strong {
  background: #333;
  color: #fff;
  font-weight: 500;
  margin: 0 0.27em;
  padding: 0.2rem 0.8rem;
  padding: 0.07em 0.27em;
}

.p-risk__box {
  background-image: linear-gradient(132.5deg, #4d4d4d 0%, #000000 100%);
  margin-top: 5rem;
  padding: 5rem;
  position: relative;
  z-index: 1;
}

.p-risk__box::before {
  background: #f3f3f3;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  transition: translate 0.5s ease-in-out;
  z-index: 5;
}

.p-risk__box.is-anim::before {
  translate: 105% 0;
}

.p-risk__dl {
  color: #fff;
}

.p-risk__dt {
  font-size: 4.8rem;
  margin-inline: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-risk__dt::before,
.p-risk__dt::after {
  content: "";
  display: block;
  height: 0.58em;
  position: absolute;
  width: 0.25em;
  z-index: 1;
}

.p-risk__dt::before {
  border-left: 0.1rem solid currentColor;
  border-top: 0.1rem solid currentColor;
  left: -0.33em;
  top: 0.21em;
}

.p-risk__dt::after {
  border-bottom: 0.1rem solid currentColor;
  border-right: 0.1rem solid currentColor;
  bottom: 0.08em;
  right: -0.21em;
}

.p-risk__dd01 {
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 1.2em;
  text-align: center;
}

.p-risk__dd02 {
  color: #f2e903;
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 0.47em;
  text-align: center;
}

.p-risk__dd02::before {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  aspect-ratio: 28/12;
  background: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  content: "";
  display: block;
  height: auto;
  margin-bottom: 1rem;
  margin-inline: auto;
  width: 2.8rem;
}

.p-risk__circle-text {
  background: #333;
  border: 0.1rem solid #fff;
  border-radius: 100vmax;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  margin-inline: auto;
  margin-top: 1.56em;
  padding: 0.22em 1.11em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-risk__box-text {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.06;
  margin-top: 0.89em;
  text-align: center;
}

.p-risk__box-text-accent {
  color: #f3e908;
  font-size: 2rem;
}

.p-risk__graph-container {
  align-items: center;
  border: 0.1rem solid #fff;
  color: #fff;
  display: flex;
  gap: 5rem;
  justify-content: space-between;
  margin-inline: auto;
  margin-top: 5rem;
  max-width: 100rem;
  padding: 4rem 4rem 4rem 6rem;
}

.p-risk__graph-text {
  flex-shrink: 0;
  font-size: 3rem;
  line-height: 2;
}

.p-risk__graph-text .large {
  font-size: 4rem;
  line-height: 1.5;
}

.p-risk__graph {
  flex: 1;
  max-width: 51.7rem;
}

.p-risk__graph-caption {
  font-size: 1.4rem;
  margin-top: 1.2rem;
  text-align: center;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  ステップ詳細

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-step__item {
  padding-left: 5rem;
  padding-top: 3.2rem;
  position: relative;
  z-index: 1;
}

.p-step__item:not(:last-of-type) {
  padding-bottom: 4rem;
}

.p-step__item-step {
  left: clamp(0rem, 26rem - 20vw, 2rem);
  position: absolute;
  top: 0;
  translate: -50% 0;
  z-index: 5;
}

.p-step__line {
  background: #d9d9d9;
  content: "";
  display: block;
  height: 0;
  left: clamp(0rem, 26rem - 20vw, 2rem);
  position: absolute;
  top: 0;
  translate: -50% 0;
  width: 0.6rem;
  z-index: 1;
}

.p-step__container {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.06);
}

.p-step__head {
  background-image: linear-gradient(95deg, #f3f3f3 0%, #d8d8d8 100%);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.56;
  padding: 0.67em 1.39em;
}

.p-step__head-inner {
  display: block;
  overflow: hidden;
}

.p-step__head-inner span {
  display: block;
  transition: translate 0.5s ease-in-out;
  translate: 0 105%;
}

.p-step__head-inner span:where(.p-step__head.is-anim *) {
  translate: 0 0;
}

.p-step__body {
  background: #fff;
  padding: 3.2rem 5rem 4.8rem;
}

.p-step__top-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.78;
}

.p-step__child-heading {
  background: #f4e900;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.85;
  margin-top: 4.2rem;
  padding: 0.8em 1em;
  text-align: center;
}

.p-step__types {
  margin-top: 2.2rem;
}

.p-step__cards {
  -ms-grid-columns: 1fr 2.2rem 1fr 2.2rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 2.2rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4.5rem;
}

.p-step__card {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.p-step__card::before {
  background: #fff;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  transition: translate 0.5s ease-in-out;
  z-index: 5;
}

.p-step__card.is-anim::before {
  translate: 105% 0;
}

.p-step__card-heading {
  background: #f4e900;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.65;
  padding: 0.9em;
  text-align: center;
}

.p-step__card-image img {
  -o-object-fit: cover;
  aspect-ratio: 335/188;
  object-fit: cover;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

 タイプ０１のカード

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-types01 {
  margin-top: 2.2rem;
}

.p-types01__item {
  -ms-grid-rows: subgrid;
  -ms-grid-row-span: 3;
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  grid-row: span 3;
  grid-template-rows: subgrid;
  overflow: hidden;
  padding: 2.4rem 2.6rem 3rem;
  position: relative;
  z-index: 1;
}

.p-types01__item::before {
  background: #fff;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  transition: translate 0.5s ease-in-out;
  z-index: 5;
}

.p-types01__item.is-anim::before {
  translate: 105% 0;
}

.p-types01__head {
  -ms-grid-rows: subgrid;
  -ms-grid-row-span: 2;
  display: -ms-grid;
  display: grid;
  gap: 0;
  grid-row: span 2;
  grid-template-rows: subgrid;
}

.p-types01__title {
  -ms-grid-columns: -webkit-max-content 0.16em -webkit-min-content;
  -ms-grid-columns: max-content 0.16em min-content;
  align-items: start;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-size: clamp(9.8rem, -2.2rem + 10vw, 10.2rem);
  font-weight: 400;
  gap: 0.16em;
  grid-template-columns: -webkit-max-content -webkit-min-content;
  grid-template-columns: max-content min-content;
  justify-content: center;
  line-height: 1.2;
}

.p-types01__title-large {
  line-height: 1;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}

.p-types01__title-large::before,
.p-types01__title-large::after {
  content: "";
  display: block;
  height: 0.49em;
  position: absolute;
  width: 0.2em;
}

.p-types01__title-large::before {
  border-left: 0.1rem solid #fff;
  border-top: 0.1rem solid #fff;
  left: -0.1em;
  top: 0;
}

.p-types01__title-large::after {
  border-bottom: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
  bottom: -0.16em;
  right: -0.1em;
}

.p-types01__title-small {
  --letter-spacing: -0.1em;
  -ms-writing-mode: tb-rl;
  font-size: 0.39em;
  line-height: 1;
  writing-mode: vertical-rl;
}

.p-types01__info {
  -ms-grid-columns: 1fr 14.4rem;
  align-items: end;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 14.4rem;
  margin-top: 1.2rem;
  padding-right: 1.2rem;
}

.p-types01__human--01 {
  width: min(11.5rem, 100%);
}

.p-types01__human--02 {
  -ms-grid-column-align: end;
  justify-self: end;
  width: min(11.8rem, 100%);
}

.p-types01__human--03 {
  width: min(12.9rem, 100%);
}

.p-types01__dl {
  -ms-grid-row-align: center;
  align-self: center;
}

.p-types01__dt {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.p-types01__dd {
  --letter-spacing: 0.09em;
  background: #fff;
  border-radius: 100vmax;
  color: #333;
  display: -ms-grid;
  display: grid;
  font-size: 1.8rem;
  padding: 0 0.67em;
  place-items: center;
}

.p-types01__dd:first-of-type {
  margin-top: 0.4rem;
}

.p-types01__dd:nth-of-type(n + 2) {
  margin-top: 0.4rem;
}

.p-types01__graph {
  margin-inline: auto;
  max-width: 25rem;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  タイプ０２のカード

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.p-types02 {
  margin-top: 2.2rem;
}

.p-types02__item {
  -ms-grid-rows: subgrid;
  -ms-grid-row-span: 3;
  display: -ms-grid;
  display: grid;
  gap: 0;
  grid-row: span 3;
  grid-template-rows: subgrid;
  overflow: hidden;
  padding: 2.5rem 2.2rem;
  position: relative;
  z-index: 1;
}

.p-types02__item::before {
  background: #fff;
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  transition: translate 0.5s ease-in-out;
  z-index: 5;
}

.p-types02__item.is-anim::before {
  translate: 105% 0;
}

.p-types02__head-area {
  -ms-grid-rows: subgrid;
  -ms-grid-row-span: 2;
  display: -ms-grid;
  display: grid;
  gap: 1.2rem;
  grid-row: span 2;
  grid-template-rows: subgrid;
}

.p-types02__tag-list {
  -ms-grid-columns: 1fr 0.4rem 1fr 0.4rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 0.4rem;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  width: min(100%, 28.4rem);
}

.p-types02__tag-item {
  background: #fff;
  border-radius: 100vmax;
  color: #333;
  display: -ms-grid;
  display: grid;
  font-size: 1.6rem;
  padding: 0 0.67em;
  place-items: center;
}

.p-types02__head {
  -ms-grid-columns: 1fr 17.5rem;
  align-items: end;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 17.5rem;
}

.p-types02__human--01 {
  max-width: 10.2rem;
}

.p-types02__human--02 {
  margin-left: 0.5rem;
  max-width: 9.4rem;
}

.p-types02__human--03 {
  max-width: 11.9rem;
}

.p-types02__head-texts {
  color: #fff;
  position: relative;
  z-index: 1;
}

.p-types02__title {
  -ms-grid-columns: -webkit-max-content 0.25em -webkit-min-content;
  -ms-grid-columns: max-content 0.25em min-content;
  align-items: start;
  display: -ms-grid;
  display: grid;
  font-size: clamp(6rem, -6rem + 10vw, 6.4rem);
  font-weight: 400;
  gap: 0.25em;
  grid-template-columns: -webkit-max-content -webkit-min-content;
  grid-template-columns: max-content min-content;
  justify-content: end;
  line-height: 1.2;
}

.p-types02__title-large {
  line-height: 1;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}

.p-types02__title-large::before,
.p-types02__title-large::after {
  content: "";
  display: block;
  height: 0.53em;
  position: absolute;
  width: 0.22em;
}

.p-types02__title-large::before {
  border-left: 0.1rem solid #fff;
  border-top: 0.1rem solid #fff;
  left: -0.13em;
  top: 0;
}

.p-types02__title-large::after {
  border-bottom: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
  bottom: -0.19em;
  right: -0.13em;
}

.p-types02__title-small {
  --letter-spacing: -0.1em;
  -ms-writing-mode: tb-rl;
  font-size: 0.39em;
  line-height: 1;
  writing-mode: vertical-rl;
}

.p-types02__head-text {
  --letter-spacing: 0.03em;
  font-size: 1.6rem;
  line-height: 1.56;
  margin-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.p-types02__body {
  align-content: space-between;
  background: #fff;
  border: 0.1rem solid #333;
  display: -ms-grid;
  display: grid;
  gap: 2.4rem;
  padding: 2rem 1.6rem;
}

.p-types02__intro {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}

.p-types02__intro .marker {
  background: #333;
}

.p-types02__text {
  font-size: 1.6rem;
  line-height: 1.69;
  margin-top: 1.6rem;
}

.p-types02__dt {
  background: #f4e900;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.56;
}

.p-types02__dd {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.69;
}

.p-types02__dd:first-of-type {
  margin-top: 0.4rem;
}

.p-types02__thumb {
  aspect-ratio: 260/144;
  border: 0.1rem solid #000;
  display: block;
  margin-top: 2rem;
}

.p-types02__thumb img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.u-pc {
  display: block;
}

.u-pc-ib {
  display: inline-block;
}

.u-sp {
  display: none;
}

.u-sp-ib {
  display: none;
}

.u-ib {
  display: inline-block;
}

.u-wrap {
  word-break: keep-all;
}

.u-wrap-sp wbr {
  display: none;
}

.u-wrap-pc {
  word-break: keep-all;
}

.u-visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.u-marker {
  background-image: linear-gradient(to bottom, transparent 76%, #f4e900 76%);
}

.u-yellow {
  color: #f4e900;
}

@media (max-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 0.83vw;
  }
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .p-hamburger__button:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
