@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&display=swap");
@import "normalize.css";
@import "swiper/swiper-bundle.css";
/* ===== scss settings =============================================
   Author:
   ==================================================================== */
/* Mixins
   ==========================================================================
 * Index
 * - link
 * - font
 * - fullimage
 * - clearfix
 * - media-query
 *
 * - resetUl
 * - resetButton
 */
/* link
 ------------------------------------------------------------
 * - basicLink
 * - hoverLineLink
 * - noLineLink
 */
/* media query
------------------------------------------------------------ */
/* clearfix
------------------------------------------------------------ */
/* font-size
------------------------------------------------------------ */
/* responsive な font */
/* fullimage
 ------------------------------------------------------------ */
/* Custom Properties
   ========================================================================== */
:root {
  --space-xs: clamp(1.0rem, 0.5rem + 0.5vw, 1.875rem);
  --space-sm: calc(var(--space-xs) * 1.5);
  --space-md: calc(var(--space-xs) * 2);
  --space-lg: calc(var(--space-xs) * 3);
  --space-xl: calc(var(--space-xs) * 4);
  --space-xxl: calc(var(--space-xs) * 5);
  --font-size: 100;
  --rF: calc(16 * var(--font-size)/100); /* root font size 16 */
  --minW: 375; /* viewport width at the minimum font size */
  --maxW: 1200; /* viewport width at the max font size */
  --header-height: 46px;
}

#top,
#special,
#cardinfo,
#service,
#compensation {
  scroll-margin-top: var(--header-height);
}

/* Base Style
   ========================================================================== */
html {
  font-size: calc(var(--font-size) * 1%); /* 16px */
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  /* ピクセルからremに変換 */
  font-size: clamp(0.875 * 1rem, 0.875 * 1rem + (1 - 0.875) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1 * 1rem);
}

iframe,
img,
svg,
video {
  vertical-align: middle;
}

iframe {
  border: 0;
}

figure {
  margin: 0;
}

input,
select {
  color: #333;
  box-shadow: none;
}

textarea {
  resize: vertical;
  line-height: 1.4;
  box-shadow: none;
}

input[type=search] {
  box-sizing: border-box;
}

em {
  font-style: normal;
  font-weight: bold;
}

a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
a:hover {
  color: #999;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.l-header {
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 10px;
  height: 50px;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  .l-header {
    height: 40px;
  }
}

.l-header__logo {
  width: 280px;
}
.l-header__logo img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .l-header__logo {
    width: 220px;
  }
}

.l-headerNav {
  display: flex;
}
@media only screen and (max-width: 960px) {
  .l-headerNav {
    display: none;
  }
}
.l-headerNav .__mainNav {
  display: flex;
  gap: 0 1em;
}
.l-headerNav .__mainNav .__item {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.075em;
  /* ピクセルからremに変換 */
  font-size: clamp(0.9375 * 1rem, 0.9375 * 1rem + (0.9375 - 0.9375) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 0.9375 * 1rem);
}
.l-headerNav .__mainNav .__item a {
  color: #fff;
}
.l-headerNav .__sns {
  display: flex;
  gap: 0 1em;
}
.l-headerNav .__sns .__item {
  display: inline-block;
}

.l-headerSpNav {
  position: absolute;
  top: 0;
  right: -100vw;
  box-sizing: border-box;
  padding: 80px 0 0;
  height: 100vh;
  width: 70vw;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  transition: right 0.4s ease, visibility 0.4s ease;
  visibility: hidden;
  box-shadow: -2px 0 6px rgba(0, 0, 0, 0.2);
}
.l-headerSpNav li {
  margin-bottom: 0.75em;
  list-style: none;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.l-headerSpNav li a {
  color: #000;
}
.l-headerSpNav.is-active {
  right: 0;
  visibility: visible;
}
.l-headerSpNav .__spNav {
  /* ピクセルからremに変換 */
  font-size: clamp(1.25 * 1rem, 1.25 * 1rem + (1.75 - 1.25) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1.75 * 1rem);
}
.l-headerSpNav .__sns {
  display: flex;
  gap: 10px;
}
.l-headerSpNav .__sns img {
  width: 18px;
  height: auto;
}

.l-header__menuBtn {
  display: none;
  width: 45px;
  height: 45px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 960px) {
  .l-header__menuBtn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-header__menuBtn span {
  display: block;
  position: absolute;
  width: 45px;
  height: 2px;
  background-color: white;
  transition: all 0.3s ease;
}
.l-header__menuBtn span:nth-child(1) {
  top: 10px;
}
.l-header__menuBtn span:nth-child(2) {
  top: 20px;
}
.l-header__menuBtn span:nth-child(3) {
  top: 30px;
}
.l-header__menuBtn.is-active span {
  background-color: #000;
}
.l-header__menuBtn.is-active span:nth-child(1) {
  transform: rotate(45deg);
  top: 20px;
}
.l-header__menuBtn.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header__menuBtn.is-active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 20px;
}

.l-footer {
  padding: 2rem;
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 1.5rem 1rem;
  }
}

