@charset "UTF-8";
:root {
  --font-size-base: 0.9375rem;
  --font-size-18: 1rem;
  --font-size-20: 1.125rem;
  --font-size-22: 1.125rem;
  --font-size-24: 1.25rem;
  --font-size-28: 1.25rem;
  --font-size-30: 1.25rem;
  --font-size-32: 1.375rem;
  --font-family-ja: "Noto Sans JP", sans-serif;
  --font-family-en: "Poppins", sans-serif;
  --color-main: #000;
  --color-pink1: #FFE1EF;
  --color-pink2: #E72E8C;
  --color-pink3: #FFD6E9;
  --color-blue1: #B7FBF5;
  --color-yellow1: #FEF89A;
  --color-yellow2: #FFFCC9;
  --color-yellow3: #FFFCCA;
  --color-yellow4: #FFF55A;
  --color-green1: #9EE6DF;
  --color-green2: #BDEFE9;
  --color-green3: #B7FBF5;
  --color-green4: #F1FEFD;
  --color-link: #fff;
  --color-border: #F3F3F3;
  --line-height-base: 1.5;
  --line-height-large: 1.8;
  --header-height: 50px;
  --padding-inner: 15px;
}

@media screen and (min-width: 768px) {
  :root {
    --line-height-large: 2;
    --padding-inner: 50px;
    --font-size-18: 1.125rem;
    --font-size-20: 1.25rem;
    --font-size-22: 1.375rem;
    --font-size-24: 1.5rem;
    --font-size-28: 1.75rem;
    --font-size-30: 1.875rem;
    --font-size-32: 2rem;
    --header-height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --header-height: 150px;
  }
}
* {
  box-sizing: border-box;
}

a, button, input, textarea {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

a {
  cursor: pointer;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

html {
  font-size: 4.2666666667vw;
}

input,
select,
textarea {
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
}

@media screen and (min-width: 375px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 100%;
  }
}
body {
  font-size: var(--font-size-base);
  font-family: var(--font-family-ja);
  font-weight: 400;
  line-height: var(--line-height-base);
}

p {
  line-height: var(--line-height-large);
}

/** layout **/
.l-main {
  margin-top: var(--header-height);
}

.l-container {
  position: relative;
  width: min(100% - var(--padding-inner) * 2, 1100px);
  margin-inline: auto;
}

/** utilities **/
.u-only-pc {
  display: none;
}

.u-only-sp {
  display: block;
}

.u-bg-border {
  background-color: var(--_background-color);
  background-image: linear-gradient(90deg, transparent 34px, var(--_border-color) 34px, var(--_border-color) 35px), linear-gradient(0deg, transparent 34px, var(--_border-color) 34px, var(--_border-color) 35px);
  background-size: 35px 35px;
}

.u-bg-green {
  --_background-color: #BDEFE9;
  --_border-color: #CBF2EE;
}

.u-bg-green-2 {
  --_background-color: #9EE6DF;
  --_border-color: #C0EFEA;
}

.u-bg-yellow {
  --_background-color: #FFFCC9;
  --_border-color: #FFFEF4;
}

.u-text-pink {
  color: var(--color-pink2);
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .u-only-pc {
    display: block;
  }
  .u-only-sp {
    display: none;
  }
}
.spacer {
  padding-top: 18.75rem;
}

/** utilities **/
.c-title__en.u-textStroke {
  -webkit-text-stroke: 3px #000;
  paint-order: stroke fill;
  color: #fff;
}

.c-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-title__en {
  --_font-size: 2.25rem;
  display: inline-block;
  font-size: var(--_font-size);
  font-weight: 700;
  font-family: var(--font-family-en);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1em;
}

.c-title__en.c-title__en--page {
  --_font-size: 2rem;
}

.c-title__jp {
  font-size: 1.125rem;
  font-weight: 500;
}

.c-leadtext {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}

.c-heading2 {
  font-size: var(--font-size-32);
  letter-spacing: 0.1em;
  font-weight: 700;
}

.c-page-header__title {
  font-size: var(--font-size-32);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .c-title__en {
    --_font-size: 5.625rem;
  }
  .c-title__en.c-title__en--page {
    --_font-size: 5rem;
  }
  .c-leadtext {
    font-size: 2.25rem;
  }
}
/** button **/
.c-button-1 {
  position: relative;
  background-color: var(--_background-color);
  width: var(--_width);
  height: var(--_height);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--_color);
  font-size: var(--_font-size);
  letter-spacing: 0.05em;
  font-weight: 700;
  border-radius: 100px;
  box-shadow: 0px 5px 0px #000;
  border: 3px solid #000;
  transition: 0.3s ease-out;
}

.c-button-1--white {
  --_background-color: #fff;
  --_color: #000;
}

.c-button-1--pink {
  --_background-color: var(--color-pink2);
  --_color: #fff;
}

.c-button-1--normal {
  --_font-size: 1.125rem;
  --_width: min(100%, 18.75rem);
  --_height: 4.5rem;
}

.c-button-1--small {
  --_font-size: 1.125rem;
  --_width: min(100%, 18.75rem);
  --_height: 4.375rem;
}

.c-button-1--large {
  --_font-size: 1.125rem;
  --_width: min(100%, 21.875rem);
  --_height: 4.5rem;
}

@media screen and (min-width: 768px) {
  .c-button-1--normal {
    --_font-size: 1.125rem;
    --_width: min(100%, 21.25rem);
    --_height: 5.625rem;
  }
  .c-button-1--large {
    --_font-size: 1.75rem;
    --_width: min(100%, 46.5625rem);
    --_height: 5.625rem;
  }
  .c-button-1--white:hover:not(:disabled) {
    --_background-color: #FEF89A;
  }
  .c-button-1:hover:not(:disabled) {
    cursor: pointer;
    box-shadow: unset;
    transform: translateY(5px);
  }
}
.c-button-1__text {
  font-size: var(--_font-size);
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1;
}

.c-button-1__icon {
  width: 0.625rem;
  aspect-ratio: 1;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: 13.2352941176%;
  translate: 0 -50%;
}

/** card **/
.c-card {
  height: auto;
  width: 100%;
}

.c-card a {
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 55px;
}

.c-card__categorys,
.c-card__title {
  padding-inline: 25px;
}

.c-card__figure {
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 340/200;
}
.c-card__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: aliceblue;
  transition: transform 0.3s ease-out;
}

.c-card__categorys {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.c-card__category {
  padding: 0.5em 1em;
  font-weight: 500;
  line-height: 1;
  border-radius: 100px;
  background-color: var(--color-yellow1);
}

.c-card__title {
  font-size: 1.375rem;
  font-weight: 500;
}

/** article **/
.c-cards,
.c-articles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 20px;
}

@media screen and (min-width: 600px) {
  .c-cards,
  .c-articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .c-card__figure {
    aspect-ratio: 340/240;
  }
  .c-article:hover .c-article__figure img,
  .c-card:hover .c-card__figure img {
    transform: scale(1.05);
  }
}
@media screen and (min-width: 1024px) {
  .c-cards,
  .c-articles {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.c-article {
  min-width: 0;
}

.c-article a {
  display: block;
}

.c-article__figure {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 340/255;
  border-radius: 20px;
  border: 3px solid #000;
  overflow: hidden;
}
.c-article__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: aliceblue;
  transition: transform 0.3s ease-out;
}

.c-article__title {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-article__category {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 0.35em 1.75em;
  border-radius: 100px;
  width: fit-content;
}

.c-article__time {
  font-size: 1rem;
  font-family: var(--font-family-en);
  font-weight: 500;
}

/** lists **/
.c-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding-bottom: 2em;
  border-bottom: 1px solid var(--color-border);
  line-height: var(--line-height-large);
}
.c-list:not(:first-child) {
  padding-top: 2em;
}
.c-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: var(--color-green1);
}

.c-list dt {
  font-weight: 700;
}

.c-list__address {
  font-style: normal;
}

.c-list__number li {
  position: relative;
  padding-left: 1.2em;
}
.c-list__number li::before {
  position: absolute;
  left: 0;
  font-weight: 700;
}
.c-list__number li:nth-child(1)::before {
  content: "①";
}
.c-list__number li:nth-child(2)::before {
  content: "②";
}
.c-list__number li:nth-child(3)::before {
  content: "③";
}

@media screen and (min-width: 768px) {
  .c-list {
    grid-template-columns: 150px 1fr;
    gap: 30px;
  }
}
/** pagenation **/
.c-pagenation .wp-pagenavi {
  --_gap: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--_gap);
}
.c-pagenation .wp-pagenavi a {
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}

