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

[TABLE OF CONTENT]

1. FOUNDATION.
   1.1. BASE.
   1.2. RESET.
2. LAYOUT.
   2.1. CONTAINER.
   2.2. HEADER.
   2.3. FOOTER.
3. COMPONENT.
   3.1. CLEARFIX.
   3.2. BUTTON.
   3.3. ICON.
   3.4. LOGO.
   3.5. SHAPE.
   3.6. TITLE.
   3.7. TEXT.
   3.8. FORM.
   3.9. ITEM.
   3.10. LIST.
   3.11. MAP.
4. PROJECT.
   4.1. NAVIGATION.
   4.2. SECTION COMMON.
5. EFFECT.

====================================================================================*/
/*====================================================================================
1. FOUNDATION.
====================================================================================*/
/*------------------------------------------------------------------------------------
1.1. BASE.
------------------------------------------------------------------------------------*/
:root {
  /* Base Colors */
  --color-black: #000000;
  --color-white: #ffffff;
  --color-orange-700: #844a15;
  --color-orange-500: #ff8c25;
  --color-orange-400: #f87c1c;
  --color-orange-300: #f69c4c;
  --color-orange-100: #ffeedf;
  --color-gray-800: #4d4d4d;
  --color-gray-500: #a4a4a4;
  --color-gray-200: #dddddd;
  --color-gray-150: #e4e4e4;
  --color-gray-100: #f5f5f5;
  --color-indigo-950: #212130;
  --color-indigo-900: #292946;
  --color-indigo-800: #353555;
  --color-indigo-700: #5d5d77;
  --color-cyanblue-900: #353583;
  --color-cyanblue-800: #2f4b89;
  --color-cyanblue-700: #29618f;
  --color-cyanblue-600: #247795;
  --color-cyanblue-500: #1e8d9b;
  --color-cyanblue-400: #18a3a1;
  --color-cyanblue-300: #12b9a7;
  --color-red-500: #ff0000;
  /* Fonts */
  --font-noto-sans-jp: "Noto Sans JP", sans-serif;
  --font-bebas-neue: "Bebas Neue", sans-serif;
  --font-jost: "Jost", sans-serif;
  /* Theme Tokens */
  --theme-color-primary: var(--color-black);
  --theme-color-secondary: var(--color-white);
  --theme-color-tertiary: var(--color-indigo-900);
  --theme-color-quaternary: var(--color-orange-500);
  --theme-color-fifth: var(--color-orange-700);
  --theme-color-sixth: var(--color-gray-200);
  --theme-color-seventh: var(--color-orange-100);
  --theme-color-eighth: var(--color-gray-800);
  --theme-color-ninth: var(--color-gray-100);
  --theme-color-tenth: var(--color-orange-300);
  --theme-color-eleventh: var(--color-cyanblue-900);
  --theme-color-twelfth: var(--color-cyanblue-800);
  --theme-color-thirteenth: var(--color-cyanblue-700);
  --theme-color-fourteenth: var(--color-cyanblue-600);
  --theme-color-fifteenth: var(--color-cyanblue-500);
  --theme-color-sixteenth: var(--color-cyanblue-400);
  --theme-color-seventeenth: var(--color-cyanblue-300);
  --theme-color-eighteenth: var(--color-gray-150);
  --theme-color-nineteenth: var(--color-orange-400);
  --theme-color-twentieth: var(--color-indigo-950);
  --theme-color-twenty-first: var(--color-indigo-800);
  --theme-color-twenty-second: var(--color-indigo-700);
  --theme-color-twenty-third: var(--color-gray-500);
  --theme-color-warning: var(--color-red-500);
  /* Theme Families */
  --theme-font-jp-primary: var(--font-noto-sans-jp);
  --theme-font-en-primary: var(--font-bebas-neue);
  --theme-font-en-secondary: var(--font-jost);
}