.l-footerContact {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 4vw 40px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .l-footerContact {
    display: block;
  }
}
.l-footerContact img {
  max-width: 278px;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.l-footerContact__ttl {
  margin-bottom: 15px;
}

.l-footerContact__time {
  /* ピクセルからremに変換 */
  font-size: clamp(0.8125 * 1rem, 0.8125 * 1rem + (0.9375 - 0.8125) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 0.9375 * 1rem);
  margin-bottom: 5px;
}
.l-footerContact__time span {
  /* ピクセルからremに変換 */
  font-size: clamp(0.6875 * 1rem, 0.6875 * 1rem + (0.8125 - 0.6875) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 0.8125 * 1rem);
}

.l-footerContact__tel {
  /* ピクセルからremに変換 */
  font-size: clamp(1.5 * 1rem, 1.5 * 1rem + (1.875 - 1.5) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1.875 * 1rem);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.l-footerContact__tel a {
  color: #fff;
}

.l-footerCopyright {
  text-align: center;
  font-size: clamp(1.3rem, 1rem + 0.1vw, 1.4rem);
  /* ピクセルからremに変換 */
  font-size: clamp(0.625 * 1rem, 0.625 * 1rem + (0.75 - 0.625) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 0.75 * 1rem);
}
.l-content {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .l-content {
    margin-top: 40px;
  }
}

.l-sec {
  box-sizing: border-box;
  padding: 4vw 4vw 4vw;
}
@media only screen and (max-width: 768px) {
  .l-sec {
    padding: 4vw 0 40px;
  }
}
.l-sec__head {
  padding-top: 12vw !important;
}
.l-sec__head--low {
  padding-top: 4vw !important;
}

.l-block, .l-block__ll, .l-block__l, .l-block__s {
  margin: 0 auto;
  padding: 0 calc(var(--space-md) / 2);
  max-width: 960px;
  zoom: 1;
}
.l-block::before, .l-block__ll::before, .l-block__l::before, .l-block__s::before, .l-block::after, .l-block__ll::after, .l-block__l::after, .l-block__s::after {
  content: "";
  display: table;
}
.l-block::after, .l-block__ll::after, .l-block__l::after, .l-block__s::after {
  clear: both;
}
.l-block__s {
  max-width: 840px;
}
.l-block__l {
  max-width: 1120px;
}
.l-block__ll {
  max-width: 1360px;
}

.l-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 70vh;
  background: url(../img/hero-bg-a.png) no-repeat center / cover;
}
@media only screen and (max-width: 768px) {
  .l-hero {
    height: 40vh;
  }
}
.l-hero__inner {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: inherit;
  width: 60vw;
}
@media only screen and (max-width: 768px) {
  .l-hero__inner {
    width: 80vw;
  }
}
.l-hero__ttl, .l-hero__ttl--e {
  padding-bottom: 3vw;
  text-align: center;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: clamp(2.8rem, 2.8rem + 4.8vw, 10rem);
  font-weight: 400;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .l-hero__ttl, .l-hero__ttl--e {
    font-size: clamp(2.4rem, 2.8rem + 0.8vw, 3rem);
  }
}
.l-hero__ttl--short {
  letter-spacing: 0.2em;
}
.l-hero__ttl--sm {
  display: block;
  padding-bottom: 1em;
  font-size: clamp(1.8rem, 1.8rem + 0.6vw, 2.4rem);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.2;
}
.l-hero__ttl--e {
  padding-bottom: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.4rem, 1.4rem + 0.6vw, 3.4rem);
  letter-spacing: 0.05em;
  font-weight: 400;
  text-indent: 0.05em;
  font-style: italic;
}
.l-hero__lead {
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: clamp(1.1rem, 1.1rem + 0.3vw, 1.8rem);
}

