@charset "UTF-8";
/*====================================================================================

[START TABLE OF CONTENT]

1. FOUNDATION.
   1.1. BASE.
   1.2. RESET.
2. LAYOUT.
   2.1. CONTAINER.
   2.2. HEADER.
   2.3. FOOTER.
   2.4. FIXED.
3. COMPONENT.
   3.1. CLEARFIX.
   3.2. BUTTON.
   3.3. SHAPE.
   3.4. ICON.
   3.5. TITLE.
   3.6. TEXT.
   3.7. LINK.
   3.8. LOGO.
   3.9. BACKGROUND.
   3.10. DECORATION.
   3.11. ITEM.
   3.12. LIST.
   3.13. BOX.
   3.14. TABLE.
   3.15. FORM.
4. PROJECT.
   4.1. GROUP.
   4.2. NAVIGATION.
   4.3. SUB NAVIGATION.
   4.4. COMMON.
   4.5. BANNER.
   4.6. SECTION.
   4.7. MAP.
5. KEYFRAMES.
6. EFFECT.

====================================================================================*/
/*====================================================================================
1. FOUNDATION.
====================================================================================*/
/*------------------------------------------------------------------------------------
1.1. BASE.
------------------------------------------------------------------------------------*/
:root {
  --color-white: #ffffff;
  --color-gray-100: #f5f5f5;
  --color-gray-200: #e1e1e1;
  --color-gray-250: #c4c4c4;
  --color-gray-300: #b7b7b7;
  --color-gray-400: #9c9c9c;
  --color-gray-500: #a49e95;
  --color-gray-600: #707070;
  --color-green-100: #06c755;
  --color-green-200: #4a9872;
  --color-green-300: #56b586;
  --color-green-400: #96d4b5;
  --color-mint-100: #e6f1eb;
  --color-mint-200: #f6f9f8;
  --color-yellow-100: #f5971d;
  --color-orange-100: #e38000;
  --color-brown-100: #4b3f2c;
  --color-brown-200: #786f61;
  --color-beige-100: #f8f1e2;
  --color-beige-200: #faf5ef;
  --font-noto-sans-jp: "Noto Sans JP", sans-serif;
  --font-noto-serif-jp: "Noto Serif JP", serif;
  --font-zen-kaku-gothic-new: "Zen Kaku Gothic New", sans-serif;
  --font-parisienne: "Parisienne", cursive;
  /* Start color */
  --theme-color-primary: var(--color-brown-100);
  --theme-color-secondary: var(--color-white);
  --theme-color-tertiary: var(--color-green-100);
  --theme-color-quaternary: var(--color-green-200);
  --theme-color-fifth: var(--color-green-300);
  --theme-color-sixth: var(--color-green-400);
  --theme-color-seventh: var(--color-yellow-100);
  --theme-color-eighth: var(--color-orange-100);
  --theme-color-ninth: var(--color-gray-100);
  --theme-color-tenth: var(--color-gray-400);
  --theme-color-eleventh: var(--color-gray-500);
  --theme-color-twelfth: var(--color-gray-600);
  --theme-color-thirteenth: var(--color-mint-100);
  --theme-color-fourteenth: var(--color-mint-200);
  --theme-color-fifteenth: var(--color-brown-200);
  --theme-color-sixteenth: var(--color-beige-100);
  --theme-color-seventeenth: var(--color-gray-300);
  --theme-color-eighteenth: var(--color-beige-200);
  --theme-color-nineteenth: var(--color-gray-200);
  --theme-color-twentieth: var(--color-gray-250);
  /* Start font */
  --theme-font-jp-primary: var(--font-noto-sans-jp);
  --theme-font-jp-secondary: var(--font-noto-serif-jp);
  --theme-font-jp-tertiary: var(--font-zen-kaku-gothic-new);
  --theme-font-en-primary: var(--font-parisienne);
}

@media only screen and (max-width: 767px) {
  :root {
    /* Start shadow */
    --theme-shadow-primary: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.07);
    /* Start radius */
    --theme-radius-primary: 2rem;
    --theme-radius-secondary: 1.5rem;
    --theme-radius-tertiary: 1rem;
    /* Start spacing */
    --spacing-sp-60-pc-120: 6rem;
    --spacing-sp-55-pc-115: 5.5rem;
    --spacing-sp-55-pc-110: 5.5rem;
    --spacing-sp-50-pc-100: 5rem;
    --spacing-sp-45-pc-90: 4.5rem;
    --spacing-sp-40-pc-80: 4rem;
    --spacing-sp-35-pc-80: 3.5rem;
    --spacing-sp-35-pc-70: 3.5rem;
    --spacing-sp-35-pc-65: 3.5rem;
    --spacing-sp-30-pc-65: 3rem;
    --spacing-sp-50-pc-60: 5rem;
    --spacing-sp-35-pc-60: 3.5rem;
    --spacing-sp-30-pc-60: 3rem;
    --spacing-sp-30-pc-55: 3rem;
    --spacing-sp-35-pc-50: 3.5rem;
    --spacing-sp-30-pc-50: 3rem;
    --spacing-sp-25-pc-50: 2.5rem;
    --spacing-sp-15-pc-50: 1.5rem;
    --spacing-sp-30-pc-45: 3rem;
    --spacing-sp-25-pc-45: 2.5rem;
    --spacing-sp-20-pc-45: 2rem;
    --spacing-sp-35-pc-40: 3.5rem;
    --spacing-sp-30-pc-40: 3rem;
    --spacing-sp-25-pc-40: 2.5rem;
    --spacing-sp-20-pc-40: 2rem;
    --spacing-sp-25-pc-35: 2.5rem;
    --spacing-sp-20-pc-35: 2rem;
    --spacing-sp-15-pc-35: 1.5rem;
    --spacing-sp-25-pc-30: 2.5rem;
    --spacing-sp-20-pc-30: 2rem;
    --spacing-sp-15-pc-30: 1.5rem;
    --spacing-sp-10-pc-30: 1rem;
    --spacing-sp-20-pc-25: 2rem;
    --spacing-sp-15-pc-25: 1.5rem;
    --spacing-sp-10-pc-25: 1rem;
    --spacing-sp-15-pc-20: 1.5rem;
    --spacing-sp-10-pc-20: 1rem;
    --spacing-sp-10-pc-15: 1rem;
    --spacing-sp-5-pc-10: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  :root {
    /* Start shadow */
    --theme-shadow-primary: 0.3rem 0.3rem 1.5rem rgba(0, 0, 0, 0.07);
    /* Start radius */
    --theme-radius-primary: 3rem;
    --theme-radius-secondary: 2rem;
    --theme-radius-tertiary: 2rem;
    /* Start spacing */
    --spacing-sp-60-pc-120: 12rem;
    --spacing-sp-55-pc-115: 11.5rem;
    --spacing-sp-55-pc-110: 11rem;
    --spacing-sp-50-pc-100: 10rem;
    --spacing-sp-45-pc-90: 9rem;
    --spacing-sp-40-pc-80: 8rem;
    --spacing-sp-35-pc-80: 8rem;
    --spacing-sp-35-pc-70: 7rem;
    --spacing-sp-35-pc-65: 6.5rem;
    --spacing-sp-30-pc-65: 6.5rem;
    --spacing-sp-50-pc-60: 6rem;
    --spacing-sp-35-pc-60: 6rem;
    --spacing-sp-30-pc-60: 6rem;
    --spacing-sp-30-pc-55: 5.5rem;
    --spacing-sp-35-pc-50: 5rem;
    --spacing-sp-30-pc-50: 5rem;
    --spacing-sp-25-pc-50: 5rem;
    --spacing-sp-15-pc-50: 5rem;
    --spacing-sp-30-pc-45: 4.5rem;
    --spacing-sp-25-pc-45: 4.5rem;
    --spacing-sp-20-pc-45: 4.5rem;
    --spacing-sp-35-pc-40: 4rem;
    --spacing-sp-30-pc-40: 4rem;
    --spacing-sp-25-pc-40: 4rem;
    --spacing-sp-20-pc-40: 4rem;
    --spacing-sp-25-pc-35: 3.5rem;
    --spacing-sp-20-pc-35: 3.5rem;
    --spacing-sp-15-pc-35: 3.5rem;
    --spacing-sp-25-pc-30: 3rem;
    --spacing-sp-20-pc-30: 3rem;
    --spacing-sp-15-pc-30: 3rem;
    --spacing-sp-10-pc-30: 3rem;
    --spacing-sp-20-pc-25: 2.5rem;
    --spacing-sp-15-pc-25: 2.5rem;
    --spacing-sp-10-pc-25: 2.5rem;
    --spacing-sp-15-pc-20: 2rem;
    --spacing-sp-10-pc-20: 2rem;
    --spacing-sp-10-pc-15: 1.5rem;
    --spacing-sp-5-pc-10: 1rem;
  }
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
  line-height: normal;
}