@media only screen and (max-width: 767px) {
  :root {
    --btn-offset: 60;
    --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-75: 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 {
    --btn-offset: 15;
    --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-75: 7.5rem;
    --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-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: var(--theme-color-primary);
  background-color: var(--theme-color-secondary);
}
body.is-open, 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 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@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: 7rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-main {
    padding-block-start: 7.2rem;
  }
}
/*------------------------------------------------------------------------------------
1.2. RESET.
------------------------------------------------------------------------------------*/
h1 {
  line-height: 1.4;
}

h2 {
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.7;
  }
}
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;
  }
}
@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.2;
  }
}
picture {
  display: block;
  line-height: 1;
}

figure {
  margin: 0;
  padding: 0;
}

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

@media only screen and (min-width: 768px) {
  .l-container {
    margin-inline: auto;
  }
  .l-container {
    max-width: 113.5rem;
  }
}
/*------------------------------------------------------------------------------------
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__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__logo {
  position: relative;
  z-index: 1000;
}

@media only screen and (max-width: 767px) {
  .l-header {
    padding: 1rem 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-header {
    padding: 1.2rem 1.5rem 1.2rem 1.5rem;
  }
}
/*------------------------------------------------------------------------------------
2.3. FOOTER.
------------------------------------------------------------------------------------*/
.l-footer {
  position: relative;
  color: var(--theme-color-secondary);
  background-color: var(--theme-color-tertiary);
}
.l-footer__main {
  padding-block: 3.5rem;
}
.l-footer__copy {
  padding: 1.5rem;
  color: var(--theme-color-secondary);
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  background-color: var(--theme-color-twentieth);
}