.c-pagenation .page,
.c-pagenation .current {
  --_size: 3.125rem;
  --_font-size: 1.125rem;
  width: var(--_size);
  height: var(--_size);
  font-size: var(--_font-size);
  font-family: var(--font-family-en);
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.c-pagenation .current {
  color: #fff;
  background-color: #000;
}

.c-pagenation .page {
  background-color: #fff;
  color: #000;
}

.nextpostslink,
.previouspostslink {
  --_rotate: 225deg;
  padding: 0 20px;
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 15px;
}
.nextpostslink::before,
.previouspostslink::before {
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  rotate: var(--_rotate);
  translate: -2px 0;
  display: block;
  width: 0.5rem;
  aspect-ratio: 1;
}

.nextpostslink {
  flex-direction: row-reverse;
  --_rotate: 45deg;
}

@media screen and (min-width: 768px) {
  .c-pagenation .page,
  .c-pagenation .current {
    --_size: 3.125rem;
  }
}
/** breadcrumb **/
.p-page__breadcrumb {
  font-size: 0.75rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.p-page__breadcrumb a {
  color: #000;
}
.p-page__breadcrumb span:first-of-type {
  padding-right: 5px;
}
.p-page__breadcrumb span:not(:first-of-type) {
  padding: 0 5px;
}

.l-header {
  height: var(--header-height);
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: transform 0.3s ease-out;
}

.l-header.is-hidden {
  transform: translateY(-100%);
}

.l-header__inner {
  height: inherit;
  padding: 0 15px;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
}

.l-header__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.l-header__menu-line {
  display: none;
}

.l-header__menu-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.l-header__menu-top-phone--business {
  display: none;
}

.l-header__menu-top-phone-number {
  --_icon-size: 36px;
}
.l-header__menu-top-phone-number div {
  display: none;
}
.l-header__menu-top-phone-number img {
  display: block;
  width: var(--_icon-size);
  height: var(--_icon-size);
}

.l-header__nav,
.l-header__menu-top-phone-time,
.l-header__menu-top-buttons {
  display: none;
}

.l-header__sp-menu-buttons {
  padding-top: 25px;
  padding-bottom: 100px;
  width: 100%;
  background-color: #fff;
}

.l-header__sp-menu-buttons-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding-inline: 15px;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
}

.l-header__sp-menu-button.c-button-1,
.l-header__menu-top-button.c-button-1 {
  --_width: 10.125rem;
  --_height: 3.25rem;
  font-weight: 500;
  background-color: var(--color-yellow1);
}

.l-header__humburger {
  position: relative;
  width: 36px;
  height: 36px;
  background-color: #000;
  border-radius: 50px;
  border: none;
  padding: 0;
  cursor: pointer;
}
.l-header__humburger span {
  position: absolute;
  background-color: #fff;
  width: 41.6666666667%;
  height: 1px;
  display: block;
  transition: all 0.2s ease-out;
  top: 50%;
  left: 50%;
}
.l-header__humburger span:nth-child(1) {
  translate: -50% calc(-50% - 5px);
}
.l-header__humburger span:nth-child(2) {
  translate: -50% -50%;
}
.l-header__humburger span:nth-child(3) {
  translate: -50% calc(-50% + 5px);
}

.l-header__humburger.is-active span:nth-child(1) {
  translate: -50% -50%;
  rotate: 45deg;
}
.l-header__humburger.is-active span:nth-child(2) {
  translate: -50% -50%;
  opacity: 0;
}
.l-header__humburger.is-active span:nth-child(3) {
  translate: -50% -50%;
  rotate: -45deg;
}

/** sp only nav **/
.l-header__sp-menu {
  background-color: var(--color-pink1);
  position: fixed;
  top: var(--header-height);
  right: 0;
  width: 100%;
  max-height: 100vh;
  height: 100%;
  z-index: 999;
  overflow-y: auto;
  box-shadow: none;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}

.l-header__sp-menu.is-active {
  transform: translateX(0);
  box-shadow: -5px 0 5px rgba(212, 186, 198, 0.2);
}

.l-header__sp-menu-nav {
  padding-inline: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.l-header__sp-menu-nav-item {
  border-bottom: 1px solid #EEAFCC;
}

.l-header__sp-menu-nav-item a {
  display: block;
  font-weight: 500;
  padding: 1.3333333333em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header__sp-menu-nav-item > div {
  padding-top: 2em;
  padding-bottom: 1.3333333333em;
}

.l-header__sp-menu-nav-item-icon {
  width: 33px;
  height: 33px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__sp-menu-nav-item-icon::after {
  content: "";
  width: 15.1515151515%;
  height: 15.1515151515%;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  rotate: 45deg;
  translate: -1.5px 0;
}

.l-header__sp-menu-nav-sub {
  text-indent: 2em;
}

@media screen and (min-width: 768px) {
  .l-header__sp-menu {
    width: 50%;
  }
  .l-header__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-header {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  .l-header__inner {
    padding: 30px 30px 0 45px;
    align-items: flex-start;
  }
  .l-header__menu-line {
    display: block;
    align-self: flex-start;
    width: min(100%, 30px);
    translate: 0 5px;
  }
  .l-header__menu-line img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .l-header__menu-top {
    margin-bottom: 20px;
    justify-self: flex-end;
    gap: 0;
  }
  .l-header__menu-top-phone {
    margin-left: 17px;
  }
  .l-header__menu-top-phone--business {
    display: flex;
  }
  .l-header__menu-top-phone-number {
    --_icon-size: 1.875rem;
    transition: color 0.2s ease-out;
    font-size: 1.625rem;
    font-weight: 500;
    font-family: var(--font-family-en);
    letter-spacing: 0.05em;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.2;
    width: fit-content;
  }
  .l-header__menu-top-phone-number div {
    display: block;
  }
  .l-header__menu-top-phone-time {
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.2;
    display: block;
  }
  .l-header__menu-top-buttons {
    margin-left: 16px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
  }
  /** pc only nav **/
  .l-header__nav {
    display: block;
  }
  .l-header__nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    font-weight: 500;
  }
  .l-header__nav-item {
    position: relative;
  }
  .l-header__nav-item a,
  .l-header__nav-item > div {
    padding-bottom: 12px;
    display: block;
  }
  .l-header__nav-item > a {
    transition: color 0.2s ease-out;
  }
  .l-header__humburger {
    display: none;
  }
  /** sp only nav **/
  .l-header__sp-menu {
    display: none;
  }
  /** hover effects **/
  .l-header__nav-item > a:hover {
    color: var(--color-pink2);
  }
  .l-header__menu-top-phone-number:hover {
    color: var(--color-pink2);
  }
}
/** sub list **/
@media screen and (min-width: 1280px) {
  .l-header__nav-sub-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 14.375rem;
    padding: 30px 30px 15px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    background-image: url("./images/common/icon-cloud.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .l-header__nav-sub-list a {
    font-size: 1rem;
    font-weight: 500;
    padding: 0.8125em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 0.2s ease-out;
  }
  .l-header__nav-sub-list a:last-child {
    border-bottom: none;
  }
  .l-header__nav-sub-list a::after {
    content: "";
    width: 0.4em;
    height: 0.4em;
    display: block;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    rotate: 45deg;
  }
  .l-header__nav-item:hover .l-header__nav-sub-list {
    opacity: 1;
    visibility: visible;
  }
  .l-header__nav-sub-list a:hover {
    color: var(--color-pink2);
  }
}
.l-footer {
  padding: 43px 0;
}

.l-footer__copyright {
  text-align: center;
}

.l-footer__body {
  margin-bottom: 30px;
}

.l-footer__info {
  text-align: center;
}

.l-footer__info-title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.l-footer__info-address {
  margin-bottom: 20px;
  font-style: normal;
}

.l-footer__info-address a {
  transition: color 0.3s ease-out;
}

.l-footer__info-sns {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.l-footer__info-sns a {
  transition: opacity 0.3s ease-out;
}

.l-footer__info-sns img {
  --_size: 1.875rem;
  width: var(--_size);
  height: var(--_size);
  display: block;
}

.l-footer__contents {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding: 70px 0 90px;
  }
  .l-footer__body {
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .l-footer__info {
    text-align: left;
  }
  .l-footer__info-title {
    font-size: 1.5rem;
    margin-bottom: 1em;
  }
  .l-footer__info-address {
    margin-bottom: 36px;
  }
  .l-footer__info-sns {
    justify-content: flex-start;
  }
  .l-footer__info-sns img {
    --_size: 2.5rem;
  }
  .l-footer__info-address a:hover {
    color: var(--color-pink2);
  }
  .l-footer__contents {
    display: block;
  }
  .l-footer__contents-title {
    margin-bottom: 1em;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: var(--font-family-en);
  }
  .l-footer__contents-nav {
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.5;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .l-footer__contents-nav-list a {
    transition: color 0.3s ease-out;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__info-sns a:hover {
    opacity: 0.7;
  }
  .l-footer__contents-nav-list a:hover {
    color: var(--color-pink2);
  }
}
/** hero **/
.p-top__hero {
  margin-bottom: 30px;
  padding-top: 25px;
  overflow: hidden;
}

.p-top__hero-swiper {
  margin-bottom: 20px;
}

.swiper__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-top__hero-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 375/220;
}

@media screen and (min-width: 768px) {
  .p-top__hero {
    margin-bottom: 60px;
  }
  .p-top__hero-swiper {
    margin-bottom: 40px;
  }
  .p-top__hero-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 1100/640;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-pink2);
}

.swiper-pagination-bullet {
  background-color: #D9D9D9;
  opacity: 1;
}

/** about **/
.p-top__bg {
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
  overflow: clip;
}
.p-top__bg section {
  position: relative;
  z-index: 1;
}

.p-top__bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}

.p-top__bg-icon {
  position: absolute;
  z-index: -1;
}
.p-top__bg-icon--top {
  top: 50px;
  left: 20px;
  width: 40px;
  height: auto;
  aspect-ratio: 68/158.9;
  transform: translateX(-100%);
}
.p-top__bg-icon--middle {
  top: 510px;
  left: -20px;
  width: 74px;
  height: 103.34px;
  transform: translateX(-100%);
}
.p-top__bg-icon--bottom {
  bottom: -100px;
  left: 0px;
  width: 65px;
  height: auto;
  aspect-ratio: 138/47.49;
  translate: 0% 200%;
}
.p-top__bg-icon--right-top {
  top: 0;
  left: auto;
  right: 0;
  width: 50px;
  aspect-ratio: 103/85.57;
  height: auto;
  translate: -20% 0;
}
.p-top__bg-icon--right-middle-1 {
  top: 0;
  left: calc(50vw + 610px);
  width: 130px;
  height: 722.72px;
  translate: -59% -42%;
}
.p-top__bg-icon--right-middle-2 {
  top: 50%;
  left: calc(50vw + 650px);
  width: 96px;
  height: 685.67px;
  translate: 0% -30%;
}
.p-top__bg-icon--right-bottom {
  bottom: -50px;
  left: auto;
  right: 0;
  width: 80px;
  aspect-ratio: 160/247.26;
  translate: 0 0;
}

@media screen and (min-width: 768px) {
  .p-top__bg-icon--top {
    top: -10px;
    left: -20px;
    width: 68px;
  }
  .p-top__bg-icon--bottom {
    width: 138px;
    translate: -50% 200%;
  }
  .p-top__bg-icon--right-top {
    top: 0;
    right: auto;
    left: calc(50vw + 580px);
    width: 100px;
    translate: 0 -50%;
  }
  .p-top__bg-icon--right-bottom {
    bottom: -60px;
    right: 0;
    left: calc(50vw + 550px);
    width: 184px;
  }
}
.p-top__about {
  margin-bottom: 50px;
  overflow-x: clip;
}

.p-top__about-icon {
  position: absolute;
  top: -30px;
  right: 0;
  translate: 30% 0;
  width: min(45.6vw, 171px);
  aspect-ratio: 171.93/135.43;
  height: auto;
  display: block;
}

.p-top__about__body {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-top__bg {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .p-top__about {
    margin-bottom: 95px;
  }
  .p-top__about__body {
    width: min(59.0909090909%, 650px);
  }
  .p-top__about-icon {
    top: -90px;
    width: min(64.2857142857vw, 900px);
    aspect-ratio: 924.79/817.68;
  }
}
.p-top__about-title {
  margin-bottom: 1.1111111111em;
}

.p-top__about-lead {
  margin-bottom: 1.1111111111em;
}

.p-top__about-paragraph {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .p-top__about-paragraph {
    line-height: 2.5;
    font-size: 1.125rem;
  }
}
/** feature **/
.p-top__feature {
  --_padding-bottom: 95px;
  padding: 50px 0 var(--_padding-bottom);
  position: relative;
}
.p-top__feature::before {
  content: "";
  width: calc(50vw + 600px);
  max-width: calc(100% - 15px);
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.p-top__feature .l-container {
  position: relative;
  z-index: 1;
}

.p-top__feature-icon {
  position: absolute;
  top: 0;
  right: 0px;
  width: clamp(9.125rem, 28.5714285714vw, 400px);
  aspect-ratio: 400/400;
  height: auto;
  z-index: 2;
  translate: 0 -53%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-top__feature-icon {
    right: 60px;
  }
}
.p-top__feature-title {
  margin-bottom: 60px;
}

.p-top__feature-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}

.p-top__feature-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "figure" "text";
  gap: 20px;
  align-items: center;
  width: min(89.552238806%, 460px);
  margin-inline: auto;
}

.p-top__feature-item-figure {
  position: relative;
  grid-area: figure;
}

.p-top__feature-item-figure-image {
  display: block;
  width: min(100%, 460px);
  height: auto;
  margin-inline: auto;
}

.p-top__feature-item-figure-icon {
  display: none;
}

.p-top__feature-item-text {
  grid-area: text;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .p-top__feature-item-text {
    gap: 20px;
    align-items: flex-start;
  }
}
.c-list-number {
  position: relative;
  width: 5rem;
  height: 5rem;
}

.c-list-number img {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  display: block;
}

.c-list-number span {
  font-size: 1.75rem;
  font-family: var(--font-family-en);
  font-weight: 700;
  line-height: 1;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.c-list-number span::before {
  content: attr(data-label);
  display: block;
  font-size: 0.75rem;
  font-family: var(--font-family-en);
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .c-list-number {
    width: 8.125rem;
    height: 8.125rem;
  }
  .c-list-number span {
    font-size: 3.125rem;
  }
  .c-list-number span::before {
    font-size: 0.28em;
  }
}
.p-top__feature-item-text-content {
  flex: 1;
}

.p-top__feature-item-text-title {
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.5;
}

.p-top__feature-button {
  position: absolute;
  bottom: calc(var(--_padding-bottom) * -1);
  left: 50%;
  translate: -50% 50%;
}

@media screen and (min-width: 768px) {
  .p-top__feature {
    --_padding-bottom: 140px;
    padding: 80px 0 var(--_padding-bottom);
  }
  .p-top__feature-title {
    margin-bottom: 100px;
  }
  .p-top__feature-list {
    gap: 80px;
  }
  .p-top__feature-item {
    gap: 40px;
    margin-inline: 0;
    width: 100%;
  }
  .p-top__feature-item:nth-child(odd) {
    grid-template-columns: 28.75rem 1fr;
    grid-template-areas: "figure text";
  }
  .p-top__feature-item:nth-child(even) {
    grid-template-columns: 43.3333333333% 28.75rem;
    grid-template-areas: "text figure";
  }
  .p-top__feature-item-figure-image {
    margin-inline: 0;
    width: min(100%, 460px);
  }
  .p-top__feature-item-text-title {
    margin-bottom: 1em;
    font-size: 1.75rem;
  }
  .p-top__feature-item-figure-icon {
    display: block;
    position: absolute;
    width: clamp(3.75rem, 15vw, 180px);
    height: auto;
    aspect-ratio: 1;
  }
  .p-top__feature-item-figure-icon--bottom {
    bottom: 0;
    right: 0;
    translate: 30% 30%;
  }
  .p-top__feature-item-figure-icon--topLeft {
    top: 0;
    left: 0;
    translate: 0% -50%;
  }
  .p-top__feature-item-figure-icon--topRight {
    top: 0;
    right: 0;
    translate: 30% -40%;
  }
}
/** service **/
.p-top__service {
  padding: 60px 0;
}

.p-top__service-title {
  margin-inline: auto;
  text-align: center;
  margin-bottom: 100px;
}

.p-top__servoce-items {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 110px;
}

.p-top__servoce-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "figure" "text";
  padding: 0 23px 50px;
  border-radius: 20px;
  background-color: pink;
}

.p-top__servoce-item--blue {
  --_top: -15px;
  --_left: auto;
  --_right: 0;
  --_rotate: 9.12deg;
  --_background-color: #000;
  --_color: #000;
  background-color: var(--color-blue1);
}

.p-top__servoce-item--pink {
  --_top: 0px;
  --_left: -12px;
  --_right: auto;
  --_rotate: -19.13deg;
  --_background-color: var(--color-pink2);
  --_color: var(--color-pink2);
  background-color: var(--color-pink1);
}

.p-top__servoce-item-icon {
  position: absolute;
  top: var(--_top);
  left: var(--_left);
  right: var(--_right);
  rotate: var(--_rotate);
  width: 12.5rem;
  aspect-ratio: 383.61/292.08;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-top__servoce-item--blue {
    --_top: -15px;
    --_left: 50px;
    --_right: auto;
    --_rotate: 9.12deg;
  }
  .p-top__servoce-item--pink {
    --_top: 0px;
    --_left: -12px;
    --_right: auto;
    --_rotate: -19.13deg;
  }
  .p-top__servoce-item-icon {
    width: clamp(188px, 27.3571428571vw, 383px);
  }
}
.p-top__servoce-item-figure {
  grid-area: figure;
}
.p-top__servoce-item-figure img {
  display: block;
  width: min(100%, 480px);
  aspect-ratio: 480/460;
  height: auto;
  margin-inline: auto;
  margin-top: -70px;
  margin-bottom: 40px;
}

.p-top__servoce-item-text {
  position: relative;
  grid-area: text;
}
.p-top__servoce-item-text > *:not(img) {
  position: relative;
  z-index: 1;
}
.p-top__servoce-item-text > img {
  position: absolute;
  z-index: 0;
}

.p-top__servoce-item-text-title,
.p-top__servoce-item-text-subtitle {
  text-align: center;
}

.p-top__servoce-item-text-title {
  --_font-size: 1.875rem;
  color: var(--_color);
  font-size: var(--_font-size);
  font-weight: 500;
  margin-bottom: 0.5em;
}

.p-top__servoce-item-text-subtitle {
  --_font-size: 1.125rem;
  font-size: var(--_font-size);
  font-weight: 500;
  margin-bottom: 1em;
  white-space: nowrap;
}
.p-top__servoce-item-text-subtitle span {
  --_color: #fff;
  background-color: var(--_background-color);
  color: var(--_color);
  padding: 0.2083333333em 0.4166666667em;
}

.p-top__servoce-item-text-paragraph {
  margin-bottom: 2.6666666667em;
}

.p-top__servoce-item-button {
  margin-inline: auto;
}

.p-top__service-link--yellow {
  background-color: var(--color-yellow1);
}

.p-top__service-link--pink {
  background-color: var(--color-pink1);
}

.p-top__service-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.p-top__service-link {
  --_animation: scale(1);
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 4px solid #000;
  width: 100%;
  height: auto;
  display: flex;
  width: min(100%, 530px);
  aspect-ratio: 345/180;
  min-height: 11.25rem;
  margin-inline: auto;
  box-shadow: 0px 8px 0px #000;
}
.p-top__service-link:hover {
  --_animation: scale(1.1);
}

.p-top__service-link-image {
  width: 50%;
  height: 100%;
  object-fit: cover;
  display: block;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  overflow: hidden;
}
.p-top__service-link-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: var(--_animation);
  transition: 0.3s ease-out;
}

.p-top__service-link-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 15px;
}

.p-top__service-link-text-ja {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
}

.p-top__service-link-text-en {
  margin-bottom: 10px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--font-family-en);
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}

.p-top__service-link-icon {
  --_icon-size: 2.375rem;
  flex-shrink: 0;
  width: var(--_icon-size);
  height: var(--_icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid #000;
  background-color: #fff;
}
.p-top__service-link-icon::before {
  content: "";
  width: 16.6666666667%;
  aspect-ratio: 1;
  display: block;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  rotate: 45deg;
  translate: -2px 0;
}

@media screen and (min-width: 768px) {
  .p-top__service {
    padding: 100px 0;
  }
  .p-top__service-title {
    margin-bottom: 125px;
  }
  .p-top__servoce-items {
    margin-bottom: 80px;
    gap: 120px;
  }
  .p-top__servoce-item {
    display: grid;
    gap: 50px;
    padding: 60px 53px;
  }
  .p-top__servoce-item:nth-child(odd) {
    grid-template-columns: 43.795620438% 1fr;
    grid-template-areas: "figure text";
  }
  .p-top__servoce-item:nth-child(even) {
    grid-template-columns: 43.795620438% 1fr;
    grid-template-areas: "text figure";
  }
  .p-top__servoce-item-figure img {
    margin-top: -95px;
    margin-bottom: 0px;
  }
  .p-top__servoce-item-text-title,
  .p-top__servoce-item-text-subtitle {
    text-align: left;
  }
  .p-top__servoce-item-text-title {
    --_font-size: 2.8125rem;
  }
  .p-top__servoce-item-text-subtitle {
    --_font-size: 1.5rem;
  }
  .p-top__servoce-item-button {
    margin-inline: 0;
  }
  .p-top__service-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
  .p-top__service-link {
    aspect-ratio: 530/190;
  }
  .p-top__service-link-text {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    padding: 25px 20px;
  }
  .p-top__service-link-text-ja {
    font-size: 1.75rem;
  }
  .p-top__service-link-text-en {
    text-align: left;
    margin-bottom: 0px;
  }
  .p-top__service-link-icon {
    --_icon-size: 3rem;
    align-self: flex-end;
  }
}
/** works **/
.p-top__works {
  overflow-x: clip;
  padding: 60px 0;
  background-color: var(--color-yellow1);
}

.p-top__works .l-container {
  position: relative;
}

.p-top__works-icon {
  --_size: 12.75rem;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: var(--_size);
  aspect-ratio: 406/330;
  height: auto;
  translate: 20% 0;
}

.p-top__works-title {
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
}

.p-top__works-body {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .p-top__works {
    padding: 100px 0;
  }
  .p-top__works-body {
    padding-bottom: 80px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .p-top__works-icon {
    --_size: min( 406 / 1400 * 100vw, 406px);
    top: -50px;
  }
}
/** swiper **/
.swiper__button {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.swiper__button .swiper-scrollbar {
  position: static !important;
  width: 100% !important;
  background-color: #000 !important;
}
.swiper__button .swiper-scrollbar-drag {
  background-color: #FFF !important;
}
.swiper__button .swiper__button-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.swiper__button .swiper__prev,
.swiper__button .swiper__next {
  --_size: 3rem;
  width: var(--_size);
  height: var(--_size);
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
.swiper__button .swiper__prev::before,
.swiper__button .swiper__next::before {
  content: "";
  width: 16.6666666667%;
  aspect-ratio: 1;
  display: block;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}
.swiper__button .swiper__prev::before {
  rotate: 225deg;
  translate: 2px 0;
}
.swiper__button .swiper__next::before {
  rotate: 45deg;
  translate: -2px 0;
}

.p-top__works-button {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  /** swiper button **/
  .swiper__button {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
  .swiper__button .swiper__button-inner {
    justify-content: center;
    gap: 15px;
  }
  .swiper__button .swiper-scrollbar {
    flex: 1;
  }
  .swiper__button .swiper__prev,
  .swiper__button .swiper__next {
    --_size: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .swiper__button .swiper__prev:hover,
  .swiper__button .swiper__next:hover {
    background-color: var(--color-blue1);
  }
}
/** news **/
.p-top__news {
  position: relative;
  padding: 60px 0;
  background-color: var(--color-yellow2);
  overflow-x: clip;
}

.p-top__news-icon {
  display: none;
}

.p-top__news-title {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  width: fit-content;
  margin-inline: auto;
}

.p-top__news-title-icon {
  --_size: 2.75rem;
  --_spacing: -20px;
  position: absolute;
  top: 0;
  width: var(--_size);
  height: auto;
  aspect-ratio: 76/64;
}
.p-top__news-title-icon--left {
  left: var(--_spacing);
  translate: -100% 0;
}
.p-top__news-title-icon--right {
  right: var(--_spacing);
  left: auto;
  translate: 100% 50%;
}

.p-top__news-list {
  margin-bottom: 40px;
}

.p-top__news-button {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-top__news {
    padding: 100px 0;
  }
  .p-top__news-icon {
    display: block;
    position: absolute;
    top: -100px;
    right: 0;
    translate: 35% -20%;
    width: min(27.6428571429vw, 387px);
    aspect-ratio: 1;
    object-fit: cover;
    z-index: 0;
  }
  .p-top__news-title {
    margin-bottom: 80px;
  }
  .p-top__news-title-icon {
    --_size: 4.75rem;
    --_spacing: -30px;
  }
  .p-top__news-list {
    margin-bottom: 80px;
  }
}
/*** company ***/
.p-top__company {
  padding: 60px 0;
}

.p-top__company-body {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr;
}

.p-top__company-text {
  display: contents;
}

.p-top__company-title {
  order: -2;
  margin-bottom: 30px;
  text-align: center;
}

.p-top__company-text-lead {
  margin-bottom: 1em;
  text-align: center;
}

.p-top__company-text-paragraph {
  font-size: 1.125rem;
  line-height: 2.3;
  width: fit-content;
  margin-inline: auto;
}

.p-top__company-figure {
  order: -1;
  margin-bottom: 30px;
}
.p-top__company-figure img {
  display: block;
  width: min(100%, 470px);
  height: auto;
  aspect-ratio: 1;
  margin-inline: auto;
}

.p-top__company-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr));
  gap: 25px;
}

.p-top__company-link {
  box-shadow: 0px 7px 0px #000;
  border: 4px solid #000;
  border-radius: 20px;
  background-color: var(--color-yellow1);
  padding: 20px 35px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 340/125;
  min-height: 7.8125rem;
  height: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease-out;
  justify-content: space-between;
  width: min(100%, 400px);
  margin-inline: auto;
}

.p-top__company-link-text-en {
  margin-bottom: 4px;
  font-size: 0.875rem;
  font-family: var(--font-family-en);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 3px;
}
.p-top__company-link-text-en img {
  width: 1.7142857143em;
  aspect-ratio: 1;
  height: auto;
  display: block;
}

.p-top__company-link-text-ja {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.1;
}

.p-top__company-link-icon {
  --_icon-size: 3.125rem;
  width: var(--_icon-size);
  height: var(--_icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: #fff;
}
.p-top__company-link-icon::before {
  content: "";
  width: 16%;
  aspect-ratio: 1;
  display: block;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  rotate: 45deg;
  translate: -2px 0;
}

@media screen and (min-width: 768px) {
  .p-top__company {
    padding: 100px 0;
  }
  .p-top__company-body {
    margin-bottom: 100px;
    grid-template-columns: auto 39.1666666667%;
    gap: 30px;
  }
  .p-top__company-title,
  .p-top__company-figure {
    order: initial;
  }
  .p-top__company-figure {
    margin-bottom: 0;
  }
  .p-top__company-text {
    display: block;
  }
  .p-top__company-title {
    text-align: left;
    margin-bottom: 80px;
  }
  .p-top__company-text-lead {
    text-align: left;
  }
  .p-top__company-text-paragraph {
    margin-inline: 0;
  }
  .p-top__company-links {
    gap: 40px;
  }
  .p-top__company-link {
    padding: 20px 40px;
    aspect-ratio: 340/155;
    min-height: 9.6875rem;
  }
  .p-top__company-link-text-ja {
    font-weight: 500;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__company-link:hover {
    box-shadow: unset;
    transform: translateY(5px);
  }
}
.p-top__contact {
  padding: 60px 0;
  background-color: var(--color-pink3);
  position: relative;
  overflow-x: clip;
}

.p-top__contact-icon {
  width: clamp(126px, 28.5714285714vw, 400px);
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  translate: -30% -90%;
  z-index: 0;
}

.p-top__contact-title {
  margin-bottom: 20px;
  text-align: center;
}

.p-top__contact-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.p-top__contact-link {
  --_animation: translateX(-100%);
  padding-top: 2.1875rem;
  padding-bottom: 7px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-top__contact-link {
    padding-top: 3.125rem;
  }
}
.p-top__contact-link-text-content {
  --_height: 8.75rem;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 7px 0px #000;
  border: 3px solid #000;
  text-align: center;
  padding: 45px 0;
  width: 100%;
  height: var(--_height);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__contact-link-text-content::before {
  content: "";
  width: 100%;
  border-bottom: var(--_height) solid var(--color-blue1);
  border-right: 100px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform: var(--_animation);
  transition: 0.3s ease-out;
}

.p-top__contact-link-text,
.p-top__contact-link-icon {
  position: relative;
  z-index: 1;
}

.p-top__contact-link-icon {
  --_icon-size: 4.375rem;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: var(--_icon-size);
  aspect-ratio: 1;
  height: auto;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__contact-link-icon img {
  display: block;
  max-width: var(--_icon-image-size);
  height: auto;
}

.p-top__contact-link-icon--tel {
  --_icon-image-size: 28.5714285714%;
}

.p-top__contact-link-icon--mail {
  --_icon-image-size: 42.8571428571%;
}

.p-top__contact-link-text {
  padding-top: 15px;
}

.p-top__contact-link-text-number {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: var(--font-family-en);
  line-height: 1;
}

.p-top__contact-link-text-title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .p-top__contact {
    padding: 100px 0;
  }
  .p-top__contact-icon {
    translate: -45% -55%;
  }
  .p-top__contact-title {
    margin-bottom: 50px;
  }
  .p-top__contact-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .p-top__contact-link-text-content {
    --_height: 11.875rem;
  }
  .p-top__contact-link-text-number {
    font-size: 2.625rem;
  }
  .p-top__contact-link-text-title {
    font-size: 1.75rem;
  }
  .p-top__contact-link-icon {
    --_icon-size: 6.25rem;
  }
  .p-top__contact-link-icon--tel {
    --_icon-image-size: 42.8571428571%;
  }
  .p-top__contact-link-icon--mail {
    --_icon-image-size: 64.2857142857%;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__contact-link:hover {
    --_animation: translateX(0%);
  }
}
.p-page {
  padding-top: 50px;
  margin-bottom: 40px;
}

.p-page__title {
  margin-bottom: 35px;
}

.p-page__title-ja {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .p-page {
    padding-top: 90px;
    margin-bottom: 70px;
  }
  .p-page__title-ja {
    font-size: 2.625rem;
  }
}
.p-page__title-en {
  color: var(--color-green1);
  font-family: var(--font-family-en);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.p-page__title-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.p-page__title-wrapper img {
  display: block;
  aspect-ratio: 1;
  height: auto;
  width: 1.125rem;
}

.p-page__bg-wrapper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: none;
  margin-bottom: 40px;
}

.p-page__bg {
  display: block;
  width: max(1250px, 100% - 150px);
  max-width: calc(100% - 15px);
  height: 120px;
  object-fit: cover;
  object-position: right;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media screen and (min-width: 1250px) {
  .p-page__bg-wrapper {
    margin-bottom: 60px;
  }
  .p-page__bg {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 240px;
  }
}
.p-page__breadcrumb {
  font-size: 0.75rem;
}

.p-company__message {
  overflow-x: clip;
  padding: 50px 0;
  margin-bottom: 50px;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  background-color: var(--color-yellow2);
}

.p-company__message-title {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.p-company__message-paragraph {
  margin-bottom: 2.6666666667em;
}

.p-company__message-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.p-company__message-figure img {
  display: block;
  width: min(100%, 440px);
  aspect-ratio: 440/667;
  height: auto;
  object-fit: cover;
  margin-inline: auto;
}

.p-company__message-lead {
  margin-bottom: 1em;
  font-size: var(--font-size-32);
  font-weight: 700;
  line-height: 1.5;
}
.p-company__message-lead span {
  display: block;
  width: fit-content;
  background-color: #fff;
  padding: 10px 12px;
}
.p-company__message-lead span + span {
  margin-top: 8px;
}

.p-company__message-name {
  display: flex;
  flex-direction: column;
}

.p-company__message-name-position {
  line-height: 1.1;
}

.p-company__message-name-ja {
  font-size: var(--font-size-28);
  font-weight: 500;
}

.p-company__message-icon {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: min(54.4vw, 204px);
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  z-index: 0;
  translate: 20% 0;
}

@media screen and (min-width: 768px) {
  .p-company__message {
    padding: 80px 0;
    margin-bottom: 80px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
  }
  .p-company__message-title {
    margin-bottom: 50px;
  }
  .p-company__message-body {
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 70px;
  }
  .p-company__message-figure {
    padding-top: 40px;
  }
  .p-company__message-icon {
    width: min(29vw, 406px);
  }
}
/** outline **/
.p-company__outline {
  margin-bottom: 50px;
}

.p-company__outline-title {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p-company__outline {
    margin-bottom: 80px;
  }
  .p-company__outline-title {
    margin-bottom: 50px;
  }
}
/** access **/
.p-company__access {
  background-color: var(--color-green1);
  padding: 50px 0;
}

.p-company__access-title {
  margin-bottom: 30px;
}

.p-company__access-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.p-company__access-body-text-title {
  font-size: var(--font-size-28);
  font-weight: 700;
  margin-bottom: 1em;
}

.p-company__access-address {
  font-style: normal;
  margin-bottom: 30px;
}

.p-company__access-map {
  display: block;
  border: 4px solid #000;
  border-radius: 20px;
  overflow: hidden;
}
.p-company__access-map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 600/450;
  height: auto;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-company__access {
    padding: 80px 0;
  }
  .p-company__access-title,
  .p-company__access-address {
    margin-bottom: 50px;
  }
  .p-company__access-body {
    grid-template-columns: auto 54.5454545455%;
    justify-content: space-between;
  }
}
.p-features__header {
  margin-bottom: 60px;
}

.p-features__paragraph {
  width: 100%;
}

.p-features__body {
  padding: 50px 0 100px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.p-features__lists {
  width: min(100% - var(--padding-inner) * 2, 1100px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 65px;
}

.p-features__list-title {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-features__list-figure {
  margin-bottom: 50px;
}
.p-features__list-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1100/340;
}

.p-features__list p + p {
  margin-top: 2em;
}

.p-features__list-title-text {
  flex: 1;
  font-size: var(--font-size-28);
}
.p-features__list-title-text span {
  display: inline;
  background-color: #fff;
  line-height: 2.1;
  padding: 0.2em 0.4em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.p-features__list-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-features__list-box-figure {
  width: min(100%, 200px);
  margin-inline: auto;
}
.p-features__list-box-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  height: auto;
}

.p-features__list-box-list {
  line-height: var(--line-height-large);
  width: fit-content;
  margin-inline: auto;
}

.p-features__list-box-list li {
  position: relative;
  padding-left: 1.1em;
}
.p-features__list-box-list li::before {
  content: "";
  background-color: #000;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: calc(var(--font-size-base) * var(--line-height-large) / 2);
  translate: 0 -50%;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .p-features__header {
    margin-bottom: 100px;
  }
  .p-features__paragraph {
    width: min(72.2727272727%, 795px);
  }
  .p-features__body {
    padding: 100px 0 135px;
  }
  .p-features__list-figure {
    margin-bottom: 60px;
  }
  .p-features__list-title {
    margin-bottom: 50px;
    gap: 26px;
  }
  .p-features__list-box {
    grid-template-columns: 18.1818181818% 1fr;
    align-items: center;
    gap: 50px;
    padding: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-features__list-box-list {
    width: 100%;
    margin-inline: 0;
  }
}
.p-oshipay__header {
  margin-bottom: 85px;
}

@media screen and (min-width: 768px) {
  .p-oshipay__header {
    margin-bottom: 125px;
  }
}
/*** about ***/
.p-oshipay__about {
  --_background-color: #FFD6E9;
  --_border-color: #FFEDF6;
  position: relative;
  padding: 85px 0 60px;
}

.p-oshipay__about-text {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}

.u-text-catch {
  font-size: clamp(2.5rem, 6.6666666667vw, 5rem);
  font-family: var(--font-family-en);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

.u-text-stroke {
  -webkit-text-stroke: 4px #000;
  paint-order: stroke fill;
  word-break: normal;
  overflow-wrap: normal;
  color: #fff;
  text-transform: uppercase;
}

.p-oshipay__title {
  margin-bottom: 45px;
  font-size: 1.375rem;
  text-align: center;
}
.p-oshipay__title span {
  display: inline;
  color: #fff;
  background-color: var(--color-pink2);
  line-height: 2.1;
  padding: 0.2em 0.4em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media screen and (min-width: 768px) {
  .p-oshipay__title {
    font-size: 2.5rem;
  }
}
.p-oshipay__about-figure {
  margin-bottom: 55px;
}
.p-oshipay__about-figure img {
  display: block;
  width: min(100%, 960px);
  aspect-ratio: 960/527;
  height: auto;
  margin-inline: auto;
}

.p-oshipay__body-paragraph {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-size: var(--font-size-20);
}
.p-oshipay__body-paragraph p:not(:last-of-type) {
  margin-bottom: 1.5em;
}

.p-oshipay__body-image-icon {
  position: absolute;
  width: clamp(2.5rem, 6.3333333333vw, 76px);
}
.p-oshipay__body-image-icon--pink-1, .p-oshipay__body-image-icon--white-2, .p-oshipay__body-image-icon--pink-2, .p-oshipay__body-image-icon--white-1 {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-oshipay__body-image-icon--pink-1, .p-oshipay__body-image-icon--white-2, .p-oshipay__body-image-icon--pink-2, .p-oshipay__body-image-icon--white-1 {
    display: block;
  }
  .p-oshipay__body-image-icon--pink-1 {
    top: 0;
    left: 40px;
    aspect-ratio: 76/85;
  }
  .p-oshipay__body-image-icon--white-1 {
    bottom: 0;
    left: 20px;
    aspect-ratio: 76/103;
  }
  .p-oshipay__body-image-icon--white-2 {
    top: 0;
    right: 40px;
    aspect-ratio: 76/64;
    translate: 0 -50%;
  }
  .p-oshipay__body-image-icon--pink-2 {
    bottom: 50px;
    right: 25px;
    aspect-ratio: 76/64;
  }
}
.p-oshipay__body-images {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
  gap: 20px;
}

.p-oshipay__body-image {
  display: block;
}
.p-oshipay__body-image img {
  display: block;
  width: min(100%, 340px);
  aspect-ratio: 340/255;
  height: auto;
  margin-bottom: 25px;
  margin-inline: auto;
}
.p-oshipay__body-image figcaption {
  font-size: var(--font-size-22);
  text-align: center;
}

.p-oshipay__body-box {
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 25px;
  font-weight: 500;
  line-height: var(--line-height-large);
}

.p-oshipay__body-box-inner {
  width: min(100%, 915px);
  margin-inline: auto;
}

.p-oshipay__body-box-list {
  margin-bottom: 2em;
}

.p-oshipay__body-box-list-item {
  padding-left: 1.2em;
  position: relative;
}
.p-oshipay__body-box-list-item::before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: calc(var(--font-size-base) * var(--line-height-large) / 2);
  left: 0;
  translate: 0 -50%;
}

.p-oshipay__body-box-subItem li {
  position: relative;
  padding-left: 1em;
}
.p-oshipay__body-box-subItem li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: calc(var(--font-size-base) * var(--line-height-large) / 2);
  left: 0;
  translate: 0 -50%;
}

.p-oshipay__body-box-notice {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 4em 1fr;
  gap: 1em;
}

.p-oshipay__body-box-paragraph {
  margin-bottom: 2em;
}

.p-oshipay__body-box-paragaph-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.p-oshipay__body-box-paragaph-2 img {
  display: block;
  width: min(100%, 152px);
  aspect-ratio: 152/46;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-oshipay__body-box {
    padding: 65px 50px;
  }
  .p-oshipay__body-box-paragaph-2 {
    grid-template-columns: 9.375rem 1fr;
    gap: 40px;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-oshipay__about {
    padding: 125px 0 100px;
  }
  .p-oshipay__about-figure {
    margin-bottom: 95px;
  }
  .p-oshipay__body-paragraph {
    margin-bottom: 90px;
  }
  .p-oshipay__body-images {
    gap: 40px;
  }
  .u-text-stroke {
    white-space: nowrap;
    word-break: initial;
    overflow-wrap: initial;
  }
}
/** merit **/
.p-oshipay__merit {
  padding: 50px 0 60px;
  background-color: var(--color-yellow3);
}

.p-oshipay__merit-text {
  text-align: center;
  margin-bottom: 50px;
}

.p-oshipay__merit-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}

.p-oshipay__merit-item {
  border: 3px solid #000;
  background-color: #fff;
  padding: 35px 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}

.p-oshipay__merit-item-figure {
  width: min(100%, 350px);
  margin-inline: auto;
}
.p-oshipay__merit-item-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  height: auto;
}

.p-oshipay__merit-item-text h3 {
  font-size: var(--font-size-28);
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}

.p-oshipay__merit-item-list {
  font-size: var(--font-size-22);
}

.p-oshipay__merit-item-list li {
  padding-left: 1.55em;
  position: relative;
  line-height: 1.5;
}
.p-oshipay__merit-item-list li:not(:last-child) {
  margin-bottom: 1.25em;
}
.p-oshipay__merit-item-list li svg {
  --_width: 1.375rem;
  --_height: 1.25rem;
  position: absolute;
  top: calc(var(--font-size-22) * 1.5 / 2);
  left: 0;
  translate: 0 -50%;
  width: var(--_width);
  height: var(--_height);
}

@media screen and (min-width: 768px) {
  .p-oshipay__merit {
    padding: 85px 0 100px;
  }
  .p-oshipay__merit-text {
    margin-bottom: 85px;
  }
  .p-oshipay__merit-items {
    gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-oshipay__merit-item {
    padding: 65px 50px;
    flex-direction: row;
  }
  .p-oshipay__merit-item-text h3 {
    text-align: left;
  }
  .p-oshipay__merit-item-figure {
    width: min(39.175257732%, 380px);
    margin-inline: 0;
    padding-right: 30px;
  }
  .p-oshipay__merit-item-text {
    flex: 1;
  }
  .p-oshipay__merit-item-list li {
    padding-left: 2em;
  }
  .p-oshipay__merit-item-list li svg {
    --_width: 2.125rem;
    --_height: 2rem;
  }
}
/** reason **/
.p-oshipay__reason {
  margin-bottom: 60px;
  padding: 50px 0 50px;
  background-color: var(--color-pink3);
}

.p-oshipay__reason-title {
  margin-bottom: 40px;
  color: var(--color-pink2);
  text-align: center;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-oshipay__reason-title-image {
  width: 8.75rem;
  aspect-ratio: 296/104;
  height: auto;
  margin-right: 6px;
}

.p-oshipay__reason-title-small {
  font-size: 0.84em;
}

.p-oshipay__reason-box {
  margin-bottom: 50px;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #000;
}

.p-oshipay__reason-box-list-item {
  --_width: 1.375rem;
  --_height: 1.25rem;
  --_space: 1.55em;
  padding-left: var(--_space);
  font-size: var(--font-size-22);
  position: relative;
  line-height: 1.5;
}
.p-oshipay__reason-box-list-item:not(:last-child) {
  margin-bottom: 1.25em;
}
.p-oshipay__reason-box-list-item svg {
  position: absolute;
  top: calc(var(--font-size-22) * 1.5 / 2);
  left: 0;
  translate: 0 -50%;
  width: var(--_width);
  height: var(--_height);
}

.p-oshipay__reason-paragraph {
  text-align: center;
  font-size: var(--font-size-24);
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-oshipay__reason {
    margin-bottom: 100px;
    padding: 90px 0 70px;
  }
  .p-oshipay__reason-title {
    margin-bottom: 65px;
    font-size: 3.125rem;
  }
  .p-oshipay__reason-title-image {
    width: 18.5rem;
    margin-right: 10px;
  }
  .p-oshipay__reason-box {
    margin-bottom: 75px;
    padding: 80px 65px;
  }
  .p-oshipay__reason-box-list-item {
    --_width: 2.125rem;
    --_height: 2rem;
    --_space: 2em;
  }
}
/** recommend **/
.p-oshipay__recommend {
  margin-bottom: 60px;
}

.p-oshipay__recommend-title {
  margin-bottom: 40px;
}

.c-title-decoration {
  text-align: center;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.c-title-decoration span {
  font-size: var(--font-size-32);
}
.c-title-decoration img {
  display: block;
  width: 3rem;
  aspect-ratio: 90/50.05;
  height: auto;
  position: absolute;
  top: 50%;
  left: -8px;
  translate: -100% -50%;
}

@media screen and (min-width: 768px) {
  .c-title-decoration img {
    left: -20px;
    width: 5.625rem;
  }
}
.p-oshipay__recommend-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.p-oshipay__recommend-body-figure img {
  display: block;
  width: min(100%, 350px);
  aspect-ratio: 1;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-oshipay__recommend {
    margin-bottom: 100px;
  }
  .p-oshipay__recommend-title {
    margin-bottom: 65px;
  }
  .p-oshipay__recommend-body {
    grid-template-columns: 1fr 31.8181818182%;
    gap: 60px;
    align-items: center;
  }
}
/** flow **/
.p-oshipay__flow {
  margin-bottom: 100px;
}

.p-oshipay__flow-title {
  margin-bottom: 50px;
}

.p-oshipay__flow-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}

.p-oshipay__flow-list-item {
  padding: 35px 14px;
  gap: 15px;
  display: flex;
  align-items: center;
  background-color: var(--color-yellow3);
  border-radius: 20px;
}
.p-oshipay__flow-list-item:not(:last-child) {
  position: relative;
}
.p-oshipay__flow-list-item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  translate: -50% 100%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: max(45px, 8.1818181818%);
  aspect-ratio: 90/42;
  height: auto;
  background-color: var(--color-yellow4);
}
.p-oshipay__flow-list-item h3 {
  font-size: var(--font-size-28);
  font-weight: 700;
  margin-bottom: 0.6em;
}

.p-oshipay__flow-list-item-text {
  flex: 1;
}

@media screen and (min-width: 768px) {
  .p-oshipay__flow {
    margin-bottom: 170px;
  }
  .p-oshipay__flow-title {
    margin-bottom: 70px;
  }
  .p-oshipay__flow-list {
    gap: 80px;
  }
  .p-oshipay__flow-list-item {
    padding: 45px 35px;
    gap: 24px;
  }
}
.p-oem__header {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .p-oem__header {
    margin-bottom: 100px;
  }
}
/** flow **/
.p-oem__flow {
  margin-bottom: 60px;
  padding: 50px 0;
  --_background-color: var(--color-green3);
  --_border-color: var(--color-green4);
}

.p-oem__flow-title {
  font-size: var(--font-size-28);
  margin-bottom: 50px;
  text-align: center;
}

.p-oem__flow-box {
  background-color: #fff;
  border-radius: 25px;
  padding: 30px 16px;
  border: 3px solid #000;
}

.p-oem__flow-box-figure img {
  display: block;
  width: min(100%, 907px);
  aspect-ratio: 313/496;
  height: auto;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-oem__flow {
    margin-bottom: 100px;
    padding: 80px 0;
  }
  .p-oem__flow-title {
    margin-bottom: 60px;
  }
  .p-oem__flow-box {
    border-radius: 50px;
    padding: 50px;
  }
  .p-oem__flow-box-figure img {
    aspect-ratio: 907/447;
  }
}
/** area **/
.p-oem__area {
  margin-bottom: 60px;
  overflow-x: clip;
}

.p-oem__area-box {
  position: relative;
  margin-bottom: 90px;
  background-color: var(--color-green1);
  border-radius: 20px;
  padding: 30px 20px;
  border: 3px solid #000;
}

.p-oem__area-box-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(7.5rem, 16.6666666667vw, 240px);
  aspect-ratio: 1;
  height: auto;
  translate: 20% 70%;
}

@media screen and (min-width: 768px) {
  .p-oem__area-box-icon {
    translate: 50% 30%;
  }
}
.p-oem__area-title {
  margin-bottom: 50px;
}

.p-oem__area-box-list {
  width: fit-content;
  margin-inline: auto;
}

.p-oem__area-box-list-item {
  --_width: 1.375rem;
  position: relative;
  font-size: var(--font-size-22);
  font-weight: 500;
  padding-left: 2em;
  line-height: 2.5;
}
.p-oem__area-box-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.p-oem__area-box-list-item svg {
  position: absolute;
  top: calc(var(--font-size-22) * 2.5 / 2);
  left: 0;
  translate: 0 -50%;
  width: var(--_width);
  aspect-ratio: 1;
  height: auto;
}
.p-oem__area-box-list-item span {
  line-height: 2.5;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: radial-gradient(ellipse 1.5px 2px at center, #fff 100%, transparent 100%);
  background-size: 8px 4px;
  background-position: 0 100%;
  background-repeat: repeat-x;
  padding-bottom: 10px;
}

.p-oem__reason-paragraph {
  text-align: center;
  font-size: var(--font-size-20);
}

@media screen and (min-width: 768px) {
  .p-oem__area {
    margin-bottom: 70px;
  }
  .p-oem__area-box {
    padding: 65px 50px 50px;
  }
  .p-oem__area-title {
    margin-bottom: 60px;
  }
  .p-oem__area-box-list-item {
    --_width: 2rem;
  }
}
/** business **/
.p-oem__business {
  overflow-x: clip;
  padding: 50px 0;
  background-color: var(--color-yellow3);
}

.p-oem__business-icon {
  width: clamp(7.5rem, 16.6666666667vw, 240px);
  aspect-ratio: 1;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  translate: 30% -50%;
}

.p-oem__business-header {
  margin-bottom: 50px;
}

.p-oem__business-title {
  margin-bottom: 35px;
}

.p-oem__business-body {
  padding: 40px 0 50px;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.p-oem__business-body::before {
  content: "";
  background-color: #fff;
  width: calc(50vw + 545px);
  max-width: calc(100% - 15px);
  height: 100%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-oem__business-body {
    padding: 100px 0 80px;
  }
  .p-oem__business-body::before {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    max-width: calc(100% - 50px);
  }
}
.p-oem__business-items {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-oem__business-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .p-oem__business-item {
    grid-template-columns: 1fr 34.3137254902%;
    gap: 65px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-oem__business-item {
    grid-template-columns: 1fr 34.3137254902%;
    gap: 65px;
    padding-right: 80px;
  }
}
.p-oem__business-item-figure img {
  display: block;
  width: min(100%, 350px);
  aspect-ratio: 1;
  height: auto;
  margin-inline: auto;
  border: 3.5px solid #000;
  border-radius: 25px;
}

.p-oem__business-item-text h3 {
  font-size: var(--font-size-28);
  font-weight: 700;
  margin-bottom: 1em;
}
.p-oem__business-item-text p {
  margin-bottom: 2em;
}

.p-oem__business-item-list {
  line-height: var(--line-height-large);
}
.p-oem__business-item-list li {
  padding-left: 1em;
  position: relative;
}
.p-oem__business-item-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--font-size-base) * var(--line-height-large) / 2);
  translate: 0 -50%;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .p-oem__business {
    padding: 80px 0 90px;
  }
  .p-oem__business-header {
    margin-bottom: 60px;
  }
  .p-oem__business-title {
    margin-bottom: 50px;
  }
  .p-oem__business-items {
    gap: 80px;
  }
}
/** product **/
.p-oem__product {
  position: relative;
  overflow-x: clip;
  padding: 50px 0 60px;
}

.p-oem__product-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: -1;
}

.p-oem__product-body {
  position: relative;
}

.p-oem__product-section:not(:last-of-type) {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .p-oem__product-section:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
.p-oem__product-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(6.25rem, 25vw, 300px);
  aspect-ratio: 1;
  height: auto;
  translate: 20% -55%;
}

.p-oem__product-title {
  width: fit-content;
  margin-inline: auto;
  background-color: #fff;
  padding: 10px;
  font-size: var(--font-size-30);
  margin-bottom: 1em;
}

.p-oem__product-paragraph {
  margin-bottom: 2em;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}

.p-oem__product-paragraph.p-oem__product-paragraph--mt100 {
  margin-bottom: 4em;
}

.p-oem__product-box {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 20px 30px;
}

.p-oem__product-box-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(6.25rem, 25vw, 300px);
  translate: 20% -70%;
  aspect-ratio: 1;
  height: auto;
}

.p-oem__product-box-list {
  margin-bottom: 45px;
}

.p-oem__product-box-list-item {
  position: relative;
  padding-left: 1em;
  line-height: var(--line-height-large);
}
.p-oem__product-box-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--font-size-base) * var(--line-height-large) / 2);
  translate: 0 -50%;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}

.p-oem__product-box-figure {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
  gap: 30px;
}
.p-oem__product-box-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 300/240;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-oem__product {
    padding: 80px 0 100px;
  }
  .p-oem__product-paragraph,
  .p-oem__product-paragraph.p-oem__product-paragraph--mb100 {
    margin-bottom: 2em;
    font-size: 1.25rem;
  }
  .p-oem__product-box {
    padding: 55px 70px 70px;
  }
  .p-oem__product-box-icon {
    translate: 45% -40%;
  }
}
/** works **/
.p-oem__works {
  padding: 60px 0;
}

.p-oem__works-title {
  margin-bottom: 35px;
}

.p-oem__works-body {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.p-oem__works-button {
  margin-inline: auto;
}

@media screen and (min-width: 600px) {
  .p-oem__works-body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-oem__works {
    padding: 100px 0;
  }
  .p-oem__works-title {
    margin-bottom: 55px;
  }
  .p-oem__works-body {
    margin-bottom: 85px;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.p-esg__header {
  margin-bottom: 60px;
}

.p-esg__header-paragraph {
  margin-bottom: 40px;
}

.p-esg__header-figure img {
  display: block;
  width: min(100%, 444px);
  aspect-ratio: 443.35/416;
  height: auto;
  margin-inline: auto;
}

.p-esg__body {
  padding: 60px 0;
  background-color: #9EE6DF;
}

.p-esg__body-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.p-esg__body-list-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 20px;
}

.p-esg__body-list-item-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-esg__body-list-item-title {
  font-size: var(--font-size-32);
}

.p-esg__body-list-item-lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-esg__body-list-item-ul {
  line-height: var(--line-height-large);
}
.p-esg__body-list-item-ul li {
  padding-left: 1em;
  position: relative;
}
.p-esg__body-list-item-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--font-size-base) * var(--line-height-large) / 2);
  translate: 0 -50%;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}

.p-esg__body-list-item-images {
  width: min(100%, 350px);
  margin-inline: auto;
}

.p-esg__body-list-item-images-figure {
  width: 100%;
  margin-bottom: 15px;
}
.p-esg__body-list-item-images-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  height: auto;
}

.p-esg__body-list-item-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.p-esg__body-list-item-icons picture {
  display: block;
}
.p-esg__body-list-item-icons img {
  width: min(100%, 80px);
  aspect-ratio: 1;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-esg__body {
    padding: 60px 0;
  }
  .p-esg__body-list {
    gap: 80px;
  }
  .p-esg__body-list-item {
    grid-template-columns: 1fr 36.0824742268%;
    gap: 60px;
    padding: 80px 65px;
  }
  .p-esg__body-list-item-images-figure {
    margin-bottom: 30px;
  }
  .p-esg__body-list-item-text {
    gap: 25px;
  }
  .p-esg__body-list-item-lead {
    font-size: 1.75rem;
  }
}
.p-flow__header {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.p-flow__header-title {
  margin-bottom: 1em;
  font-size: var(--font-size-32);
  font-weight: 700;
  line-height: 1.5;
}

.p-flow__header-figure img {
  display: block;
  width: min(100%, 466px);
  aspect-ratio: 1;
  height: auto;
  margin-inline: auto;
}

.p-flow__body {
  padding: 70px 0 60px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.p-flow__lists {
  width: min(100% - var(--padding-inner) * 2, 1100px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 100px;
}

.p-flow__list {
  position: relative;
  padding: 30px 20px;
  border-radius: 20px;
  background-color: #fff;
}
.p-flow__list:not(:last-child)::before {
  content: "";
  position: absolute;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: max(45px, 8.1818181818%);
  aspect-ratio: 90/42;
  height: auto;
  background-color: var(--color-yellow4);
  bottom: -20px;
  left: 50%;
  translate: -50% 100%;
}

.p-flow__list-number {
  position: absolute;
  top: 0;
  left: 0;
  translate: 0% -60%;
}

.p-flow__list-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}

.p-flow__list-figure img {
  display: block;
  width: min(100%, 300px);
  aspect-ratio: 300/240;
  height: auto;
  margin-inline: auto;
}

.p-flow__list-title {
  padding-top: 10px;
  font-size: var(--font-size-28);
  margin-bottom: 1em;
}

.p-flow__list-lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}

.p-flow__list-paragraph:not(:last-child) {
  margin-bottom: 1.75em;
}

@media screen and (min-width: 768px) {
  .p-flow__body {
    padding: 135px 0;
  }
  .p-flow__header {
    margin-bottom: 100px;
    grid-template-columns: 1fr 42.3636363636%;
    gap: 90px;
    align-items: center;
  }
  .p-flow__lists {
    gap: 150px;
  }
  .p-flow__list {
    padding: 45px 60px;
  }
  .p-flow__list-content {
    grid-template-columns: 1fr 30.612244898%;
    gap: 35px;
  }
  .p-flow__list-title {
    padding-top: 24px;
  }
  .p-flow__list-lead {
    font-size: 1.5rem;
  }
}
.p-recruit__section {
  margin-bottom: 60px;
}

.p-recruit__header {
  margin-bottom: 120px;
}

.p-recruit__header-title {
  color: var(--color-pink2);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-recruit__section {
    margin-bottom: 100px;
  }
  .p-recruit__header {
    margin-bottom: 200px;
  }
}
.p-recruit__box {
  position: relative;
  border: 3px solid #000;
  border-radius: 20px;
  padding: 50px 20px 35px;
}

.p-recruit__box-title {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -80%;
  width: clamp(14.375rem, 30.5454545455%, 21rem);
}
.p-recruit__box-title img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 336/200;
}

.p-recruit__box-list {
  width: fit-content;
  margin-inline: auto;
}

.c-check-list {
  --_width: 1.375rem;
  --_font-size: 1rem;
  position: relative;
  padding-left: 2em;
}
.c-check-list:not(:last-child) {
  margin-bottom: 1.2727272727em;
}
.c-check-list svg {
  position: absolute;
  top: calc(var(--_font-size) * 1.5 / 2);
  left: 0;
  translate: 0 -50%;
  width: var(--_width);
  aspect-ratio: 1;
  height: auto;
}
.c-check-list span {
  line-height: 1.5;
  font-size: var(--_font-size);
}

@media screen and (min-width: 768px) {
  .p-recruit__box {
    padding: 95px 50px 75px;
  }
  .c-check-list {
    --_width: 2rem;
    --_font-size: 1.375rem;
    padding-left: 3em;
  }
}
/** outline **/
.p-recruit__train {
  padding: 80px 0 60px;
}

.p-recruit__train-icon {
  position: absolute;
  top: -60px;
  right: -10px;
  width: clamp(11.25rem, 43.5833333333%, 523px);
  aspect-ratio: 523/478;
  height: auto;
  z-index: 0;
}

.p-recruit__train-header {
  z-index: 1;
  position: relative;
  margin-bottom: 60px;
}

.p-recruit__train-header-title {
  margin-bottom: 60px;
}

.p-recruit__train-header-lead {
  font-size: var(--font-size-30);
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}

.p-recruit__train-header-paragraph {
  width: 100%;
  font-size: var(--font-size-18);
}

.p-recruit__train-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.p-recruit__train-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.p-recruit__train-item-title {
  font-size: var(--font-size-24);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}

.p-recruit__train-item-figure img {
  display: block;
  width: min(100%, 350px);
  aspect-ratio: 350/263;
  height: auto;
  margin-inline: auto;
}

@media screen and (min-width: 600px) {
  .p-recruit__train-header-paragraph {
    width: min(62.1818181818%, 684px);
  }
}
@media screen and (min-width: 768px) {
  .p-recruit__train {
    padding: 155px 0 100px;
  }
  .p-recruit__train-icon {
    position: absolute;
    top: -100px;
    right: 0;
  }
  .p-recruit__train-header {
    margin-bottom: 110px;
  }
  .p-recruit__train-header-title {
    margin-bottom: 100px;
  }
  .p-recruit__train-item {
    grid-template-columns: 1fr 31.8181818182%;
    gap: 100px;
  }
}
/** welfare **/
.p-recruit__welfare {
  margin-bottom: 60px;
  padding: 80px 0 60px;
  background-color: #FFFDE2;
}

.p-recruit__welfare-icon {
  z-index: 0;
  position: absolute;
  top: -60px;
  right: -10px;
  width: clamp(11.25rem, 43.5833333333vw, 523px);
  aspect-ratio: 523/476;
  height: auto;
}

.p-recruit__welfare-header {
  z-index: 1;
  position: relative;
  margin-bottom: 75px;
}

.p-recruit__welfare-header-title {
  margin-bottom: 50px;
}

.p-recruit__welfare-header-lead {
  font-size: var(--font-size-30);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}

.p-recruit__welfare-header-paragraph {
  width: 100%;
  font-size: var(--font-size-18);
}

/** items **/
.p-recruit__welfare-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.p-recruit__welfare-item {
  padding: 30px 20px;
  border-radius: 20px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.p-recruit__welfare-item-figure img {
  display: block;
  width: min(100%, 150px);
  aspect-ratio: 1;
  height: auto;
  margin-inline: auto;
}

.p-recruit__welfare-item-title {
  font-size: var(--font-size-24);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}

.p-recruit__welfare-item-paragraph {
  margin-bottom: 1em;
}

.p-recruit__welfare-item-container {
  line-height: var(--line-height-large);
  display: flex;
  flex-direction: column;
}
.p-recruit__welfare-item-container li {
  padding-left: 1em;
  position: relative;
}
.p-recruit__welfare-item-container li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--font-size-base) * var(--line-height-large) / 2);
  translate: 0 -50%;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}

@media screen and (min-width: 600px) {
  .p-recruit__welfare-header-paragraph {
    width: min(60.6363636364%, 667px);
  }
}
@media screen and (min-width: 768px) {
  .p-recruit__welfare {
    margin-bottom: 120px;
    padding: 150px 0 100px;
  }
  .p-recruit__welfare-header {
    margin-bottom: 150px;
  }
  .p-recruit__welfare-header-title {
    margin-bottom: 70px;
  }
  .p-recruit__welfare-item {
    padding: 50px 60px;
    grid-template-columns: 22.4489795918% 1fr;
    gap: 55px;
  }
  .p-recruit__welfare-item-figure {
    width: min(100%, 220px);
  }
  .p-recruit__welfare-item-container {
    flex-direction: row;
    gap: 80px;
  }
}
/** outline **/
.p-recruit__outline {
  margin-bottom: 100px;
}

.p-recruit__outline-title {
  margin-bottom: 50px;
  font-size: var(--font-size-30);
  letter-spacing: 0.1em;
}

.p-recruit__outline-lists {
  margin-bottom: 50px;
}

.p-recruit__outline-button {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-recruit__outline {
    margin-bottom: 200px;
  }
  .p-recruit__outline-title {
    margin-bottom: 60px;
  }
  .p-recruit__outline-lists {
    margin-bottom: 80px;
  }
}
.p-privacy__section {
  margin-bottom: 100px;
}

.p-privacy__header {
  margin-bottom: 50px;
}

.p-privacy__header-title {
  font-size: var(--font-size-32);
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.p-privacy__intro {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.p-privacy__body {
  display: flex;
  flex-direction: column;
  gap: 65px;
}

.p-privacy__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-privacy__heading {
  font-size: var(--font-size-28);
  letter-spacing: 0.1em;
  margin-bottom: 1.2857142857em;
}

.p-privacy__text:not(:last-child) {
  margin-bottom: 1.3333333333em;
}

.p-privacy__list li {
  position: relative;
  padding-left: 1.5em;
  line-height: var(--line-height-large);
}
.p-privacy__list li::before {
  position: absolute;
  left: 0;
  top: calc(var(--line-height-large) * var(--font-size-base) / 2);
  translate: 0 -50%;
}

.p-privacy__list--bullet li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}

.p-privacy__list--alpha {
  counter-reset: privacy-alpha;
}
.p-privacy__list--alpha li::before {
  content: counter(privacy-alpha, lower-alpha) "）";
  counter-increment: privacy-alpha;
}

.p-privacy__links {
  line-height: var(--line-height-large);
}
.p-privacy__links a {
  color: var(--color-pink2);
}

@media screen and (min-width: 768px) {
  .p-privacy__section {
    margin-bottom: 200px;
  }
}
.p-archive__section {
  margin-bottom: 100px;
  padding: 50px 0 50px;
  background-color: #FFFCC9;
}

.p-archive__section--products {
  background-color: #9EE6DF;
}

.p-archive__box {
  margin-bottom: 50px;
  background-color: #fff;
  text-align: center;
  color: #FF3C9B;
  border-radius: 20px;
  padding: 30px 20px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .p-archive__box {
    font-size: var(--font-size-24);
  }
}
.p-archive__title {
  /* SEO・スクリーンリーダー用に残しつつ視覚的に非表示 */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-archive__links {
  margin-bottom: 50px;
}

.p-archive__links--post {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  width: min(100%, 950px);
  margin-inline: auto;
}

.p-archive__links--products {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 30px;
}

@media screen and (min-width: 480px) {
  .p-archive__links--products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-archive__links--products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-archive__links--products {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-archive__link a {
  min-width: 13.4375rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25rem;
  background-color: #fff;
  font-size: var(--font-size-18);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  border: 3px solid #000;
  box-shadow: 0px 6px 0px #000;
  transition: 0.3s ease-out;
}

.p-archive__items {
  margin-bottom: 60px;
}

.p-archive__no-posts {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-archive__section {
    margin-bottom: 200px;
    padding: 100px 0 80px;
  }
  .p-archive__links {
    margin-bottom: 75px;
    gap: 30px;
  }
  .p-archive__link a:hover {
    box-shadow: unset;
    transform: translateY(6px);
  }
  .p-archive__items {
    margin-bottom: 90px;
  }
}
.p-default__section {
  margin-bottom: 100px;
  text-align: center;
}

.p-default__title {
  font-size: var(--font-size-32);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.p-default__text {
  margin-bottom: 60px;
}

.p-default__button {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-default__section {
    margin-bottom: 200px;
  }
}
.p-single__section {
  margin-bottom: 100px;
}

.p-single__header {
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.p-single__date {
  font-weight: 500;
  font-family: var(--font-family-en);
  letter-spacing: 0.1em;
}

.p-single__category {
  background-color: #FFF55A;
  padding: 8px 18px;
  line-height: 1;
  border-radius: 100px;
  width: fit-content;
}

.p-single__title {
  font-size: var(--font-size-32);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-single__content {
  margin-bottom: 80px;
}
.p-single__content > .wp-block-columns, .p-single__content > .wp-block-image {
  margin-top: 50px;
  margin-bottom: 50px;
}
.p-single__content h2, .p-single__content h3, .p-single__content h4 {
  margin-top: 50px;
  margin-bottom: 1em;
}
.p-single__content h2 {
  font-size: var(--font-size-24);
}
.p-single__content h3 {
  font-size: var(--font-size-20);
}
.p-single__content h4 {
  font-size: var(--font-size-18);
}
.p-single__content p {
  margin-bottom: 2em;
}
.p-single__content a {
  color: var(--color-pink2);
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .p-single__section {
    margin-bottom: 200px;
  }
  .p-single__content a:hover {
    text-decoration: none;
  }
}
.p-single__page {
  position: relative;
  width: 12.5rem;
  height: 3.75rem;
  margin-inline: auto;
}

.p-single__page-button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: var(--font-size-18);
  font-weight: 700;
  letter-spacing: 0.05em;
  justify-content: center;
  border: 3px solid #000;
  border-radius: 6.25rem;
  box-shadow: 0px 7px 0px #000;
  transition: 0.3s ease-out;
}

.p-single__page-prev a,
.p-single__page-next a {
  --_gap: -15px;
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 10px;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s ease-out;
}
.p-single__page-prev a::before,
.p-single__page-next a::before {
  content: "";
  width: 0.5em;
  aspect-ratio: 1;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  rotate: var(--_rotate);
  translate: -2px 0;
  display: block;
}

.p-single__page-prev a {
  --_rotate: 225deg;
  translate: -100% -50%;
  left: var(--_gap);
}

.p-single__page-next a {
  --_rotate: 45deg;
  flex-direction: row-reverse;
  right: var(--_gap);
  translate: 100% -50%;
}

@media screen and (min-width: 768px) {
  .p-single__page {
    width: 21.25rem;
    height: 5.625rem;
  }
  .p-single__page-button:hover {
    box-shadow: unset;
    transform: translateY(7px);
  }
  .p-single__page-prev a,
  .p-single__page-next a {
    --_gap: -40px;
    gap: 15px;
  }
  .p-single__page-prev a:hover,
  .p-single__page-next a:hover {
    opacity: 0.8;
  }
}
/** slider **/
.wp-block-gallery {
  display: none !important;
}

.p-single__gallery {
  overflow-x: clip;
  width: min(100%, 800px);
  margin-inline: auto;
  margin-top: 50px;
  margin-bottom: 60px;
}

.p-single__main-slider {
  margin-bottom: 18px;
}

.p-single__main-slider {
  width: 100%;
  aspect-ratio: 800/600;
  border-radius: 20px;
  border: 4px solid #000;
  overflow: hidden;
}

.p-single__main-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-single__sub-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.p-single__sub-slider img {
  display: block;
  width: 100%;
  aspect-ratio: 140/105;
  height: auto;
  object-fit: cover;
  border: none;
}

.p-single__sub-slider-item {
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}

@media screen and (min-width: 768px) {
  .p-single__gallery {
    margin-top: 70px;
    margin-bottom: 90px;
  }
  .p-single__main-slider {
    margin-bottom: 30px;
  }
  .p-single__sub-slider {
    gap: 25px;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-single__sub-slider-item:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-single__sub-slider {
    grid-template-columns: repeat(5, 1fr);
  }
}
.p-contact__section {
  margin-bottom: 100px;
}

.p-contact__phone {
  margin-bottom: 60px;
}

.p-contact__title {
  text-align: center;
  font-size: var(--font-size-30);
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.p-contact__box {
  padding: 40px 20px;
  width: min(100%, 600px);
  margin-inline: auto;
  background-color: var(--color-yellow2);
  border-radius: 20px;
  border: 3px solid #000;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.p-contact__box-icon {
  --_size: 2.1875rem;
  width: var(--_size);
  height: var(--_size);
}

.p-contact__box-text-number {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: var(--font-family-en);
  line-height: 1;
  margin-bottom: 10px;
  transition: color 0.3s ease-out;
}

.p-contact__box-text-time {
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-contact__section {
    margin-bottom: 200px;
  }
  .p-contact__box {
    gap: 15px;
    padding: 80px 50px;
  }
  .p-contact__phone {
    margin-bottom: 100px;
  }
  .p-contact__box-text-number {
    font-size: 2.8125rem;
  }
  .p-contact__box-text-time {
    font-size: 1.25rem;
  }
  .p-contact__box-text-number:hover {
    color: var(--color-pink2);
  }
  .p-contact__box-icon {
    --_size: 3.125rem;
  }
}
.p-contact__form-text {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .p-contact__form-text {
    margin-bottom: 80px;
  }
}
/****
フォーム
***/
.form-row {
  --bottom: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: var(--bottom);
}

.form-label {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .form-row {
    --bottom: 60px;
    gap: 30px;
    grid-template-columns: 230px 1fr;
    align-items: center;
  }
  .form-row.form-row--flex-start {
    align-items: flex-start;
  }
  .form-label {
    justify-content: space-between;
    gap: 20px;
  }
}
/*** 必須・任意ボタン ***/
.form-label .optional,
.form-label .required {
  color: #fff;
  background-color: #E72E8C;
  display: inline-block;
  padding: 5px 10px;
  font-weight: 400;
  border-radius: 6px;
}

/*** select ***/
.form-select select {
  appearance: none; /* 矢印などを消す（Chrome / Firefox）*/
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none;
  border-radius: 0;
  color: var(--color-main);
  padding: 1em 1em;
  border: 1px solid #C3C3C3;
  min-width: 250px;
}

.form-select {
  position: relative;
  width: fit-content;
}
.form-select::before {
  z-index: 2;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: var(--color-main);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}

@media screen and (min-width: 768px) {
  .form-select select {
    min-width: 400px;
  }
}
/* input */
.form-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-input:not(:last-child) {
  margin-bottom: 10px;
}

.form-input__paragraph {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=tel],
.form-input textarea {
  position: relative;
  width: 100%;
  border-radius: 0;
  color: var(--color-main);
  padding: 1em 1em;
  border: 1px solid #D9D9D9;
}

.form-input input::file-selector-button {
  border: none;
  padding: 10px 20px;
  background-color: #F3F3F3;
}

.form-input textarea {
  min-height: 150px;
}

.form-input input::placeholder,
.form-input textarea::placeholder {
  color: #D9D9D9;
}

/*** checkbox ***/
.form-checkbox a {
  color: var(--color-pink2);
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.form-checkbox a:hover {
  opacity: 0.8;
}

.form-checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.form-checkbox label {
  display: inline-flex;
  align-items: center;
  padding-left: 1.8em;
  margin-right: 1em;
  position: relative;
  cursor: pointer;
}

.form-checkbox label::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
  box-sizing: border-box;
}

.form-checkbox label::after {
  content: "";
  position: absolute;
  display: none;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  top: 50%;
  left: 5px;
  transform: translateY(-60%) rotate(45deg);
}

.form-checkbox label:has(input:checked)::before {
  background-color: #000;
}

.form-radio label:has(input:checked)::after,
.form-checkbox label:has(input:checked)::after {
  display: block;
}

/* privacy */
.privacy-privacy {
  text-align: center;
  margin-bottom: 50px;
}
.privacy-privacy p {
  line-height: 3;
}

/* checkbox */
.form-checkbox .wpcf7-not-valid-tip {
  left: 50%;
  translate: -50% 0;
  width: 100%;
}

.form-checkbox a:hover {
  text-decoration: underline;
}

/** ボタン **/
.form-button {
  margin-inline: auto;
}

/*** エラーメッセージ ***/
.wpcf7-form-control-wrap {
  height: inherit;
  display: block;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 3px);
  font-size: 0.875rem;
}/*# sourceMappingURL=style.css.map */