.l-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}
.is_mbMenuOpen .l-overlay {
  display: block;
}

.btnArea {
  display: flex;
  gap: 0 10px;
}
.btnArea--center {
  justify-content: center;
}

.c_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px var(--space-md);
  height: 44px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  appearance: none;
  border: none;
  border: 1px solid #000;
  position: relative;
}
.c_btn:hover {
  color: #999;
}

.c-head {
  position: relative;
  padding: 0 0 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-head {
    padding: 0 0 20px;
  }
}
.c-head__ttl {
  z-index: 1;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 40px;
  /* ピクセルからremに変換 */
  font-size: clamp(1.25 * 1rem, 1.25 * 1rem + (1.75 - 1.25) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1.75 * 1rem);
  letter-spacing: 0.1em;
  background-color: #fff;
  color:#333333;
}
@media only screen and (max-width: 768px) {
  .c-head__ttl {
    padding: 0 15px;
  }
}
.c-head::after, .c-head::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #AAAAAA;
}
@media only screen and (max-width: 768px) {
  .c-head::after, .c-head::before {
    top: 12px;
    height: 2px;
  }
}
.c-head::after {
  top: 25px;
}
@media only screen and (max-width: 768px) {
  .c-head::after {
    top: 20px;
  }
}

.c-highlight {
  background-image: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 12px), #fffa65 calc(100% - 12px), #fffa65 100%);
  background-repeat: repeat-x;
  background-size: 100% 100%; /* 幅100%、高さは背景画像自体で調整 */
  background-position: 0 0; /* 特に下寄せ指定不要 */
  box-decoration-break: clone; /* 折り返し対応 */
  display: inline;
}