@media only screen and (max-width: 575px) {
  .l-footer__left {
    margin-block-end: 3rem;
  }
}
@media only screen and (min-width: 576px) {
  .l-footer__row {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .l-footer__left {
    flex: 1;
  }
  .l-footer__right {
    flex: 0 0 auto;
    margin-inline-start: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 6.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer__row {
    align-items: center;
  }
  .l-footer__left {
    width: 52.6rem;
  }
}
/*====================================================================================
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 {
    position: relative;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border: 0;
    padding: 0;
    border-radius: 0.8rem;
    background-color: var(--theme-color-quaternary);
  }
  .c-btn-hamburger__wrap {
    position: relative;
    width: 2.8rem;
    height: 2rem;
  }
  .c-btn-hamburger__line {
    position: absolute;
    display: inline-block;
    inset-block-start: 0;
    inset-inline-end: 0;
    width: 100%;
    height: 0.3rem;
    border-radius: 0.3rem;
    background-color: var(--theme-color-secondary);
    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) {
    inset-block-start: 0;
  }
  .c-btn-hamburger__line:nth-child(2) {
    inset-block-start: 0.9rem;
  }
  .c-btn-hamburger__line:nth-child(3) {
    inset-block-start: 1.8rem;
  }
  .c-btn-hamburger.is-active .c-btn-hamburger__line:nth-child(1), .c-btn-hamburger.is-active .c-btn-hamburger__line:nth-child(3) {
    inset-block-start: 0.9rem;
    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 ----------*/
.c-btn-contact {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-radius: 5rem;
  overflow: hidden;
  transform: translateY(0);
  background-color: var(--theme-color-quaternary);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: box-shadow 0.05s ease-in, transform 0.05s ease-in;
}
.c-btn-contact__wrap {
  position: relative;
}
.c-btn-contact__wrap::before {
  position: absolute;
  content: "";
  inset-block: 0;
  inset-inline-start: 0;
  margin-block: auto;
  background: url("./../images/common/icon-mail-white.webp") no-repeat center center/100% auto;
}
.c-btn-contact__text {
  color: var(--theme-color-secondary);
  line-height: 1.5;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-btn-contact {
    max-width: 30rem;
    min-height: 7rem;
    box-shadow: 0 0.3rem 0 var(--theme-color-fifth);
  }
  .c-btn-contact__wrap {
    padding-inline-start: 3.6rem;
    padding-block-end: 0.4rem;
  }
  .c-btn-contact__wrap::before {
    width: 2.5rem;
    height: 1.9rem;
  }
  .c-btn-contact__text {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-btn-contact {
    max-width: 43rem;
    min-height: 9.6rem;
    box-shadow: 0 0.4rem 0 var(--theme-color-fifth);
  }
  .c-btn-contact:hover {
    transform: translateY(0.4rem);
    box-shadow: 0 0 0 var(--theme-color-fifth);
  }
  .c-btn-contact__wrap {
    padding-inline-start: 5rem;
    padding-block-end: 0.5rem;
  }
  .c-btn-contact__wrap::before {
    width: 3.4rem;
    height: 2.8rem;
  }
  .c-btn-contact__text {
    font-size: 3.2rem;
  }
}
/*---------- BUTTON CONTACT SECONDARY ----------*/
.c-btn-contact--secondary {
  background-color: var(--theme-color-secondary);
}
.c-btn-contact--secondary .c-btn-contact__wrap::before {
  background: url("./../images/common/icon-mail-orange.webp") no-repeat center center/100% auto;
}
.c-btn-contact--secondary .c-btn-contact__text {
  color: var(--theme-color-nineteenth);
}

@media only screen and (max-width: 767px) {
  .c-btn-contact--secondary {
    box-shadow: 0 0.3rem 0 rgba(132, 74, 21, 0.25);
  }
}
@media only screen and (min-width: 768px) {
  .c-btn-contact--secondary {
    box-shadow: 0 0.4rem 0 rgba(132, 74, 21, 0.25);
  }
}
/*---------- BUTTON FIXED ----------*/
.c-btn-fixed {
  position: absolute;
  inset-inline-start: 0;
  z-index: 100;
  width: 100%;
  height: 0;
  padding: 0;
  border: 0;
}
.c-btn-fixed.is-uninitialized {
  display: none;
}
.c-btn-fixed.is-fixed {
  position: fixed;
  inset-block-start: auto;
  inset-block-end: 0;
}
.c-btn-fixed.is-visible .c-btn-fixed__wrap {
  opacity: 1;
  transform: translateY(-100%) scale(1);
}
.c-btn-fixed__wrap {
  position: absolute;
  inset-inline-end: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  width: 4rem;
  height: 4rem;
  background-color: var(--theme-color-tertiary);
  transition: background-color 0.2s linear, opacity 0.2s linear 0s, transform 0.3s ease-in-out;
}
.c-btn-fixed__wrap::before {
  position: absolute;
  content: "";
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: rotate(225deg);
  width: 1rem;
  height: 1rem;
  margin-block-start: -0.2rem;
  margin-inline-start: -0.5rem;
  border: 1px solid var(--theme-color-secondary);
  border-block-start: 0;
  border-inline-start: 0;
}

@media only screen and (max-width: 767px) {
  .c-btn-fixed {
    inset-block-start: 6rem;
  }
  .c-btn-fixed__wrap {
    inset-block-start: -6rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-btn-fixed {
    inset-block-start: 1.5rem;
  }
  .c-btn-fixed__wrap {
    inset-block-start: -1.5rem;
  }
  .c-btn-fixed__wrap:hover {
    background-color: var(--theme-color-twenty-third);
  }
}
/*---------- BUTTON SP ----------*/
.c-btn-sp {
  position: fixed;
  z-index: 100;
  inset-inline: 0;
  inset-block-end: 0;
}
.c-btn-sp__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 6rem;
  text-decoration: none;
  background-color: var(--theme-color-quaternary);
}
.c-btn-sp__wrap {
  position: relative;
  padding-inline-start: 3.6rem;
  padding-block-end: 0.4rem;
}
.c-btn-sp__wrap::before {
  position: absolute;
  content: "";
  inset-block: 0;
  inset-inline-start: 0;
  width: 2.5rem;
  height: 1.9rem;
  margin-block: auto;
  background: url("./../images/common/icon-mail-white.webp") no-repeat center center/100% auto;
}
.c-btn-sp__text {
  color: var(--theme-color-secondary);
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
}

/*------------------------------------------------------------------------------------
3.3. 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("../assets/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.02);
  }
}
/*---------- ICON PLUS ----------*/
.c-icon-plus {
  position: absolute;
  inset-block-start: 50%;
}
.c-icon-plus::before, .c-icon-plus::after {
  position: absolute;
  content: "";
  inset-block-start: 50%;
  inset-inline-start: 0;
  width: 100%;
  height: 2px;
  margin-block-start: -1px;
  background-color: var(--theme-color-quaternary);
}
.c-icon-plus::before {
  transform: rotate(-90deg);
  transition: transform 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
}

@media only screen and (max-width: 767px) {
  .c-icon-plus {
    width: 1.8rem;
    height: 1.8rem;
    margin-block-start: -0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-icon-plus {
    width: 2.8rem;
    height: 2.8rem;
    margin-block-start: -1.4rem;
  }
}
/*------------------------------------------------------------------------------------
3.4. LOGO.
------------------------------------------------------------------------------------*/
/*---------- LOGO ----------*/
.c-logo {
  display: inline-block;
  text-decoration: none;
}
.c-logo img {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .c-logo img {
    max-height: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-logo img {
    max-height: 4.8rem;
  }
}
/*------------------------------------------------------------------------------------
3.5. SHAPE.
------------------------------------------------------------------------------------*/
/*---------- DECORATION ----------*/
.c-deco {
  position: relative;
  overflow: hidden;
}
.c-deco__wrap {
  position: absolute;
  z-index: -1;
  inset-block-start: 0;
  height: 100%;
  pointer-events: none;
}
.c-deco__img {
  position: absolute;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .c-deco__wrap {
    inset-inline-start: 0;
    width: 100%;
  }
  .c-deco__img {
    max-width: 37.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-deco__wrap {
    inset-inline-start: 50%;
    width: 192rem;
    margin-inline-start: -96rem;
  }
}
/*---------- MAP SVG ----------*/
.c-map-svg__location {
  fill: var(--theme-color-twenty-second);
}
.c-map-svg__location path {
  stroke: var(--theme-color-twenty-first);
}
.c-map-svg__location text {
  fill: var(--theme-color-tertiary);
  font-size: 1.4rem;
  font-weight: 700;
  text-anchor: middle;
  text-transform: uppercase;
  pointer-events: none;
}

/*------------------------------------------------------------------------------------
3.6. TITLE.
------------------------------------------------------------------------------------*/
/*---------- TITLE ----------*/
.c-title {
  color: var(--theme-color-tertiary);
  font-weight: 900;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-title__text--md {
    font-size: 2.2rem;
  }
  .c-title__text--sm {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-title__text--md {
    font-size: 3.6rem;
  }
  .c-title__text--sm {
    font-size: 2.4rem;
  }
}
/*---------- TITLE COLOR SECONDARY ----------*/
.c-title--c-secondary {
  color: var(--theme-color-secondary);
}

/*---------- TITLE LINE SKEW ----------*/
.c-title--line-skew .c-title__wrap {
  position: relative;
  display: inline-block;
  padding-inline: 1.7rem;
}
.c-title--line-skew .c-title__wrap::before, .c-title--line-skew .c-title__wrap::after {
  position: absolute;
  content: "";
  inset-block-end: 0.4rem;
  width: 2px;
  background-color: var(--theme-color-tertiary);
}
.c-title--line-skew .c-title__wrap::before {
  inset-inline-start: 0;
  transform: rotate(-17deg);
}
.c-title--line-skew .c-title__wrap::after {
  inset-inline-end: 0;
  transform: rotate(17deg);
}

@media only screen and (max-width: 767px) {
  .c-title--line-skew .c-title__wrap::before, .c-title--line-skew .c-title__wrap::after {
    height: calc(100% - 1.2rem);
  }
}
@media only screen and (min-width: 768px) {
  .c-title--line-skew .c-title__wrap::before, .c-title--line-skew .c-title__wrap::after {
    height: calc(100% - 1.7rem);
  }
}
/*------------------------------------------------------------------------------------
3.7. TEXT.
------------------------------------------------------------------------------------*/
/*---------- TEXT HIDE ----------*/
.c-text-hide {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

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

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

/*------------------------------------------------------------------------------------
3.8. FORM.
------------------------------------------------------------------------------------*/
/*---------- INPUT ----------*/
.c-input input {
  width: 100%;
  height: 4.5rem;
  border: 1px solid var(--theme-color-tertiary);
}
.c-input input:focus {
  outline: none;
  border: 1px solid var(--theme-color-quaternary);
}
.c-input input::placeholder {
  color: var(--theme-color-primary);
}

@media only screen and (max-width: 767px) {
  .c-input input {
    padding-inline: 1rem;
  }
  .c-input input::placeholder {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-input input {
    padding-inline: 1.5rem;
  }
  .c-input 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%;
  height: 4.5rem;
}
.c-select select {
  width: 100%;
  height: 4.5rem;
  cursor: pointer;
  appearance: none;
  background-image: none;
  color: var(--theme-color-primary);
  border: 1px solid var(--theme-color-tertiary);
}
.c-select select:focus {
  outline: none;
  border: 1px solid var(--theme-color-quaternary);
}
.c-select select::-ms-expand {
  display: none;
}
.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:after {
    inset-inline-end: 1rem;
  }
  .c-select select {
    padding-inline-start: 1rem;
    padding-inline-end: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-select select {
    padding-inline-start: 1.5rem;
    padding-inline-end: 3rem;
  }
}
/*---------- TEXTAREA ----------*/
.c-textarea textarea {
  resize: none;
  width: 100%;
  height: 100%;
  border: 1px solid var(--theme-color-tertiary);
}
.c-textarea textarea:focus {
  outline: none;
  border: 1px solid var(--theme-color-quaternary);
}
.c-textarea textarea::placeholder {
  color: var(--theme-color-primary);
}

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

/*---------- RADIO ----------*/
.c-rdo input[type=radio] {
  transform: scale(1.2);
}

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

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

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

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

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

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

/*------------------------------------------------------------------------------------
3.10. LIST.
------------------------------------------------------------------------------------*/
/*---------- LIST INDENT ----------*/
.c-list-indent > li {
  padding-inline-start: 1em;
  text-indent: -1em;
}

/*---------- LIST DOT, CIRCLE, STAR ----------*/
.c-list-dot--quaternary > li::before,
.c-list-circle--quaternary > li::before,
.c-list-star--quaternary > li::before {
  color: var(--theme-color-quaternary);
}
.c-list-dot > li,
.c-list-circle > li,
.c-list-star > li {
  position: relative;
}
.c-list-dot > li::before,
.c-list-circle > 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.3em;
}
.c-list-circle > li::before {
  content: "●";
  transform: scale(0.8);
}

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

/*------------------------------------------------------------------------------------
3.11. MAP.
------------------------------------------------------------------------------------*/
.c-map {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 52.6rem;
  height: 100%;
  padding: 0.5rem var(--spacing-sp-20-pc-35) 0.5rem var(--spacing-sp-25-pc-50);
  background-color: var(--theme-color-twenty-first);
}
.c-map a {
  text-decoration: none;
}
.c-map__left {
  flex: 0 0 auto;
}
.c-map__right {
  flex: 1;
  min-width: 1px;
  padding-inline-start: var(--spacing-sp-10-pc-25);
}
.c-map__title {
  margin-block-end: var(--spacing-sp-15-pc-35);
  font-weight: 700;
  color: var(--theme-color-secondary);
}
.c-map__item {
  color: var(--theme-color-secondary);
  line-height: 1.7;
}
.c-map__item:not(:first-child) {
  margin-block-start: 0.3rem;
}

@media only screen and (max-width: 767px) {
  .c-map {
    border-radius: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-map {
    border-radius: 1.6rem;
  }
}
/*====================================================================================
4. PROJECT.
====================================================================================*/
/*------------------------------------------------------------------------------------
4.1. NAVIGATION.
------------------------------------------------------------------------------------*/
/*---------- NAVIGATION ----------*/
.p-nav__item-link {
  color: var(--theme-color-tertiary);
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.p-nav__item-link:hover {
  color: var(--theme-color-quaternary);
}

@media only screen and (max-width: 767px) {
  .p-nav {
    position: fixed;
    z-index: 998;
    inset-block-start: 0;
    inset-inline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    height: 100dvh;
    padding: 7rem 1.5rem;
    background-color: var(--theme-color-secondary);
  }
  .p-nav__item {
    margin-block-start: 1.5rem;
    text-align: center;
  }
  .p-nav__item:last-child {
    margin-block-start: 3.5rem;
  }
  .p-nav__item-link {
    display: block;
    font-size: 2.2rem;
  }
  .p-nav__item .c-btn-contact {
    width: 30rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-nav__list {
    display: flex;
    align-items: center;
  }
  .p-nav__item:not(:first-child) {
    margin-inline-start: 4.7rem;
  }
  .p-nav__item:last-child {
    margin-inline-start: 5rem;
  }
  .p-nav__item-link {
    font-size: 1.6rem;
  }
  .p-nav__item .c-btn-contact {
    width: 22.2rem;
    min-height: 4.8rem;
    padding: 0.5rem 0.5rem 0.5rem 0.8rem;
    border-radius: 2.5rem;
    box-shadow: 0 0 0 var(--theme-color-fifth);
  }
  .p-nav__item .c-btn-contact:hover {
    transform: translateY(-0.3rem);
    box-shadow: 0 0.3rem 0 var(--theme-color-fifth);
  }
  .p-nav__item .c-btn-contact__wrap {
    padding-inline-start: 2.3rem;
  }
  .p-nav__item .c-btn-contact__wrap::before {
    width: 1.7rem;
    height: 1.4rem;
  }
  .p-nav__item .c-btn-contact__text {
    font-size: 1.6rem;
  }
}
/*---------- NAVIGATION FOOTER ----------*/
.p-nav-footer {
  display: flex;
}
.p-nav-footer__item-link {
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .p-nav-footer__list:not(:first-child) {
    margin-inline-start: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-nav-footer {
    justify-content: space-between;
  }
  .p-nav-footer__item:not(:first-child) {
    margin-block-start: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-nav-footer__list:not(:first-child) {
    margin-inline-start: 7.5rem;
  }
  .p-nav-footer__item:not(:first-child) {
    margin-block-start: 1.6rem;
  }
  .p-nav-footer__item-link:hover {
    color: var(--theme-color-quaternary);
  }
}
/*------------------------------------------------------------------------------------
4.2. SECTION COMMON.
------------------------------------------------------------------------------------*/
.p-common {
  background: url("./../images/common/common-bg.webp") no-repeat center center/cover;
  color: var(--theme-color-secondary);
  text-align: center;
}
.p-common__desc {
  font-weight: 900;
}
.p-common__btn {
  margin-block-start: 2rem;
}

@media only screen and (max-width: 767px) {
  .p-common {
    padding-block: 3.5rem 4.5rem;
  }
  .p-common__btn .c-btn-contact {
    max-width: 32rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-common {
    padding-block: 4rem 5rem;
  }
  .p-common__btn .c-btn-contact {
    max-width: 54rem;
  }
}
/*====================================================================================
5. EFFECT.
====================================================================================*/
/*---------- ZOOM ----------*/
.e-zoom {
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}

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