body {
  font-family: var(--theme-font-jp-primary);
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: var(--theme-color-primary);
  background-color: var(--theme-color-secondary);
}
body.is-open, body.lity-disable-scrolling, body.lb-disable-scrolling {
  position: fixed;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 768px) {
  body {
    line-height: 1.88;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body {
    min-width: 119.9rem;
  }
  body .l-header {
    width: 119.9rem;
  }
  body .l-wrapper {
    max-width: 119.9rem;
  }
}
.l-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 32rem;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .l-main {
    padding-block-start: 12rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-main {
    padding-block-start: 11.6rem;
  }
}
/*------------------------------------------------------------------------------------
1.2. RESET.
------------------------------------------------------------------------------------*/
h1 {
  line-height: 1.3;
}

h2 {
  line-height: 1.4;
}

h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

a {
  color: currentColor;
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: none;
  }
}
@media only screen and (min-width: 768px) {
  a {
    transition: color 0.3s ease, text-decoration 0.3s ease;
  }
}
img {
  border-style: none;
}

@media only screen and (min-width: 768px) {
  img {
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
}
input,
select,
option,
optgroup,
textarea {
  font-family: var(--theme-font-jp-primary);
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: var(--theme-color-primary);
  background-color: var(--theme-color-secondary);
}

button,
input[type=submit],
input[type=button] {
  font-family: var(--theme-font-jp-primary);
}

.is-ios input,
.is-ios textarea {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  input,
  select,
  option,
  optgroup,
  textarea {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 768px) {
  input,
  select,
  option,
  optgroup,
  textarea {
    font-size: 1.6rem;
    line-height: 1.86;
  }
}
picture {
  display: block;
  line-height: 1;
}

figure {
  margin: 0;
  padding: 0;
}

/*====================================================================================
2. LAYOUT.
====================================================================================*/
/*------------------------------------------------------------------------------------
2.1. CONTAINER.
------------------------------------------------------------------------------------*/
.l-container,
.l-container-md,
.l-container-sm {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.l-container-md {
  max-width: 120rem;
}

.l-container {
  max-width: 111rem;
}

.l-container-sm {
  max-width: 103rem;
}

/*------------------------------------------------------------------------------------
2.2. HEADER.
------------------------------------------------------------------------------------*/
.l-header {
  position: fixed;
  z-index: 998;
  inset-block-start: 0;
  inset-inline: 0;
  box-shadow: 0.1rem 0.4rem 0.8rem -0.4rem rgba(0, 0, 0, 0.1);
  background-color: var(--theme-color-secondary);
}
.l-header__left .c-logo {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .is-fixed .l-header .c-logo,
  .lb-disable-scrolling .l-header .c-logo {
    height: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .is-fixed .l-header .p-nav-header,
  .lb-disable-scrolling .l-header .p-nav-header {
    padding-block-start: 8rem;
  }
  .is-fixed .l-header .p-nav-header__list,
  .lb-disable-scrolling .l-header .p-nav-header__list {
    height: calc(100dvh - 15rem);
  }
  .l-header__left .c-logo {
    position: relative;
    z-index: 999;
    justify-content: center;
    height: 5rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    text-align: center;
    transition: clip-path 0.1s ease, height 0.1s ease;
  }
  .l-header__left .c-logo img {
    height: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .is-fixed .l-header__list,
  .lb-disable-scrolling .l-header__list {
    margin-block-end: 0.2rem;
    transition: margin-block-end 0.05s 0.05s ease;
  }
  .is-fixed .l-header .p-nav-header,
  .lb-disable-scrolling .l-header .p-nav-header {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  .l-header__row {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 2rem 1.3rem 2.5rem;
  }
  .l-header__left .c-logo {
    height: 100%;
  }
  .l-header__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-block-end: 1.4rem;
  }
  .l-header__item:not(:first-child) {
    margin-inline-start: 2rem;
  }
  .l-header__item.-version-2 {
    line-height: 1;
  }
  .l-header__item.-version-3 {
    width: 17.2rem;
  }
  .l-header__item.-version-3 .c-btn-contact {
    padding: 0.5rem 2.5rem 0.5rem 5.4rem;
  }
  .l-header__item.-version-3 .c-btn-contact__icon {
    inset-inline-start: 1.5rem;
  }
  .l-header__item.-version-4 {
    width: 20.6rem;
  }
  .l-header__item.-version-4 .c-btn-contact {
    padding: 0.5rem 2rem 0.5rem 5.2rem;
  }
  .l-header__item.-version-4 .c-btn-contact__icon {
    inset-inline-start: 0.6rem;
  }
  .l-header__item .c-btn-contact {
    min-height: 4.6rem;
  }
}
/*------------------------------------------------------------------------------------
2.3. FOOTER.
------------------------------------------------------------------------------------*/
.l-footer {
  background-color: var(--theme-color-thirteenth);
}
.l-footer__copy {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    position: relative;
    z-index: 2;
    padding-block: 5rem 7rem;
  }
  .l-footer .p-nav-footer {
    margin-block-end: 2.5rem;
  }
  .l-footer__deco {
    inset-block-end: 5rem;
    width: 55%;
  }
  .l-footer__deco img {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer {
    padding-block-start: 5rem;
  }
  .l-footer .l-container {
    position: relative;
    z-index: 2;
  }
  .l-footer .p-nav-footer {
    margin-block-end: 2.8rem;
  }
  .l-footer__copy {
    padding-block-end: 3rem;
  }
  .l-footer__deco {
    inset-block-end: 0;
  }
  .l-footer__deco img {
    width: auto;
    height: 22.5rem;
  }
}
@media only screen and (max-width: 1299px) {
  .l-footer__deco {
    inset-inline-end: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .l-footer__deco {
    inset-inline-end: -2.5rem;
  }
}
/*------------------------------------------------------------------------------------
2.4. FIXED.
------------------------------------------------------------------------------------*/
.l-fixed {
  position: fixed;
  z-index: 1000;
  inset-inline: 0;
  inset-block-end: 0;
}
.l-fixed__list {
  display: flex;
}
.l-fixed__item {
  width: 50%;
}

/*====================================================================================
3. COMPONENT.
====================================================================================*/
/*------------------------------------------------------------------------------------
3.1. CLEARFIX.
------------------------------------------------------------------------------------*/
.c-clearfix {
  display: block;
}
.c-clearfix::after {
  display: block;
  content: " ";
  height: 0;
  clear: both;
  visibility: hidden;
}

/*------------------------------------------------------------------------------------
3.2. BUTTON.
------------------------------------------------------------------------------------*/
/*---------- BUTTON HAMBURGER ----------*/
@media only screen and (max-width: 767px) {
  .c-btn-hamburger {
    width: 100%;
    border: none;
    padding: 0;
  }
  .c-btn-hamburger__outer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-inline: auto;
    border-radius: 50%;
    background-color: var(--theme-color-secondary);
  }
  .c-btn-hamburger__inner {
    position: relative;
    display: block;
    width: 2.2rem;
    height: 1.5rem;
  }
  .c-btn-hamburger__line {
    position: absolute;
    display: inline-block;
    inset-block-start: 0;
    inset-inline-end: 0;
    width: 100%;
    height: 0.2rem;
    background-color: var(--theme-color-fifth);
    transition: all 0.3s ease-in-out;
  }
  .c-btn-hamburger__line:nth-child(1), .c-btn-hamburger__line:nth-child(3) {
    transform-origin: center;
  }
  .c-btn-hamburger__line:nth-child(1) {
    top: 0;
  }
  .c-btn-hamburger__line:nth-child(2) {
    top: 0.7rem;
  }
  .c-btn-hamburger__line:nth-child(3) {
    top: 1.4rem;
  }
  .c-btn-hamburger.is-active .c-btn-hamburger__line:nth-child(1), .c-btn-hamburger.is-active .c-btn-hamburger__line:nth-child(3) {
    top: 0.7rem;
    width: 100%;
  }
  .c-btn-hamburger.is-active .c-btn-hamburger__line:nth-child(1) {
    transform: rotate(-225deg);
  }
  .c-btn-hamburger.is-active .c-btn-hamburger__line:nth-child(2) {
    opacity: 0;
  }
  .c-btn-hamburger.is-active .c-btn-hamburger__line:nth-child(3) {
    transform: rotate(225deg);
  }
}
/*---------- BUTTON CONTACT, TOP, CONTACT ----------*/
.c-btn,
.c-btn-top,
.c-btn-contact {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
}
.c-btn__text, .c-btn__icon,
.c-btn-top__text,
.c-btn-top__icon,
.c-btn-contact__text,
.c-btn-contact__icon {
  z-index: 2;
}
.c-btn__text,
.c-btn-top__text,
.c-btn-contact__text {
  position: relative;
  line-height: 1.5;
  font-weight: 500;
}
.c-btn__icon,
.c-btn .c-circle,
.c-btn-top__icon,
.c-btn-top .c-circle,
.c-btn-contact__icon,
.c-btn-contact .c-circle {
  inset-block: 0;
  margin-block: auto;
}
.c-btn__icon,
.c-btn-top__icon,
.c-btn-contact__icon {
  position: absolute;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .c-btn .c-circle__arrow, .c-btn .c-circle__icon,
  .c-btn-contact .c-circle__arrow,
  .c-btn-contact .c-circle__icon,
  .c-btn-top .c-circle__arrow,
  .c-btn-top .c-circle__icon {
    inset-inline-start: 0;
  }
}
@media only screen and (min-width: 768px) {
  .c-btn:hover .c-circle__arrow, .c-btn:hover .c-circle__icon,
  .c-btn-top:hover .c-circle__arrow,
  .c-btn-top:hover .c-circle__icon,
  .c-btn-contact:hover .c-circle__arrow,
  .c-btn-contact:hover .c-circle__icon {
    transition: margin-inline-start 0.1s 0.3s ease;
  }
  .c-btn__text,
  .c-btn-top__text,
  .c-btn-contact__text {
    transition: color 0.2s ease;
  }
  .c-btn__icon,
  .c-btn-top__icon,
  .c-btn-contact__icon {
    transition: transform 0.1s 0.2s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  }
}
@media only screen and (min-width: 768px) {
  .c-btn-top,
  .c-btn-contact {
    transition: padding-inline-start 0.25s ease;
  }
}
/*---------- BUTTON ----------*/
.c-btn {
  border-radius: 3.5rem;
}
.c-btn::before {
  border-color: var(--theme-color-fifth);
}
.c-btn__text {
  color: var(--theme-color-secondary);
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 767px) {
  .c-btn {
    padding: 1rem 3rem 1rem 2rem;
    background-color: var(--theme-color-fifth);
  }
  .c-btn .c-circle {
    inset-inline-end: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-btn {
    background-color: var(--theme-color-secondary);
  }
  .c-btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset-block-start: 0;
    inset-inline-start: 0;
    border: 1px solid var(--theme-color-fifth);
    border-radius: 3.5rem;
  }
  .c-btn:hover .c-btn__icon {
    transform: scale(0);
    transition: transform 0.1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  }
  .c-btn:hover .c-btn__text {
    color: var(--theme-color-fifth);
  }
  .c-btn .c-circle {
    inset-inline-end: 0.8rem;
  }
}
/*---------- BUTTON SIZE SMALL ----------*/
.c-btn.-s-small {
  max-width: 17rem;
  min-height: 5rem;
  padding: 0.5rem 3rem 0.5rem 2rem;
}
.c-btn.-s-small .c-btn__text {
  font-size: 1.4rem;
}
.c-btn.-s-small .c-circle__arrow {
  width: 0.8rem;
  height: 1.2rem;
}
.c-btn.-s-small .c-circle__icon {
  width: 1.8rem;
  height: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .c-btn.-s-small .c-circle {
    width: 0.8rem;
  }
  .c-btn.-s-small .c-circle.-t-icon {
    width: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-btn.-s-small:hover .c-circle::before {
    width: 100%;
    height: 100%;
  }
  .c-btn.-s-small:hover .c-circle__arrow {
    margin-inline-start: -0.4rem;
  }
  .c-btn.-s-small .c-circle {
    width: 3.5rem;
    height: 3.5rem;
  }
  .c-btn.-s-small .c-circle::before {
    width: 30rem;
    height: 30rem;
  }
  .c-btn.-s-small .c-circle__arrow {
    margin-inline-start: 0;
  }
  .c-btn.-s-small .c-circle__icon {
    margin-inline-start: -0.8rem;
  }
}
/*---------- BUTTON SIZE MEDIUM ----------*/
@media only screen and (max-width: 767px) {
  .c-btn.-s-medium {
    max-width: 23.5rem;
    min-height: 5.5rem;
  }
  .c-btn.-s-medium .c-circle {
    width: 0.9rem;
  }
  .c-btn.-s-medium .c-circle__arrow {
    width: 0.9rem;
    height: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-btn.-s-medium {
    max-width: 25rem;
    min-height: 6.5rem;
    padding: 1rem 4rem 1rem 2.5rem;
  }
  .c-btn.-s-medium:hover .c-circle::before {
    width: 100%;
    height: 100%;
  }
  .c-btn.-s-medium:hover .c-circle__arrow {
    margin-inline-start: -0.4rem;
  }
  .c-btn.-s-medium .c-btn__text {
    font-size: 1.6rem;
  }
  .c-btn.-s-medium .c-circle {
    width: 4.8rem;
    height: 4.8rem;
    inset-inline-end: 0.9rem;
  }
  .c-btn.-s-medium .c-circle::before {
    width: 45rem;
    height: 45rem;
  }
  .c-btn.-s-medium .c-circle__arrow {
    margin-inline-start: -0.4rem;
    width: 1rem;
    height: 1.5rem;
  }
}
/*---------- BUTTON SIZE FIT ----------*/
.c-btn.-s-fit {
  max-width: 26.5rem;
}

@media only screen and (min-width: 768px) {
  .c-btn.-s-fit .c-circle::before {
    width: 50rem;
    height: 50rem;
  }
}
/*---------- BUTTON SIZE LONG ----------*/
.c-btn.-s-long {
  max-width: 32.5rem;
}

@media only screen and (min-width: 768px) {
  .c-btn.-s-long .c-circle::before {
    width: 60rem;
    height: 60rem;
  }
}
/*---------- BUTTON DIRECTION LEFT ----------*/
.c-btn.-d-left {
  justify-content: flex-end;
}
.c-btn.-d-left .c-circle {
  inset-inline-end: 0;
}

@media only screen and (max-width: 767px) {
  .c-btn.-d-left {
    padding: 1rem 2rem 1rem 3rem;
  }
  .c-btn.-d-left .c-circle {
    inset-inline-start: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-btn.-d-left {
    padding: 1rem 2.5rem 1rem 4rem;
  }
  .c-btn.-d-left .c-circle {
    inset-inline-start: 0.9rem;
  }
}
/*---------- BUTTON DIRECTION DOWN ----------*/
.c-btn.-d-down:hover .c-circle__arrow {
  margin-inline-start: -0.6rem;
}

@media only screen and (max-width: 767px) {
  .c-btn.-d-down .c-circle {
    inset-inline-end: 1.2rem;
    width: 1.3rem;
  }
  .c-btn.-d-down .c-circle__arrow.-d-down {
    width: 1.3rem;
    height: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-btn.-d-down .c-circle__arrow.-d-down {
    width: 1.5rem;
    height: 1rem;
  }
}
/*---------- BUTTON CONTACT ----------*/
.c-btn-contact__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.c-btn-contact .c-circle__arrow {
  width: 0.8rem;
  height: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .c-btn-contact .c-circle {
    width: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-btn-contact::before {
    position: absolute;
    content: "";
    inset-block-start: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-style: solid;
  }
  .c-btn-contact:hover .c-btn-contact__icon {
    transform: scale(0);
    transition: transform 0.1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  }
}
/*---------- BUTTON CONTACT SIZE SMALL ----------*/
.c-btn-contact.-s-small {
  border-radius: 3rem;
}

@media only screen and (min-width: 768px) {
  .c-btn-contact.-s-small::before {
    border-radius: 3rem;
  }
  .c-btn-contact.-s-small:hover {
    padding-inline-start: 2rem;
  }
  .c-btn-contact.-s-small:hover .c-circle::before {
    width: 100%;
    height: 100%;
  }
  .c-btn-contact.-s-small:hover .c-circle__arrow {
    margin-inline-start: -0.4rem;
  }
  .c-btn-contact.-s-small .c-circle {
    width: 3.4rem;
    height: 3.4rem;
    inset-inline-end: 0.7rem;
  }
  .c-btn-contact.-s-small .c-circle::before {
    width: 37rem;
    height: 37rem;
  }
  .c-btn-contact.-s-small .c-circle__arrow {
    margin-inline-start: 0;
  }
}
/*---------- BUTTON CONTACT SIZE MEDIUM ----------*/
.c-btn-contact.-s-medium {
  max-width: 27rem;
  min-height: 6.3rem;
  border-radius: 3.5rem;
}
.c-btn-contact.-s-medium.-c-seventh {
  padding: 1rem 3rem 1rem 5.5rem;
}
.c-btn-contact.-s-medium.-c-seventh .c-btn-contact__icon {
  height: 2.2rem;
  inset-inline-start: 1.5rem;
}
.c-btn-contact.-s-medium.-c-tertiary {
  padding: 1rem 3rem 1rem 7.5rem;
}
.c-btn-contact.-s-medium.-c-tertiary .c-btn-contact__icon {
  height: 4.5rem;
  inset-inline-start: 1rem;
}

@media only screen and (max-width: 767px) {
  .c-btn-contact.-s-medium .c-circle {
    inset-inline-end: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-btn-contact.-s-medium::before {
    border-radius: 3.5rem;
  }
  .c-btn-contact.-s-medium:hover {
    padding-inline-start: 2rem;
  }
  .c-btn-contact.-s-medium:hover .c-circle::before {
    width: 100%;
    height: 100%;
  }
  .c-btn-contact.-s-medium:hover .c-circle__arrow {
    margin-inline-start: -0.4rem;
  }
  .c-btn-contact.-s-medium .c-circle {
    width: 4.5rem;
    height: 4.5rem;
    inset-inline-end: 1rem;
  }
  .c-btn-contact.-s-medium .c-circle::before {
    width: 50rem;
    height: 50rem;
  }
  .c-btn-contact.-s-medium .c-circle__arrow {
    margin-inline-start: 0.7rem;
  }
}
/*---------- BUTTON CONTACT COLOR SEVENTH ----------*/
.c-btn-contact.-c-seventh::before {
  border-color: var(--theme-color-seventh);
}
.c-btn-contact.-c-seventh .c-btn-contact__text {
  color: var(--theme-color-secondary);
}
.c-btn-contact.-c-seventh .c-btn-contact__icon {
  fill: var(--theme-color-secondary);
}

@media only screen and (max-width: 767px) {
  .c-btn-contact.-c-seventh {
    background-color: var(--theme-color-seventh);
  }
}
@media only screen and (min-width: 768px) {
  .c-btn-contact.-c-seventh {
    background-color: var(--theme-color-secondary);
  }
  .c-btn-contact.-c-seventh:hover .c-btn-contact__text {
    color: var(--theme-color-seventh);
  }
  .c-btn-contact.-c-seventh .c-circle:before {
    background-color: var(--theme-color-seventh);
  }
}
/*---------- BUTTON CONTACT COLOR TERTIARY ----------*/
.c-btn-contact.-c-tertiary::before {
  border-color: var(--theme-color-tertiary);
}
.c-btn-contact.-c-tertiary .c-btn-contact__text {
  color: var(--theme-color-secondary);
}

@media only screen and (max-width: 767px) {
  .c-btn-contact.-c-tertiary {
    background-color: var(--theme-color-tertiary);
  }
}
@media only screen and (min-width: 768px) {
  .c-btn-contact.-c-tertiary {
    background-color: var(--theme-color-secondary);
  }
  .c-btn-contact.-c-tertiary:hover .c-btn-contact__text {
    color: var(--theme-color-tertiary);
  }
  .c-btn-contact.-c-tertiary .c-circle:before {
    background-color: var(--theme-color-tertiary);
  }
}
/*---------- BUTTON TOP ----------*/
.c-btn-top {
  min-height: 5rem;
  border-radius: 3.5rem;
}
.c-btn-top.-version-1 .c-btn-top__icon {
  height: 2.225rem;
}
.c-btn-top.-version-2 .c-btn-top__icon {
  height: 2.225rem;
}
.c-btn-top.-version-3 .c-btn-top__icon {
  height: 2.169rem;
}
.c-btn-top.-version-4 .c-btn-top__icon {
  height: 1.828rem;
}
.c-btn-top__text {
  font-weight: 400;
}
.c-btn-top .c-circle__arrow {
  width: 0.8rem;
  height: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .c-btn-top {
    max-width: 27rem;
    padding: 0.5rem 2.5rem 0.5rem 5.7rem;
  }
  .c-btn-top__text {
    font-size: 1.4rem;
  }
  .c-btn-top__icon {
    inset-inline-start: 2rem;
  }
  .c-btn-top .c-circle {
    inset-inline-end: 1.5rem;
    width: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-btn-top {
    max-width: 25.5rem;
    padding-block: 0.5rem;
    padding-inline-end: 2.5rem;
  }
  .c-btn-top.-version-1:hover, .c-btn-top.-version-2:hover, .c-btn-top.-version-3:hover, .c-btn-top.-version-4:hover {
    padding-inline-start: 2rem;
  }
  .c-btn-top:hover {
    padding-inline-start: 2rem;
  }
  .c-btn-top:hover .c-btn-top__icon {
    transform: scale(0);
    transition: transform 0.1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  }
  .c-btn-top:hover .c-circle::before {
    width: 100%;
    height: 100%;
  }
  .c-btn-top:hover .c-circle__arrow {
    margin-inline-start: -0.4rem;
    transition: margin-inline-start 0.1s 0.3s ease;
  }
  .c-btn-top.-version-1 {
    padding-inline-start: 4.7rem;
  }
  .c-btn-top.-version-2 {
    padding-inline-start: 5.5rem;
  }
  .c-btn-top.-version-3 {
    padding-inline-start: 4.5rem;
  }
  .c-btn-top.-version-4 {
    padding-inline-start: 6rem;
  }
  .c-btn-top__text {
    font-size: 1.5rem;
  }
  .c-btn-top__icon {
    inset-inline-start: 2rem;
  }
  .c-btn-top .c-circle {
    width: 3.6rem;
    height: 3.6rem;
    inset-inline-end: 0.8rem;
  }
  .c-btn-top .c-circle::before {
    width: 48rem;
    height: 48rem;
  }
  .c-btn-top .c-circle__arrow {
    margin-inline-start: 0.2rem;
  }
}
/*---------- BUTTON TOP COLOR SECONDARY ----------*/
.c-btn-top.-c-secondary .c-btn-top__text {
  color: var(--theme-color-primary);
}
.c-btn-top.-c-secondary .c-circle:before {
  background-color: var(--theme-color-secondary);
}
.c-btn-top.-c-secondary .c-circle__arrow {
  fill: var(--theme-color-fifth);
}

@media only screen and (max-width: 767px) {
  .c-btn-top.-c-secondary {
    background-color: var(--theme-color-secondary);
  }
}
@media only screen and (min-width: 768px) {
  .c-btn-top.-c-secondary {
    background-color: var(--theme-color-fifth);
  }
  .c-btn-top.-c-secondary:hover .c-btn-top__text {
    color: var(--theme-color-secondary);
  }
}
/*---------- BUTTON FIXED ----------*/
.c-btn-fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  text-decoration: none;
}
.c-btn-fixed .c-btn-fixed__text {
  margin-inline-start: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--theme-color-secondary);
}

/*---------- BUTTON FIXED SEVENTH ----------*/
.c-btn-fixed.-c-seventh {
  background-color: var(--theme-color-seventh);
}
.c-btn-fixed.-c-seventh .c-btn-fixed__icon {
  fill: var(--theme-color-secondary);
}

/*---------- BUTTON FIXED TERTIARY ----------*/
.c-btn-fixed.-c-tertiary {
  background-color: var(--theme-color-tertiary);
}

/*------------------------------------------------------------------------------------
3.3. SHAPE.
------------------------------------------------------------------------------------*/
/*---------- CIRCLE ----------*/
.c-circle {
  position: absolute;
  border-radius: 50%;
}
.c-circle__arrow, .c-circle__icon {
  position: absolute;
  z-index: 2;
  inset-block: 0;
  inset-inline-start: 50%;
  margin-block: auto;
}
.c-circle__arrow::before, .c-circle__icon::before {
  position: absolute;
  content: "";
  z-index: 2;
  opacity: 1;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.c-circle__arrow::before {
  background-image: url("./../images/common/arrow-right-white.webp");
}
.c-circle__arrow.-d-left::before {
  background-image: url("./../images/common/arrow-left-white.webp");
}
.c-circle__arrow.-d-down::before {
  background-image: url("./../images/common/arrow-down-white.webp");
}
.c-circle__icon::before {
  background-image: url("./../images/common/icon-target-white.webp");
}

@media only screen and (min-width: 768px) {
  .c-circle:hover::before {
    width: 100%;
    height: 100%;
  }
  .c-circle:hover .c-circle__arrow {
    color: var(--theme-color-fifth);
  }
  .c-circle:before {
    position: absolute;
    content: "";
    inset-block-start: 50%;
    inset-inline-start: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--theme-color-fifth);
    transition: width 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99), height 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  }
  .c-circle__arrow::after, .c-circle__icon::after {
    position: absolute;
    content: "";
    opacity: 0;
    width: 100%;
    height: 100%;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
  .c-circle__arrow::after, .c-circle__icon::after {
    content: none;
  }
}
/*---------- CIRCLE COLOR SEVENTH ----------*/
.c-circle.-c-seventh .c-circle__arrow::before {
  background-image: url("./../images/common/arrow-right-white.webp");
}

@media only screen and (min-width: 768px) {
  .c-circle.-c-seventh::before {
    background-color: var(--theme-color-seventh);
  }
}
/*---------- CIRCLE COLOR TERTIARY ----------*/
.c-circle.-c-tertiary .c-circle__arrow::before {
  background-image: url("./../images/common/arrow-right-white.webp");
}

@media only screen and (min-width: 768px) {
  .c-circle.-c-tertiary::before {
    background-color: var(--theme-color-tertiary);
  }
}
/*---------- CIRCLE COLOR SECONDARY ----------*/
.c-circle.-c-secondary .c-circle__arrow::before {
  background-image: url("./../images/common/arrow-right-green.webp");
}

@media only screen and (min-width: 768px) {
  .c-circle.-c-secondary::before {
    background-color: var(--theme-color-secondary);
  }
  .c-circle.-c-secondary .c-circle__arrow::after {
    content: none;
  }
}
/*---------- CIRCLE TOP BASE ----------*/
.c-circle-base {
  position: absolute;
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
  cursor: pointer;
}
.c-circle-base__arrow {
  position: absolute;
  z-index: 2;
  inset-block: 0;
  inset-inline-start: 50%;
  width: 1.1rem;
  height: 1.6rem;
  margin-block: auto;
  margin-inline-start: -0.5rem;
}
.c-circle-base__arrow::before {
  position: absolute;
  content: "";
  z-index: 2;
  opacity: 1;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url("./../images/common/arrow-right-white.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.c-circle-base__arrow.-d-left {
  margin-inline-start: -0.6rem;
}
.c-circle-base__arrow.-d-left::before {
  background-image: url("./../images/common/arrow-left-white.webp");
}
.c-circle-base__arrow.-d-up::before {
  background-image: url("./../images/common/arrow-up-white.webp");
}

@media only screen and (max-width: 767px) {
  .c-circle-base {
    background-color: var(--theme-color-fifth);
  }
}
@media only screen and (min-width: 768px) {
  .c-circle-base {
    background-color: var(--theme-color-secondary);
  }
  .c-circle-base:before {
    position: absolute;
    content: "";
    inset-block-start: 50%;
    inset-inline-start: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--theme-color-fifth);
    transition: width 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99), height 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  }
  .c-circle-base::after {
    position: absolute;
    content: "";
    inset-block-start: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--theme-color-fifth);
    border-radius: 50%;
  }
  .c-circle-base:hover::before {
    width: 0;
    height: 0;
  }
  .c-circle-base:hover .c-circle-base__arrow::before {
    opacity: 0;
  }
  .c-circle-base:hover .c-circle-base__arrow::after {
    opacity: 1;
  }
  .c-circle-base__arrow::before, .c-circle-base__arrow::after {
    transition: opacity 0.2s ease;
  }
  .c-circle-base__arrow::after {
    position: absolute;
    content: "";
    opacity: 0;
    width: 100%;
    height: 100%;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    transform: translate(-50%, -50%);
    background-image: url("./../images/common/arrow-right-green.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
  .c-circle-base__arrow.-d-left::after {
    background-image: url("./../images/common/arrow-left-green.webp");
  }
  .c-circle-base__arrow.-d-up::after {
    background-image: url("./../images/common/arrow-up-green.webp");
  }
}
/*---------- CIRCLE TOP BASE SIZE SMALL ----------*/
.c-circle-base.-s-small {
  width: 3rem;
  height: 3rem;
}
.c-circle-base.-s-small .c-circle-base__arrow {
  width: 0.8rem;
  height: 1.2rem;
  margin-inline-start: -0.4rem;
}

/*---------- CIRCLE BASE FIXED ----------*/
.c-circle-base.-fixed {
  position: fixed;
  z-index: 100;
  inset-inline-end: var(--spacing-sp-10-pc-20);
  padding: 0;
  border: none;
  cursor: pointer;
  transition: transform 0.4s ease;
}
.c-circle-base.-fixed.is-show {
  transform: translateY(0);
  transition: transform 0.4s linear;
}
.c-circle-base.-fixed .c-circle-base__arrow {
  width: 1.6rem;
  height: 1.1rem;
  margin-inline-start: -0.8rem;
}

@media only screen and (max-width: 767px) {
  .c-circle-base.-fixed {
    inset-block-end: 6rem;
    width: 5rem;
    height: 5rem;
    transform: translateY(7rem);
  }
}
@media only screen and (min-width: 768px) {
  .c-circle-base.-fixed {
    inset-block-end: 2rem;
    width: 6rem;
    height: 6rem;
    transform: translateY(8rem);
  }
}
/*------------------------------------------------------------------------------------
3.4. ICON.
------------------------------------------------------------------------------------*/
/*---------- ICON ZOOM ----------*/
.c-icon-zoom {
  position: relative;
  display: block;
  overflow: hidden;
}
.c-icon-zoom:before {
  position: absolute;
  display: inline-block;
  content: "";
  z-index: 3;
  inset-inline-end: 1rem;
  inset-block-end: 1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-image: url("./../images/common/lightbox/icon-zoom.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.5rem 2.5rem;
  background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
  .c-icon-zoom img {
    transition: transform 0.3s ease;
  }
  .c-icon-zoom:hover img {
    transform: scale(1.03);
  }
}
/*------------------------------------------------------------------------------------
3.5. TITLE.
------------------------------------------------------------------------------------*/
/*---------- TITLE ----------*/
.c-title__text {
  font-family: var(--theme-font-jp-secondary);
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .c-title__icon {
    transform: scale(0.85);
  }
  .c-title__text {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-title__text {
    font-size: 2.4rem;
  }
}
/*---------- TITLE ROW 2 ----------*/
.c-title.-row-2 .c-title__icon {
  display: block;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-title.-row-2 .c-title__icon {
    margin-block-end: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-title.-row-2 .c-title__icon {
    margin-block-end: 0.7rem;
  }
}
/*---------- TITLE ROW 1 ----------*/
.c-title.-row-1 {
  display: flex;
}
.c-title.-row-1 .c-title__icon {
  flex: 0 0 auto;
}
.c-title.-row-1 .c-title__text {
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .c-title.-row-1 .c-title__text {
    padding-inline-start: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-title.-row-1 .c-title__icon {
    padding-top: 0.3rem;
  }
  .c-title.-row-1 .c-title__text {
    padding-inline-start: 1rem;
  }
}
/*---------- TITLE TOP ----------*/
.c-title-top {
  text-align: center;
}
.c-title-top__en, .c-title-top__jp {
  line-height: 1.4;
}
.c-title-top__en {
  position: relative;
  display: inline-block;
  color: var(--theme-color-seventh);
  font-family: var(--theme-font-en-primary);
  font-weight: 400;
}
.c-title-top__en::before {
  position: absolute;
  content: "";
  inset-block-start: 0;
  inset-inline-end: -0.7em;
  background: url("./../images/common/icon-petal-pink.svg") no-repeat center center/100% 100%;
}
.c-title-top__jp {
  display: block;
  font-family: var(--theme-font-jp-secondary);
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .c-title-top__en {
    margin-block-end: 0.3rem;
    padding-block-start: 0.4rem;
    font-size: 1.7rem;
  }
  .c-title-top__en::before {
    width: 1rem;
    height: 0.8rem;
  }
  .c-title-top__jp {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-title-top__en {
    margin-block-end: 0.5rem;
    font-size: 2.4rem;
  }
  .c-title-top__en::before {
    width: 1.2rem;
    height: 0.9rem;
  }
  .c-title-top__jp {
    font-size: 4rem;
  }
}
/*---------- TITLE BASE ----------*/
.c-title-base {
  color: var(--theme-color-secondary);
  font-family: var(--theme-font-jp-secondary);
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .c-title-base {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-title-base {
    font-size: 3.6rem;
  }
}
/*------------------------------------------------------------------------------------
3.6. TEXT.
------------------------------------------------------------------------------------*/
/*---------- TEXT HIDE ----------*/
.c-text-hide {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  white-space: nowrap;
}

/*---------- TEXT INDENT ----------*/
.c-text-indent {
  display: block;
  margin-inline-start: 1em;
  text-indent: -1em;
}

/*---------- TEXT UNDERLINE ----------*/
a.c-tdn {
  text-decoration: none;
}
a.c-tdn:hover {
  text-decoration: underline;
}

/*---------- TEXT TEL ----------*/
.c-text-tel {
  position: relative;
  display: inline-block;
  padding-inline-start: 2rem;
  text-decoration: none;
}
.c-text-tel__text {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.c-text-tel__icon {
  position: absolute;
  inset-block-start: 0.4rem;
  inset-inline-start: 0;
  width: 1.472rem;
  height: auto;
  fill: var(--theme-color-primary);
}

/*---------- TEXT ----------*/
@media only screen and (min-width: 768px) {
  .c-text {
    font-size: 1.6rem;
  }
}
/*---------- TEXT ----------*/
@media only screen and (min-width: 768px) {
  .c-link-no:hover {
    color: currentColor !important;
  }
}
/*------------------------------------------------------------------------------------
3.7. LINK.
------------------------------------------------------------------------------------*/
/*---------- LINK LOCATION ----------*/
.c-link-location {
  position: relative;
  display: inline-block;
  padding-inline-start: 2.2rem;
  line-height: 1.5;
}
.c-link-location__text {
  font-size: 1.3rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
.c-link-location__icon {
  position: absolute;
  inset-block-start: 0.2rem;
  inset-inline-start: 0;
  width: 1.5rem;
  height: auto;
  fill: var(--theme-color-primary);
}

@media only screen and (min-width: 768px) {
  .c-link-location:hover .c-link-location__text {
    color: var(--theme-color-quaternary);
  }
  .c-link-location:hover .c-link-location__icon {
    fill: var(--theme-color-quaternary);
    animation: k-bounce 0.5s 0s forwards;
  }
  .c-link-location__icon {
    transition: fill 0.3s ease;
  }
}
/*------------------------------------------------------------------------------------
3.8. LOGO.
------------------------------------------------------------------------------------*/
.c-logo__link {
  display: inline-block;
  text-decoration: none;
}
.c-logo img {
  width: auto;
}

/*------------------------------------------------------------------------------------
3.9. BACKGROUND.
------------------------------------------------------------------------------------*/
.c-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*------------------------------------------------------------------------------------
3.10. DECORATION.
------------------------------------------------------------------------------------*/
/*---------- DECORATION ----------*/
.c-deco {
  position: relative;
  z-index: 2;
  padding-block: var(--spacing-sp-55-pc-115) var(--spacing-sp-50-pc-100);
}
.c-deco::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  inset-inline-start: 0;
  background-color: var(--theme-color-thirteenth);
}
.c-deco__wrap {
  position: absolute;
  z-index: -1;
  inset-block-start: 0;
  height: 100%;
  pointer-events: none;
}
.c-deco__img {
  position: absolute;
  height: auto;
  inset-block-start: 0;
  inset-inline-start: 0;
}

@media only screen and (max-width: 767px) {
  .c-deco {
    margin-block-start: -20vw;
  }
  .c-deco::before {
    inset-block: 20vw 0;
  }
  .c-deco__wrap {
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .c-deco {
    margin-block-start: -42rem;
  }
  .c-deco::before {
    inset-block: 48rem 0;
  }
  .c-deco__wrap {
    inset-inline-start: 50%;
    margin-inline-start: -96rem;
    width: 192rem;
  }
}
/*---------- DECORATION 2 ----------*/
.c-deco2 {
  position: relative;
  z-index: 2;
}
.c-deco2__wrap {
  position: absolute;
  z-index: -1;
  inset-block-start: 0;
  height: 100%;
  pointer-events: none;
}
.c-deco2__img {
  position: absolute;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .c-deco2__wrap {
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .c-deco2__wrap {
    inset-inline-start: 50%;
    margin-inline-start: -96rem;
    width: 192rem;
  }
}
/*---------- SPACING DECORATION ----------*/
@media only screen and (max-width: 767px) {
  .c-spacing-deco {
    padding-block-end: calc(20vw + 4.5rem);
  }
}
@media only screen and (min-width: 768px) {
  .c-spacing-deco {
    padding-block-end: 48.5rem;
  }
}
/*---------- DECORATION LOGO ----------*/
.c-deco-logo {
  position: absolute;
  display: inline-block;
  z-index: -1;
  inset-block-end: 0;
  inset-inline-end: 0;
  line-height: 0;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .c-deco-logo {
    width: 60%;
  }
}
/*---------- DECORATION BASE ----------*/
.c-deco-base {
  position: absolute;
  display: inline-block;
  z-index: -1;
  line-height: 0;
  pointer-events: none;
}

/*------------------------------------------------------------------------------------
3.11. ITEM.
------------------------------------------------------------------------------------*/
/*---------- ITEM BASE ----------*/
/*---------- ITEM ,DOT, CIRCLE, STAR ----------*/
.c-item-dot,
.c-item-circle,
.c-item-star {
  position: relative;
}
.c-item-dot::before,
.c-item-circle::before,
.c-item-star::before {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}
.c-item-dot.-c-seventh::before,
.c-item-circle.-c-seventh::before,
.c-item-star.-c-seventh::before {
  color: var(--theme-color-seventh);
}

/*---------- ITEM DOT ----------*/
.c-item-dot {
  padding-inline-start: 1em;
}
.c-item-dot::before {
  content: "・";
}

/*---------- ITEM CIRCLE ----------*/
.c-item-circle {
  padding-inline-start: 1.2em;
}
.c-item-circle::before {
  content: "●";
}

/*---------- ITEM STAR ----------*/
.c-item-star {
  padding-inline-start: 1.3em;
}
.c-item-star::before {
  content: "※";
}
.c-item-star.-version-2 {
  content: "＊";
}

/*---------- ITEM MAIN ----------*/
.c-item-main__row {
  display: flex;
}
.c-item-main__left {
  flex: 0 0 auto;
}
.c-item-main__right {
  flex: 1;
  padding-inline-start: 0.2rem;
}

/*---------- ITEM FOOTER ----------*/
.c-item-footer {
  line-height: 1.7;
}
.c-item-footer__link {
  position: relative;
  display: inline-block;
  padding-inline-start: 1.4em;
  font-size: 1.4rem;
  text-decoration: none;
}
.c-item-footer__link::before {
  position: absolute;
  content: "ー";
  top: 0.5rem;
  inset-block-start: 0;
  inset-inline-start: 0;
}

@media only screen and (min-width: 768px) {
  .c-item-footer__link:hover {
    color: var(--theme-color-fifth);
  }
}
/*------------------------------------------------------------------------------------
3.12. LIST.
------------------------------------------------------------------------------------*/
/*---------- LIST INDENT ----------*/
.c-list-indent > li {
  margin-inline-start: 1em;
  text-indent: -1em;
}

/*---------- LIST DOT, CIRCLE, STAR ----------*/
.c-list-dot.-c-fifth > li::before,
.c-list-circle.-c-fifth > li::before,
.c-list-circle2.-c-fifth > li::before,
.c-list-star.-c-fifth > li::before {
  color: var(--theme-color-fifth);
}
.c-list-dot.-c-seventh > li::before,
.c-list-circle.-c-seventh > li::before,
.c-list-circle2.-c-seventh > li::before,
.c-list-star.-c-seventh > li::before {
  color: var(--theme-color-seventh);
}
.c-list-dot > li,
.c-list-circle > li,
.c-list-circle2 > li,
.c-list-star > li {
  position: relative;
}
.c-list-dot > li::before,
.c-list-circle > li::before,
.c-list-circle2 > li::before,
.c-list-star > li::before {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

/*---------- LIST DOT ----------*/
.c-list-dot > li {
  padding-inline-start: 1em;
}
.c-list-dot > li::before {
  content: "・";
}

/*---------- LIST CIRCLE ----------*/
.c-list-circle > li {
  padding-inline-start: 1.4em;
}
.c-list-circle > li::before {
  content: "●";
}

/*---------- LIST CIRCLE ----------*/
.c-list-circle.-s-small > li {
  padding-inline-start: 1.2em;
}
.c-list-circle.-s-small > li::before {
  transform: scale(0.5);
}

/*---------- LIST CIRCLE ----------*/
.c-list-circle2 > li {
  padding-inline-start: 1.4em;
}
.c-list-circle2 > li::before {
  content: "◯";
}

/*---------- LIST STAR ----------*/
.c-list-star > li {
  padding-inline-start: 1.3em;
}
.c-list-star > li::before {
  content: "※";
}

/*---------- LIST NUMBER ----------*/
.c-list-number.-int > li {
  margin-inline-start: 1.1em;
  list-style-type: decimal;
}
.c-list-number.-one-dot .c-item-number {
  padding-inline-start: 1.2em;
}
.c-list-number.-one-dot .c-item-number__char {
  width: 1.2em;
  padding-inline-end: 0.2em;
}

/*---------- LIST ITEM FOOTER ----------*/
@media only screen and (max-width: 767px) {
  .c-list-item-footer .c-item-footer:not(:first-child) {
    margin-block-start: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-list-item-footer .c-item-footer:not(:first-child) {
    margin-block-start: 0.6rem;
  }
}
/*------------------------------------------------------------------------------------
3.13. BOX.
------------------------------------------------------------------------------------*/
/*---------- LIST BOX HEADER ----------*/
@media only screen and (max-width: 767px) {
  .c-list-box-header {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .c-list-box-header .c-box-header:not(:last-child) {
    border-inline-end: 1px solid var(--theme-color-secondary);
  }
}
/*---------- BOX HEADER ----------*/
@media only screen and (max-width: 767px) {
  .c-box-header {
    line-height: 1;
  }
  .c-box-header__link {
    text-align: center;
    text-decoration: none;
  }
  .c-box-header__icon {
    text-align: center;
  }
  .c-box-header__text {
    margin-block-start: 0.5rem;
    color: var(--theme-color-secondary);
    font-size: clamp(1.1rem, 2.1vw, 1.4rem);
    font-weight: 500;
  }
}
/*------------------------------------------------------------------------------------
3.14. TABLE.
------------------------------------------------------------------------------------*/
/*---------- TABLE TIME ----------*/
.c-tbl-time {
  overflow: hidden;
  border: 1px solid var(--theme-color-fifteenth);
}
.c-tbl-time__item {
  position: relative;
}
.c-tbl-time__circle {
  color: var(--theme-color-fifth);
}
.c-tbl-time__line {
  display: inline-block;
  font-weight: 600;
  transform: translateY(-0.2rem) rotate(29deg);
}
.c-tbl-time__note {
  position: absolute;
  text-align: center;
  letter-spacing: 0.05em;
}
.c-tbl-time table {
  width: 100%;
  table-layout: fixed;
}
.c-tbl-time th,
.c-tbl-time td {
  text-align: center;
  vertical-align: middle;
}
.c-tbl-time th {
  font-weight: 600;
}
.c-tbl-time thead th {
  color: var(--theme-color-secondary);
  background-color: var(--theme-color-fifth);
}
.c-tbl-time thead th:first-child {
  text-align: start;
}
.c-tbl-time tbody tr:not(:last-child) {
  border-block-end: 1px solid var(--theme-color-eleventh);
}
.c-tbl-time tbody th {
  position: relative;
  text-align: start;
}
.c-tbl-time tbody th::before {
  position: absolute;
  content: "";
  inset-block-end: -1px;
  inset-inline-start: 0;
  height: 3px;
  background-color: var(--theme-color-secondary);
}
.c-tbl-time tbody td:last-child {
  position: relative;
}
.c-tbl-time tbody td:last-child::before {
  position: absolute;
  content: "";
  inset-block-end: -1px;
  inset-inline-end: 0;
  height: 3px;
  background-color: var(--theme-color-secondary);
}

/*---------- TABLE ITEM SIZE MEDIUM ----------*/
.c-tbl-time.-s-medium {
  border-radius: 0.5rem;
}
.c-tbl-time.-s-medium .c-tbl-time__circle {
  font-size: 1.4rem;
}
.c-tbl-time.-s-medium .c-tbl-time__line {
  font-size: 1.3rem;
}
.c-tbl-time.-s-medium .c-tbl-time__note {
  inset-inline: -1rem;
  inset-block-end: -1rem;
  font-size: 1rem;
}
.c-tbl-time.-s-medium th {
  padding: 1rem 0;
}
.c-tbl-time.-s-medium td {
  padding: 1.2rem 0;
}
.c-tbl-time.-s-medium thead th {
  padding-inline-end: 1rem;
}
.c-tbl-time.-s-medium thead th:last-child {
  padding-inline-end: 1rem;
}
.c-tbl-time.-s-medium tbody th::before {
  width: 1rem;
}
.c-tbl-time.-s-medium tbody td {
  font-size: 1.4rem;
  padding-inline-end: 1rem;
}
.c-tbl-time.-s-medium tbody td:last-child::before {
  width: 1rem;
}

@media only screen and (max-width: 575px) {
  .c-tbl-time.-s-medium thead th:first-child {
    width: 11rem;
    padding-inline-start: 1rem;
  }
  .c-tbl-time.-s-medium tbody th {
    padding-inline-start: 1rem;
  }
}
@media only screen and (min-width: 576px) {
  .c-tbl-time.-s-medium thead th:first-child {
    width: 13rem;
    padding-inline-start: 2rem;
  }
  .c-tbl-time.-s-medium tbody th {
    padding-inline-start: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-tbl-time.-s-medium thead th,
  .c-tbl-time.-s-medium thead td {
    font-size: 1.4rem;
  }
  .c-tbl-time.-s-medium tbody th {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-tbl-time.-s-medium thead th,
  .c-tbl-time.-s-medium thead td {
    font-size: 1.6rem;
  }
  .c-tbl-time.-s-medium tbody th {
    font-size: 1.6rem;
  }
}
/*------------------------------------------------------------------------------------
3.15. FORM.
------------------------------------------------------------------------------------*/
/*---------- INPUT ----------*/
.c-input {
  width: 100%;
  border: 1px solid var(--theme-color-fifth);
}
.c-input:focus {
  outline: none;
  border: 1px solid var(--theme-color-primary);
}
.c-input::placeholder {
  color: var(--color-neutral-500);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .c-input {
    height: 4.5rem;
    padding-inline: 1rem;
  }
  .c-input::placeholder {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-input {
    height: 5rem;
    padding-inline: 1.5rem;
  }
  .c-input::placeholder {
    font-size: 1.6rem;
  }
}
/*---------- NUMBER ----------*/
.c-number input[type=number] {
  -moz-appearance: textfield;
}
.c-number input[type=number]::-webkit-outer-spin-button, .c-number input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/*---------- SELECT ----------*/
.c-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.c-select select {
  width: 100%;
  cursor: pointer;
  appearance: none;
  background-image: none;
  color: var(--theme-color-primary);
  border: 1px solid var(--theme-color-fifth);
}
.c-select select:focus {
  outline: none;
  border: 1px solid var(--theme-color-primary);
}
.c-select select::-ms-expand {
  display: none;
}
.c-select select option {
  color: var(--theme-color-primary);
}
.c-select:after {
  position: absolute;
  content: "▼";
  inset-block-start: 50%;
  inset-inline-end: 1rem;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: var(--theme-color-primary);
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .c-select {
    height: 4.5rem;
  }
  .c-select:after {
    inset-inline-end: 1rem;
  }
  .c-select select {
    height: 4.5rem;
    padding-inline: 1rem 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-select {
    height: 5rem;
  }
  .c-select select {
    height: 5rem;
    padding-inline: 1.5rem 3rem;
  }
}
/*---------- TEXTAREA ----------*/
.c-textarea {
  resize: none;
  width: 100%;
  height: 100%;
  border: 1px solid var(--theme-color-fifth);
}
.c-textarea:focus {
  outline: none;
  border: 1px solid var(--theme-color-primary);
}
.c-textarea::placeholder {
  color: var(--color-neutral-500);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .c-textarea {
    padding: 0.5rem 1rem;
  }
  .c-textarea::placeholder {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-textarea {
    padding: 1rem 1.5rem;
  }
  .c-textarea::placeholder {
    font-size: 1.6rem;
  }
}
/*---------- RADIO ----------*/
.c-rdo input[type=radio] {
  transform: scale(1.2);
}

/*---------- CHECKBOX ----------*/
.c-chk input[type=checkbox] {
  transform: scale(1.5);
}

/*====================================================================================
4. PROJECT.
====================================================================================*/
/*------------------------------------------------------------------------------------
4.1. GROUP.
------------------------------------------------------------------------------------*/
/*---------- GROUP HEADER ----------*/
@media only screen and (max-width: 767px) {
  .p-group-header {
    position: relative;
    z-index: 999;
    padding-block: 0.7rem;
    background-color: var(--theme-color-sixth);
  }
}
/*------------------------------------------------------------------------------------
4.2. NAVIGATION.
------------------------------------------------------------------------------------*/
/*---------- NAVIGATION HEADER ----------*/
.p-nav-header .is-dropdown .p-nav-header__link {
  position: relative;
  padding-inline-end: 1.7rem;
}
.p-nav-header .is-active .p-nav-header__link {
  color: var(--theme-color-quaternary);
}
.p-nav-header .is-active .p-nav-header__link::before {
  opacity: 1;
  transition-delay: 0s;
}
.p-nav-header .is-active .p-nav-header__arrow {
  transform: rotate(180deg);
}
.p-nav-header .is-active .p-nav-header__arrow::before {
  background-image: url("./../images/common/arrow-down-green.webp");
}
.p-nav-header__link {
  font-size: 1.5rem;
  text-decoration: none;
}
.p-nav-header__arrow {
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  width: 1.2rem;
  height: 0.8rem;
  margin-block: auto;
  transition: fill 0.3s ease, transform 0.3s ease;
}
.p-nav-header__arrow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./../images/common/arrow-down-brown.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

@media only screen and (max-width: 767px) {
  .p-nav-header {
    position: fixed;
    z-index: 997;
    inset-block-start: 0;
    inset-inline: 0;
    padding: 13rem 0 7rem 1.5rem;
    background-color: var(--theme-color-secondary);
    opacity: 0;
    visibility: hidden;
    transition: padding-block-start 0.1s ease, opacity 0.3s ease, visibility 0.3s ease;
  }
  .p-nav-header.is-active {
    opacity: 1;
    visibility: visible;
  }
  .p-nav-header__list {
    height: calc(100dvh - 20rem);
    padding-inline-end: 1.5rem;
    overflow-y: auto;
  }
  .p-nav-header__item {
    border-block-end: 1px solid rgba(196, 196, 196, 0.5);
  }
  .p-nav-header__link {
    display: block;
    padding-block: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-nav-header {
    opacity: 1;
    height: 3rem;
    transition: opacity 0.1s ease, height 0.1s ease;
  }
  .p-nav-header .is-dropdown .p-nav-header__link::before {
    position: absolute;
    content: "";
    opacity: 0;
    inset-inline-start: 50%;
    inset-block-end: -1.5rem;
    margin-inline-start: -1.5rem;
    border-inline: 0.8rem solid transparent;
    border-block-end: 0.8rem solid var(--theme-color-sixth);
    transition-delay: 0.35s;
  }
  .p-nav-header .is-active .p-nav-header__link::before {
    opacity: 1;
    transition: 0s;
  }
  .p-nav-header .is-active .p-subnav-header {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .p-nav-header:not(.is-active) .p-subnav-header {
    display: block !important;
  }
  .p-nav-header__list {
    display: flex;
  }
  .p-nav-header__item:not(:first-child) {
    margin-inline-start: 5rem;
  }
  .p-nav-header__link {
    display: inline-block;
    transition: color 0.3s ease;
  }
  .p-nav-header__link:hover {
    color: var(--theme-color-fifth);
  }
  .p-nav-header__link:hover .p-nav-header__arrow {
    transform: rotate(180deg);
  }
  .p-nav-header__link:hover .p-nav-header__arrow::before {
    background-image: url("./../images/common/arrow-down-green.webp");
  }
}
/*---------- NAVIGATION FOOTER ----------*/
.p-nav-footer {
  display: flex;
  flex-wrap: wrap;
}
.p-nav-footer__link {
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
  .p-nav-footer {
    align-items: flex-start;
    justify-content: space-between;
    margin-inline: -1rem;
  }
  .p-nav-footer__list {
    margin-inline: 1rem;
  }
  .p-nav-footer__list:last-child {
    margin-block-start: -4.9rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .p-nav-footer__list:not(:first-child) {
    margin-inline-start: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nav-footer__item:not(:first-child) {
    margin-block-start: 1rem;
  }
  .p-nav-footer__item .c-list-item-footer {
    margin-block-start: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-nav-footer__list:not(:first-child) {
    margin-inline-start: 15rem;
  }
  .p-nav-footer__item:not(:first-child) {
    margin-block-start: 1.9rem;
  }
  .p-nav-footer__item .c-list-item-footer {
    margin-block-start: 1rem;
  }
  .p-nav-footer__link {
    font-size: 1.6rem;
  }
  .p-nav-footer__link:hover {
    color: var(--theme-color-fifth);
  }
}
/*------------------------------------------------------------------------------------
4.3. SUB NAVIGATION.
------------------------------------------------------------------------------------*/
/*---------- SUB NAVIGATION HEADER ----------*/
.p-subnav-header__wrap {
  background-color: var(--theme-color-sixth);
}

@media only screen and (max-width: 575px) {
  .p-subnav-header__item:not(:first-child) {
    margin-block-start: 1.5rem;
  }
}
@media only screen and (min-width: 576px) {
  .p-subnav-header__list {
    display: grid;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .p-subnav-header__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-subnav-header {
    display: none;
  }
  .p-subnav-header__row {
    padding-block: 2.5rem;
  }
  .p-subnav-header__item {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-subnav-header {
    position: absolute;
    z-index: 998;
    inset-block-start: 9.9rem;
    inset-inline: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: clip-path 0.5s ease;
  }
  .p-subnav-header__wrap {
    width: 100%;
    margin-block-start: 1.9rem;
  }
  .p-subnav-header__row {
    padding-block: 5.5rem;
  }
  .p-subnav-header__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
/*------------------------------------------------------------------------------------
4.4. COMMON.
------------------------------------------------------------------------------------*/
.p-common .c-title-base {
  margin-block-end: 1.6rem;
  text-align: center;
}
.p-common__desc {
  margin-inline: -1rem;
  margin-block-end: var(--spacing-sp-20-pc-30);
  color: var(--theme-color-secondary);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-common {
    padding-block: 4.5rem 5rem;
    background-image: url("./../images/common/common-bg-sp.webp");
  }
  .p-common__desc {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-common {
    padding-block: 7rem 8rem;
    background-image: url("./../images/common/common-bg.webp");
  }
  .p-common .l-container {
    max-width: 104rem;
  }
  .p-common__desc {
    font-size: 2rem;
  }
}
/*------------------------------------------------------------------------------------
4.5. BANNER.
------------------------------------------------------------------------------------*/
.p-bnr-common {
  overflow: hidden;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.p-bnr-common__wrap {
  background-color: var(--theme-color-secondary);
}
.p-bnr-common__center {
  position: relative;
}
.p-bnr-common__desc {
  margin-block-start: var(--spacing-sp-20-pc-30);
  line-height: 1.7;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-bnr-common {
    border-width: 4px;
    border-radius: 3rem;
  }
  .p-bnr-common__wrap {
    padding: 3rem 1.5rem;
  }
  .p-bnr-common__row {
    max-width: 27rem;
    margin-inline: auto;
    text-align: center;
  }
  .p-bnr-common__center {
    margin-block: 2rem;
    padding-block: 1.5rem;
    border-block: 1px solid var(--theme-color-seventeenth);
  }
}
@media only screen and (min-width: 768px) {
  .p-bnr-common {
    border-radius: 11rem;
    border-width: 5px;
  }
  .p-bnr-common__wrap {
    padding: 5rem 6.5rem 2rem 6.5rem;
  }
  .p-bnr-common__row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-bnr-common__center {
    margin-inline: 3.5rem;
    padding-inline: 3.5rem;
  }
  .p-bnr-common__center::before, .p-bnr-common__center::after {
    position: absolute;
    content: "";
    inset-block: 0;
    width: 2px;
    height: 5rem;
    margin-block: auto;
    background-color: var(--theme-color-seventeenth);
  }
  .p-bnr-common__center::before {
    inset-inline-start: 0;
  }
  .p-bnr-common__center::after {
    inset-inline-end: 0;
  }
  .p-bnr-common__left .c-btn-contact, .p-bnr-common__right .c-btn-contact {
    width: 27rem;
  }
}
/*------------------------------------------------------------------------------------
4.6. SECTION.
------------------------------------------------------------------------------------*/
.p-section__left .c-logo {
  margin-block-end: var(--spacing-sp-20-pc-40);
}
.p-section__left .c-logo img {
  height: 5.6rem;
}
.p-section__info {
  margin-block-start: 1.5rem;
}

@media only screen and (min-width: 576px) {
  .p-section__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .p-section {
    padding-block: 4.5rem 5rem;
  }
  .p-section__left {
    margin-block-end: 3.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-section {
    padding-block: 6.5rem;
  }
  .p-section__row {
    display: flex;
  }
  .p-section__left {
    flex: 1;
    padding-inline-end: 3.5rem;
  }
  .p-section__right {
    width: calc(50% + 2.1rem);
  }
  .p-section__info, .p-section__desc {
    font-size: 1.6rem;
  }
}
/*------------------------------------------------------------------------------------
4.7. MAP.
------------------------------------------------------------------------------------*/
.c-map-section img {
  width: 100%;
}
.c-map-section__row {
  margin-block-start: 1.5rem;
}

@media only screen and (max-width: 575px) {
  .c-map-section__left {
    margin-block-end: 2rem;
  }
  .c-map-section__right {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) {
  .c-map-section__row {
    display: flex;
    align-items: flex-end;
  }
  .c-map-section__left {
    flex: 1;
    line-height: 1.8;
  }
  .c-map-section__right {
    width: 17rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-map-section__left {
    font-size: 1.6rem;
  }
}
/*====================================================================================
5. KEYFRAMES.
====================================================================================*/
/*---------- BOUNCE ----------*/
@keyframes k-bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(0) scaleY(0.8);
  }
  50% {
    transform: translateY(-0.8rem) scaleY(1.1);
  }
  90% {
    transform: translateY(0);
  }
}
/*====================================================================================
6. EFFECT.
====================================================================================*/
/*---------- ZOOM ----------*/
.e-zoom {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .c-e-zoom {
    transition: transform 0.3s ease;
  }
  .c-e-zoom:hover {
    transform: scale(1.025);
  }
}
/*---------- OPACITY IMAGES ----------*/
@media only screen and (min-width: 768px) {
  .e-opacity-img:hover img {
    opacity: 0.7;
  }
}