.c-note {
  /* ピクセルからremに変換 */
  font-size: clamp(0.75 * 1rem, 0.75 * 1rem + (0.875 - 0.75) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 0.875 * 1rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.c-arrow {
  margin-right: 5px;
  position: relative;
  display: inline-block;
  width: 6px;
  height: 11px;
}
.c-arrow::before, .c-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 8px;
  height: 1px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
}
.c-arrow::before {
  transform: rotate(45deg);
}
.c-arrow::after {
  transform: rotate(-45deg);
}
.c-iv {
  opacity: 0; /* config */
}

.js-iv-animate {
  opacity: 1;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.c-iv-l {
  transform: translateX(-20px); /* from Left */
}

.c-iv-r {
  transform: translateX(20px); /* from Right */
}

.c-iv-btm {
  transform: translateY(20px); /* from Bottom */
}

.c-iv-up {
  transform: translateY(-20px); /* from Up */
}

.js-iv-animate.c-iv-l,
.js-iv-animate.c-iv-r,
.js-iv-animate.c-iv-btm,
.js-iv-animate.c-iv-up {
  transform: translate(0, 0); /* Position Reset */
}

.modalImg {
  width: 85% !important;
  height: auto !important;
}

.p-attention {
  padding: 1em;
  text-align: center;
  background-color: #d81e0f;
  color: #fff;
  /* ピクセルからremに変換 */
  font-size: clamp(0.8125 * 1rem, 0.8125 * 1rem + (1 - 0.8125) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1 * 1rem);
}
@media only screen and (max-width: 840px) {
  .p-attention {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .p-attention {
    padding: 0.5em 0.75em;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 840px) {
  .p-attention br {
    display: none;
  }
}
.p-attention a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #fff;
}

.p-hero {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 40px;
  width: 100%;
  aspect-ratio: 1366/730;
  background: url(../img/hero-bg-a.png) no-repeat center / cover;
  max-height: 730px;
  text-align: center;
}
@media only screen and (max-width: 1360px) {
  .p-hero {
    aspect-ratio: 4/3;
  }
}
@media only screen and (max-width: 768px) {
  .p-hero {
    padding: 0 15px;
    aspect-ratio: auto;
    max-height: none;
  }
}

.p-heroMain {
  position: relative;
  margin: 0 auto;
  padding: 45px 0 0;
  max-width: 1123px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .p-heroMain {
    padding: 20px 0 0;
  }
}

.p-applyBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 80px;
  background-color: #D7253D;
  border: 1px solid #F9ECA5;
  border-radius: 40px;
  color: #F9ECA5;
  /* ピクセルからremに変換 */
  font-size: clamp(1.125 * 1rem, 1.125 * 1rem + (1.625 - 1.125) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1.625 * 1rem);
  font-weight: 700;
  cursor: pointer;
  position: relative;
}

.p-applyBtn::after {
  content: "";
  position: absolute;
  display: block;
  top: 33px;
  right: 1em;
  width: 14px;
  height: 14px;
  border-top: 3px solid #F9ECA5;
  border-right: 3px solid #F9ECA5;
  transform: rotate(45deg);
  margin-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .p-applyBtn {
    width: 280px;
    height: 60px;
  }
  .p-applyBtn::after {
    top: 26px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #F9ECA5;
    border-right: 2px solid #F9ECA5;
  }
}
.p-applyBtn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F9ECA5;
  transition: opacity 0.3s ease;
}
.p-applyBtn a:hover {
  opacity: 0.7;
}
.p-hero .p-applyBtn{
  height:70px;
  margin-top: 20px;
}
.p-hero .p-applyBtn::after {
  top: 27px;
}
@media only screen and (max-width: 768px) {
  .p-hero .p-applyBtn{
    height:50px;
    margin: 20px 0;
  }
  .p-hero .p-applyBtn::after {
    top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .p-special__head {
    padding: 10px 0 20px;
  }
}
.p-special__head::before {
  top: 25px;
}
.p-special__head::after {
  top: 35px;
}
.p-special__head .c-head__ttl {
  padding: 0 20px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .p-special__head .c-head__ttl {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-special__head .c-head__ttl span img {
    height: 45px;
    width: auto;
  }
}

.p-special__lead {
  padding: 0;
  /* ピクセルからremに変換 */
  font-size: clamp(1 * 1rem, 1 * 1rem + (1.5 - 1) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1.5 * 1rem);
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.1em;
  color:#FF0000;
}
.p-special__lead .rd_ul {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media only screen and (max-width: 768px) {
  .p-special__lead {
    text-align: left;
  }
}

.p-special__cont {
  margin: 40px auto;
  max-width: 960px;
  padding: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .p-special__cont {
    margin: 10px auto 20px;
  }
}

.p-special__cont.--infoPoint {
  border-color: #79889a;
}
.p-special__cont.--infoPoint .p-special__cont__ttl {
  padding: 0 30px;
  background-color: #79889a;
  width: auto;
}
.p-special__cont.--infoPoint .p-special__cont__ttl img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.p-special__cont__head {
  font-size: 1.2em;
  background: #535353;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
  border:solid 1px #535353;
  margin: 0;
}
.p-special__cont__head p{
  margin:10px 0;
}
.p-special__cont__body {
  /* ピクセルからremに変換 */
  font-size: clamp(1 * 1rem, 1 * 1rem + (1.5 - 1) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1.5 * 1rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  border:solid 1px #535353;
  padding: 0 20px 20px;
}
.p-special__cont__body .ylw-ul{
  background: linear-gradient(transparent 70%, #FFFA65 70%);
}
.p-special__cont__body .bk-ul{
  border-bottom:solid 1px #000000;
  margin-bottom:5px;
}
@media only screen and (max-width: 768px) {
  .p-special__cont__body {
    text-align: left;
  }
}
.p-special__cont__body .c-note {
  display: inline-block;
}
.p-special__cont__body__grbg{
  background-color:#EFF0F5;
  padding:30px;
  margin-top:20px;
  text-align:center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 20px;
}
.p-howtoCont .txt-red {
  color: #cc0000;
}
@media only screen and (max-width: 768px) {
  .p-special__cont__body__grbg {
    text-align: left;
  }
}
.p-howtoCont {
  padding: 20px 0 0;
  box-sizing: border-box;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.p-howtoContInner {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  justify-content: center;
  padding-bottom: 146px;
}
@media only screen and (max-width: 1360px) {
  .p-howtoContInner {
    justify-content: start;
  }
}
@media only screen and (max-width: 768px) {
  .p-howtoContInner {
    gap: 10px;
  }
}

.p-howtoCont__item {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  width: 260px;
  min-width: 260px;
  border: 4px solid #323232;
  border-radius: 0;
  padding: 14px;
}
@media only screen and (max-width: 768px) {
  .p-howtoCont__item {
    width: 180px;
    min-width: 180px;
    border-radius: 15px;
    padding: 10px 5px;
  }
}

.p-howtoCont__itemBox {
  margin-bottom: 5px;
  text-align: center;
}

.p-howtoCont__itemBox__img {
  margin:0 auto 20px;
  width:132px;
}
@media only screen and (max-width: 768px) {
  .p-howtoCont__itemBox__img img {
    width: 50%;
    height: auto;
  }
}

.p-howtoCont__itemBox__text {
  /* ピクセルからremに変換 */
  font-size: clamp(0.875 * 1rem, 0.875 * 1rem + (1.125 - 0.875) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1.125 * 1rem);
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
}

.p-howtoCont__item__note-1 {
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-howtoCont__item__note-1 {
    bottom: -70px;
  }
}
.p-howtoCont__item__note-4 {
  position: absolute;
  bottom: -146px;
  right: -50%;
  transform: translateX(-50%);
  width: 100%;
  line-height: 1.4;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-howtoCont__item__note-4 {
    bottom: -146px;
  }
}

.p-howtoCont__item__arrow {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translate(0, -50%);
  width: 72px;
  height: 72px;
}
@media only screen and (max-width: 768px) {
  .p-howtoCont__item__arrow {
    right: -40px;
    width: 60px;
    height: 60px;
  }
}

.p-howtoApply {
  padding: 60px 0 100px;
  text-align: center;
  background-color: #dee6ef;
}
@media only screen and (max-width: 768px) {
  .p-howtoApply {
    margin-bottom: 40px;
    padding: 30px 0 40px;
  }
}

.p-infoMain {
  padding: 20px 0 30px;
  display: grid;
  grid-template-columns: 41% 57%;
  grid-auto-rows: auto;
  gap: 20px 2%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-infoMain {
    padding: 10px 0;
    gap: 10px 0;
    grid-template-columns: auto;
  }
}

.p-infoMain__card {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media only screen and (max-width: 768px) {
  .p-infoMain__card {
    grid-column: 1/3;
    grid-row: auto;
  }
}
.p-infoMain__card img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.p-infoMain__copy {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .p-infoMain__copy {
    grid-column: 1/3;
    grid-row: 1/2;
    padding: 0 20px;
  }
}
.p-infoMain__copy img {
  max-width: 400px;
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  .p-infoMain__info {
    grid-column: 1/3;
  }
}

.p-infoMain__info__main {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .p-infoMain__info__main {
    gap: 5px;
    width: 100%;
  }
}
.p-infoMain__info__main li {
  list-style: none;
  box-sizing: border-box;
  padding: 10px 10px;
  width: calc((100% - 10px) / 2);
  background-color: #464c53;
  color: #fff;
  /* ピクセルからremに変換 */
  font-size: clamp(0.8125 * 1rem, 0.8125 * 1rem + (1.125 - 0.8125) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1.125 * 1rem);
  text-align: center;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  .p-infoMain__info__main li {
    width: calc((100% - 5px) / 2);
    /* ピクセルからremに変換 */
    font-size: clamp(0.8125 * 1rem, 0.8125 * 1rem + (0.9375 - 0.8125) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 0.9375 * 1rem);
  }
}
.p-infoMain__info__main li span {
  /* ピクセルからremに変換 */
  font-size: clamp(0.8125 * 1rem, 0.8125 * 1rem + (0.9375 - 0.8125) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 0.9375 * 1rem);
  letter-spacing: 0.05em;
}
.p-infoMain__info__main li .__text--l {
  /* ピクセルからremに変換 */
  font-size: clamp(1.25 * 1rem, 1.25 * 1rem + (1.75 - 1.25) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1.75 * 1rem);
}

.p-infoMain__info__sub {
  padding: 10px 0 0;
}
.p-infoMain__info__sub > li {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif;
  /* ピクセルからremに変換 */
  font-size: clamp(0.9375 * 1rem, 0.9375 * 1rem + (1.125 - 0.9375) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1.125 * 1rem);
  font-weight: 500;
  letter-spacing: 0.075em;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
  text-underline-offset: 10px;
}
@media only screen and (max-width: 768px) {
  .p-infoMain__info__sub > li {
    margin-bottom: 12px;
    text-underline-offset: 6px;
  }
}

.p-infoTable {
  margin-bottom: 80px;
  border: 1px solid #ccc;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .p-infoTable {
    margin-bottom: 60px;
  }
}

.p-infoTable__item {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.p-infoTable__item__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 28%;
  text-align: center;
  /* ピクセルからremに変換 */
  font-size: clamp(0.875 * 1rem, 0.875 * 1rem + (1.125 - 0.875) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1.125 * 1rem);
  background-color: #333;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-infoTable__item__ttl {
    padding: 12px 10px;
    width: 20%;
  }
}

.p-infoTable__item__cont {
  padding: 20px;
  width: 72%;
  /* ピクセルからremに変換 */
  font-size: clamp(0.8125 * 1rem, 0.8125 * 1rem + (1 - 0.8125) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1 * 1rem);
}
@media only screen and (max-width: 768px) {
  .p-infoTable__item__cont {
    padding: 12px 10px;
    width: 80%;
  }
}
.p-infoTable__item__cont p {
  margin: 0 0 1em;
}
@media only screen and (max-width: 768px) {
  .p-infoTable__item__cont .__logo__visa {
    width: 50px;
    height: auto;
  }
}
.p-infoTable__item__cont.--logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .p-infoTable__item__cont.--logos {
    gap: 10px;
  }
}
.p-infoTable__item__cont.--logos img {
  height: 38px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .p-infoTable__item__cont.--logos img {
    height: 25px;
  }
}

.p-infoPoint .p-special__cont {
  margin: 0;
}

.p-infoPoint__body {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.p-infoPoint__body__item {
  box-sizing: border-box;
  padding: 20px 60px;
  width: calc((100% - 10px) / 2);
  background-color: #f3f3f3;
}
@media only screen and (max-width: 768px) {
  .p-infoPoint__body__item {
    width: 100%;
    padding: 15px 20px;
  }
}
.p-infoPoint__body__item img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.p-infoPoint__note {
  margin-top: 10px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .p-infoPoint__note {
    margin-top: 5px;
  }
}

.p-service__lead {
  padding: 0 0 60px;
  /* ピクセルからremに変換 */
  font-size: clamp(0.875 * 1rem, 0.875 * 1rem + (1.25 - 0.875) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1.25 * 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .p-service__lead {
    padding: 0 0 30px;
  }
}

.p-service__body {
  padding: 0 0 80px;
}
@media only screen and (max-width: 768px) {
  .p-service__body {
    padding: 0;
  }
}

.p-service__item {
  margin-bottom: 20px;
  padding: 20px 30px;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  /* ピクセルからremに変換 */
  font-size: clamp(0.875 * 1rem, 0.875 * 1rem + (1 - 0.875) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1 * 1rem);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .p-service__item {
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 9px;
  }
}
.p-service__item.is-open .__service__toggle::after {
  transform: rotate(0deg);
}

.__service__ttl,
.__service__body {
  display: flex;
  gap: 0;
}
.__service__ttl p,
.__service__body p {
  margin: 0 0 1em;
}

.__service__ttl {
  cursor: pointer;
  /* ピクセルからremに変換 */
  font-size: clamp(1 * 1rem, 1 * 1rem + (1.25 - 1) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1.25 * 1rem);
  color: #122b80;
  font-weight: 700;
}

.__service__body {
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
  transition: height 0.4s ease;
  padding: 0;
}

.__service__body__inner {
  display: flex;
  padding: 35px 0 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .__service__body__inner {
    padding: 15px 0 0;
  }
}

.__service__icon {
  width: 50px;
  /* ピクセルからremに変換 */
  font-size: clamp(1.25 * 1rem, 1.25 * 1rem + (2 - 1.25) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 2 * 1rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .__service__icon {
    width: 45px;
  }
}

.__service__text {
  flex: 1;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .__service__text {
    line-height: 1.6;
  }
}

.__service__toggle {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #122b80;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .__service__toggle {
    width: 20px;
    height: 20px;
  }
}
.__service__toggle::before, .__service__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 14px;
  height: 2px;
  background-color: #122b80;
}
@media only screen and (max-width: 768px) {
  .__service__toggle::before, .__service__toggle::after {
    width: 10px;
    height: 2px;
  }
}
.__service__toggle::after {
  top: 14px;
  left: 8px;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .__service__toggle::after {
    top: 9px;
    left: 5px;
  }
}

.__service__body__wrapper {
  box-sizing: border-box;
  padding: 40px 0 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .__service__body__wrapper {
    padding: 20px 0 0;
  }
}

.__service__body__wrapper--other {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  box-sizing: border-box;
  padding: 40px 0 0;
}
@media only screen and (max-width: 768px) {
  .__service__body__wrapper--other {
    gap: 20px;
    padding: 20px 0 0;
  }
}

.__service__item,
.__service__foodItem {
  display: flex;
  gap: 60px;
  box-sizing: border-box;
  padding: 30px 35px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .__service__item,
  .__service__foodItem {
    flex-direction: column;
    gap: 20px;
    padding: 20px 15px;
  }
}
.__service__item:last-child,
.__service__foodItem:last-child {
  margin-bottom: 0;
}

.__service__item {
  margin-bottom: 0;
  padding: 25px 25px;
  display: inline-block;
  width: calc((100% - 30px) / 2);
}
@media only screen and (max-width: 768px) {
  .__service__item {
    width: 100%;
    padding: 20px 15px;
  }
}

.__service__item__main,
.__service__foodItem__main {
  letter-spacing: 0.05em;
}

.__service__item__ttl,
.__service__foodItem__ttl {
  /* ピクセルからremに変換 */
  font-size: clamp(1 * 1rem, 1 * 1rem + (1.25 - 1) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1.25 * 1rem);
  font-weight: 700;
  margin-bottom: 10px;
}

.__service__item__ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #122b80;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .__service__item__ttl img {
    max-height: 36px;
    max-width: 36px;
  }
}

.__service__item__text {
  padding: 0 5px;
}

.__service__foodItem__img {
  max-width: 290px;
}
@media only screen and (max-width: 768px) {
  .__service__foodItem__img img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
}

.__service__link {
  margin-top: 10px;
  /* ピクセルからremに変換 */
  font-size: clamp(0.75 * 1rem, 0.75 * 1rem + (0.875 - 0.75) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 0.875 * 1rem);
}

.__service__btn_concierge {
  max-width: 360px;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.copyValue {
  display: block;
  position: relative;
  padding: 0.6em 0;
  width: 360px;
  /* ピクセルからremに変換 */
  font-size: clamp(0.6875 * 1rem, 0.6875 * 1rem + (0.875 - 0.6875) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 0.875 * 1rem);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  background-color: #aaa270;
  text-align: center;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  .copyValue {
    width: 100%;
  }
}

.p-compensate__body {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .p-compensate__body {
    gap: 20px;
  }
}

.p-compensateItem {
  padding: 20px 30px;
  box-sizing: border-box;
  border: 4px solid #122b80;
  width: calc((100% - 30px) / 2);
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .p-compensateItem {
    width: 100%;
    padding: 15px 20px;
    border-radius: 0;
  }
}

.p-compensateItemHead {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .p-compensateItemHead {
    gap: 10px;
    margin-bottom: 5px;
  }
}

.p-compensateItem__num {
  font-family: "Montserrat", sans-serif;
  /* ピクセルからremに変換 */
  font-size: clamp(1.75 * 1rem, 1.75 * 1rem + (2.375 - 1.75) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 2.375 * 1rem);
  color: #122b80;
  font-weight: 600;
}

.p-compensateItem__ttl {
  /* ピクセルからremに変換 */
  font-size: clamp(1.0625 * 1rem, 1.0625 * 1rem + (1.25 - 1.0625) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1.25 * 1rem);
  color: #122b80;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .p-compensateItem__ttl {
    font-weight: 700;
  }
}

.p-compensateItem__text {
  padding-bottom: 15px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .p-compensateItem__text {
    padding-bottom: 12px;
    line-height: 1.8;
  }
}

.p-compensateItem__btn {
  text-align: right;
  font-weight: 600;
}
.p-compensateItem__btn > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #122b80;
  transition: gap 0.3s ease;
}
.p-compensateItem__btn > a:hover {
  gap: 4px;
}

.p-compensate__note {
  margin-top: 20px;
  line-height: 1.4;
  color: #666;
}

.p-caution {
  padding: 60px 0 100px;
  background-color: #fffae8;
  margin-bottom:-20px;
}
@media only screen and (max-width: 768px) {
  .p-caution {
    padding: 30px 0 40px;
  }
}

.p-cautionCont {
  box-sizing: border-box;
  padding: 40px 29px;
  background-color: #fff;
  border: 4px solid #fed935;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .p-cautionCont {
    padding: 15px;
    border-radius: 15px;
  }
}

.p-cautionBody {
  padding: 0;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .p-cautionBody {
    padding: 0;
  }
}
.p-cautionBody__ttl{
  text-align: center;
  /* ピクセルからremに変換 */
  font-size: clamp(1.25 * 1rem, 1.25 * 1rem + (1.5 - 1.25) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1.5 * 1rem);
  font-weight: 700;
  margin: 60px 0 30px;
}
.p-cautionBodySec {
  margin-bottom: 30px;
}

.p-cautionBodySec__ttl {
  margin-bottom: 10px;
  /* ピクセルからremに変換 */
  font-size: clamp(0.875 * 1rem, 0.875 * 1rem + (1.125 - 0.875) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 1.125 * 1rem);
  font-weight: 700;
}
.p-cautionBodySec__ttl.--addPointTime {
  font-weight: 400;
}

.p-cautionBodySec__main p {
  margin: 0 0 1em;
}
.p-cautionBodySec__main .txt-bold {
  font-weight:800;
}
.p-cautionBodySec__main p .c-note {
  display: inline-block;
  color: #666;
  /* ピクセルからremに変換 */
  font-size: clamp(0.625 * 1rem, 0.625 * 1rem + (0.8125 - 0.625) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 0.8125 * 1rem);
  line-height: 1.5;
}

.p-cautionTable {
  margin-bottom: 10px;
  width: 100%;
  border-collapse: collapse;
  /* ピクセルからremに変換 */
  font-size: clamp(0.75 * 1rem, 0.75 * 1rem + (0.875 - 0.75) / (var(--maxW) - var(--minW)) * (100vw - var(--minW) * 1px) * var(--rF), 0.875 * 1rem);
}
.p-cautionTable tr th, .p-cautionTable tr td {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  background-color: #f3f3f3;
}
.p-cautionTable tr td {
  background-color: #fff;
}

.p-cautionList {
  counter-reset: item; /* 外側の番号リセット */
  list-style: none; /* デフォルト番号を消す */
  padding-left: 2em;
}
@media only screen and (max-width: 768px) {
  .p-cautionList {
    padding-left: 1.5em;
  }
}
.p-cautionList > li {
  counter-increment: item;
  margin-bottom: 0.3em;
  position: relative;
  letter-spacing: 0;
}
.p-cautionList > li::before {
  content: counter(item) ". "; /* 1. 2. 3. */
  position: absolute;
  left: -1.5em;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-cautionList > li::before {
    left: -1.5em;
  }
}
.p-cautionList > li ol {
  counter-reset: subitem; /* 内側の番号リセット */
  list-style: none;
  padding-left: 1.5em;
  margin-top: 0.5em;
}
.p-cautionList > li ol li {
  counter-increment: subitem;
  position: relative;
  margin-bottom: 0.5em;
}
.p-cautionList > li ol li::before {
  content: "("counter(subitem) ") "; /* (1) (2) */
  position: absolute;
  left: -1.5em;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-c-pc {
  text-align: center !important;
}
@media only screen and (max-width: 960px) {
  .u-ta-c-pc {
    text-align: left !important;
  }
}

.u-ta-r {
  text-align: right !important;
}

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

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

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

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

.u-border-non {
  border: none !important;
}

.u-br-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-br-sp {
    display: block;
  }
}

.u-br-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .u-br-pc {
    display: none;
  }
}

.basicLightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.01;
  transition: opacity 0.4s ease;
  z-index: 10001;
  will-change: opacity;
  overflow: scroll;
}
.basicLightbox--visible {
  opacity: 1;
}
.basicLightbox__placeholder {
  max-width: 100%;
  width: 100%;
  transform: scale(0.9);
  transition: transform 0.4s ease;
  z-index: 1;
  will-change: transform;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  pointer-events: auto;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
  width: auto;
  height: auto;
}
.basicLightbox--img .basicLightbox__placeholder, .basicLightbox--video .basicLightbox__placeholder, .basicLightbox--iframe .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.basicLightbox--visible .basicLightbox__placeholder {
  transform: scale(1);
}