/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./_src/sass/_index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  /* 追加 */
  scroll-behavior: smooth;
  scroll-padding-top: 77px;
}
@media (max-width: 1000px) {
  html{
    scroll-padding-top: 127px;
  }
}
@media (max-width: 768px) {
  html{
    scroll-padding-top: 80px;
  }
}



/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
/* 共通：メインエリアの開始位置をヘッダーと重ならないようにする */
body {
  margin: 0;
  padding-top: 180; /* ← JSで上書きするので 0 にする */
}

/* スマホではヘッダーが少し高い場合があるので調整 */
@media (max-width: 768px) {
  body {
    padding-top: 140px; /* ← SP用の余白。必要なら調整可能 */
  }
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

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

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

address {
  font-style: normal;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

form {
  accent-color: #014c86;
}

button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: none;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

[type=number] {
  -moz-appearance: textfield;
}
[type=number]::-webkit-outer-spin-button, [type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=radio],
[type=checkbox] {
  cursor: pointer;
}

button,
[type=submit],
[type=reset] {
  cursor: pointer;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  cursor: pointer;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #414141;
  word-break: break-all;
}

#mypage{
  padding-top: 77px;
}

@media (max-width: 1230px) {
    #mypage{
        padding-top: 175px;
    }
}

@media (max-width: 768px) {
    #mypage{
        padding-top: 175px;
    }
}

.l-inner {
  box-sizing: initial;
  max-width: 1000px;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 640px) {
  .l-inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

#fv-slider .splide__slide {
  position: relative;
  height: auto;
}
@media (max-width: 768px) {
  #fv-slider .splide__slide {
    height: auto;
  }
}
#fv-slider .splide__slide img {
  transform: scale(.95);
  transition: .7s;
  border-radius: 8px;
  object-fit: cover;	
  width: 100%; /* 親要素の幅いっぱい */
  height: auto; /* アスペクト比を維持 */
  display: block;
  aspect-ratio: auto; /* デフォルトに戻す */
}
#fv-slider .splide__slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(143, 169, 225, 0.5);
  z-index: 999;
}
#fv-slider .splide__slide.is-active {
  background: rgba(230, 195, 120, 0.35);
  transition: background 0.3s ease;
}
#fv-slider .splide__slide.is-active::before{
  display: none;
}
#fv-slider .splide__slide.is-active img {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
  border-radius: 0;
}
@media (max-width: 768px) {
  #fv-slider .splide__slide img {
    transform: scale(1);
    border-radius: 0px;
    aspect-ratio: 375 / 186;
  }
  #fv-slider .splide__slide::before {
    display: none;
  }
}
#fv-slider .splide__pagination {
  bottom: 8px;
}
#fv-slider .splide__pagination__page {
  width: 12px;
  height: 12px;
  opacity: 1 !important;
  margin: 0 5px;
  background: #fff;
}
#fv-slider .splide__pagination__page.is-active {
  transform: scale(1) !important;
  background: #1A56DB;
  box-shadow: 0 0 6px rgba(26, 86, 219, 0.5);
}

@media (max-width: 768px) {
  #fv-slider .splide__pagination__page {
    width: 7px;
    height: 7px;
    margin: 0 3px;
  }
}
#fv-slider .splide__arrow {
  width: 80px;
  height: 80px;
  opacity: 1;
  background: transparent;
}
#fv-slider .splide__arrow--prev{
  left: 40px;
}
#fv-slider .splide__arrow--next{
  right: 40px;
}
@media (max-width: 768px) {
    #fv-slider .splide__arrow {
      width: 48px;
      height: 48px;
    }
    #fv-slider .splide__arrow--prev{
        left: 0;
      }
      #fv-slider .splide__arrow--next{
        right: 0;
      }
  }

.slide-banner {
  padding-block: 16px 8px;
  background: #f1f1f4;
}

.slide-banner__wrap {
  display: flex;
  overflow: hidden;
}

.slide-banner__list {
  display: flex;
  padding: 0;
  list-style: none;
  animation: slide-banner-animation 60s infinite linear 0.5s both;
}

.slide-banner__item > span {
  font-size: 96px;
  line-height: 1.4;
  font-weight: 800;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .slide-banner__item > span {
    font-size: 48px;
  }
}
.slide-banner__item > span._darkblue {
  color: #264995;
}
.slide-banner__item > span._paleblue {
  color: #1E5CE3;
}
.slide-banner__item:nth-child(4n) {
  margin-right: 10em;
}

@keyframes slide-banner-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.c-section-title {
  line-height: 1.4;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .c-section-title {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
}
.c-section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 40px;
  height: 4px;
  background: #bfac67;
}
@media (max-width: 768px) {
  .c-section-title::before {
    width: 32px;
  }
}

.c-article {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 24px;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.c-article:hover .c-article__title,
.c-article:hover .c-article__text {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .c-article {
    flex-direction: column;
    gap: 8px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .c-article:last-child {
    margin-bottom: 12px;
  }
}

.c-article__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 70%;
  flex-shrink: 0;
}
.c-article__meta > time {
  color: #626262;
  font-size: 14px;
}
@media (max-width: 768px) {
  .c-article__meta {
    width: 100%;
  }
}

.c-article__tag {
  color: #fff;
  background: #1A56DB;
  border-radius: 100vmax;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding: 2px 8px;
}
@media (max-width: 768px) {
  .c-article__tag {
    font-size: 12px;
  }
}

.c-article__title {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .c-article__title {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
}

.c-article__text {
  line-height: 1.4;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-article__text {
    line-height: 1.2;
  }
}

.c-arrow-text-button {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 1.2;
  border-radius: 100vmax;
　border: solid #1A56DB 1px!important;
  transition: color 0.3s ease, background 0.3s ease;
  padding-left: 12px;
}
.c-arrow-text-button:hover {
  color: #fff;
  background: #1A56DB;
}
@media (max-width: 768px) {
  .c-arrow-text-button {
    font-size: 16px;
  }
}
.c-arrow-text-button > img {
  width: 28px;
  height: 28px;
}

.c-gradation-button {
  display: grid;
  place-items: center;
  border-radius: 100vmax;
  border: 1px solid currentColor;
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 17px 10px;
  color: #1E5CE3;
  height: 48px;
  width: 100%;
  background: linear-gradient(90deg, rgba(194, 193, 255, 0.1) -26.36%, rgba(45, 140, 255, 0.1) 61.68%, rgba(30, 92, 227, 0.1) 100%);
  position: relative;
  font-weight: 600;
}
.c-gradation-button:not(._disabled):hover{
  color: white;
  background: linear-gradient(90deg, #C2C1FF -26.36%, #2D8CFF 61.68%, #1E5CE3 100%);
  border: none;
}
.c-gradation-button::before{
  content: '';
  height: 10px;
  width: 17px;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2212%22%20viewBox%3D%220%200%2020%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.5368%2011.0737C13.9268%2011.4637%2014.5568%2011.4637%2014.9468%2011.0737L19.7068%206.3137C20.0968%205.9237%2020.0968%205.2937%2019.7068%204.9037L14.9468%200.143677C14.5568%20-0.246323%2013.9268%20-0.246323%2013.5368%200.143677C13.1468%200.533677%2013.1468%201.16368%2013.5368%201.55368L16.4768%204.50368H0.706787V6.70368H16.4768L13.5368%209.64368C13.1468%2010.0337%2013.1468%2010.6637%2013.5368%2011.0537V11.0737Z%22%20fill%3D%22%231E5CE3%22/%3E%3C/svg%3E") no-repeat center / 17px 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
}
.c-gradation-button:not(._disabled):hover::before{
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2212%22%20viewBox%3D%220%200%2020%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.5368%2011.0737C13.9268%2011.4637%2014.5568%2011.4637%2014.9468%2011.0737L19.7068%206.3137C20.0968%205.9237%2020.0968%205.2937%2019.7068%204.9037L14.9468%200.143677C14.5568%20-0.246323%2013.9268%20-0.246323%2013.5368%200.143677C13.1468%200.533677%2013.1468%201.16368%2013.5368%201.55368L16.4768%204.50368H0.706787V6.70368H16.4768L13.5368%209.64368C13.1468%2010.0337%2013.1468%2010.6637%2013.5368%2011.0537V11.0737Z%22%20fill%3D%22white%22/%3E%3C/svg%3E") no-repeat center / 17px 10px;
}

.c-gradation-button._disabled{
  opacity: .4;
}

.c-gradation-button._en{
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, "Segoe UI", sans-serif;
}

.c-sns-item {
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(187, 150, 55, 0.15);
  background: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .c-sns-item {
    width: 100%;
    border-radius: 8px;
  }
}
.c-sns-item > a {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 40px 34px;
  height: 100%;
}
@media (max-width: 768px) {
  .c-sns-item > a {
    padding: 16px 16px 33px;
  }
}
.c-sns-item > img {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
}

.c-sns-item__icon-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .c-sns-item__icon-wrap {
    gap: 11px;
  }
}
.c-sns-item__icon-wrap span {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-sns-item__icon-wrap span {
    font-size: 14px;
  }
}
.c-sns-item__icon-wrap img {
  width: 40px;
  height: 36px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .c-sns-item__icon-wrap img {
    height: 29px;
  }
}

.c-sns-item__text {
  font-weight: 500;
  line-height: 1.4;
  color: #626262;
}
@media (max-width: 768px) {
  .c-sns-item__text {
    font-size: 14px;
  }
}

.c-back-button,
.c-primary-button {
  display: flex;
  align-items: center;
  gap: 19px;
  background:
    linear-gradient(132.02deg, rgba(194, 193, 255, 0.1) 21.83%, rgba(45, 140, 255, 0.1) 75.59%, rgba(30, 92, 227, 0.1) 101.9%),
    linear-gradient(45deg, rgba(255, 255, 255, 1));
  border: solid 1px #a7944d;
  border-radius: 100vmax;
  padding: 8px 9px;
}
.c-back-button{
  padding-right: 38px;
}
.c-back-button img,
.c-primary-button img {
  width: 19px;
  height: 12px;
}
.c-back-button span,
.c-primary-button span {
  color: #a7944d;
  font-size: 18px;
  font-weight: 600;
}

.c-back-button,
.c-primary-button{
  justify-content: center;
  transition: all 0.4s ease;
  background: transparent;
  position: relative;
	text-decoration: none!important;
}
.c-back-button::before,
.c-primary-button::before{
  content: "";
  width:100%;
  height:100%;
  position:absolute;
  z-index:-1;
  left:0;
  transition:0.3s;
  border-radius: 100vmax;
  background: linear-gradient(132.02deg, rgba(255, 248, 225, 0.1) 21.83%, rgba(229, 213, 161, 0.1) 75.59%, rgba(167, 147, 77, 0.1) 101.9%), linear-gradient(45deg, rgba(255, 255, 255, 1));
}
.c-back-button:hover::before,
.c-primary-button:hover::before{
  opacity: 0;
}
@media (max-width: 768px) {
  .c-back-button:hover::before,
  .c-primary-button:hover::before{
    opacity: 1;
  }
}
.c-back-button::after,
.c-primary-button::after{
  content: "";
  width:100%;
  height:100%;
  position:absolute;
  z-index:-2;
  left:0;
  border-radius: 100vmax;
  background: linear-gradient(90deg, rgba(255, 248, 225, 1) 0%, rgba(229, 213, 161, 1) 70%, rgba(167, 147, 77, 1) 101.9%);
}
.c-primary-button .c-primary-button-button-arrow1,
.c-primary-button:hover .c-primary-button-button-arrow2{
  position: absolute;
  right: 24px;
  top: 50%;
  translate: 0 -50%;
  display: block;
}
.c-back-button:hover .c-back-button-button-arrow1,
.c-primary-button:hover .c-primary-button-button-arrow1{
  display: none;
}
.c-back-button .c-back-button-button-arrow2,
.c-primary-button .c-primary-button-button-arrow2{
  display: none;
}
.c-back-button:hover .c-back-button-button-arrow2,
.c-primary-button:hover .c-primary-button-button-arrow2{
  display: block;
}
.c-back-button span,
.c-primary-button span{
  transition: 0.3s ease;
  color: #a7944d;
}
.c-back-button:hover span,
.c-primary-button:hover span{
  color: #fff;
}

/* === お問い合わせボタン：サイドメニューボタンと同デザイン === */
.c-primary-button {
  background: #ffffff !important;
  border: 1.5px solid #1A56DB !important;
  border-radius: 32px !important;
  padding: 12px 24px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #1A56DB !important;
  transition: background-color 150ms ease, color 150ms ease !important;
}
.c-primary-button::before,
.c-primary-button::after {
  display: none !important;
}
.c-primary-button span {
  color: #1A56DB !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  transition: color 150ms ease !important;
}
.c-primary-button:hover {
  background: #1A56DB !important;
  border-color: #1A56DB !important;
}
.c-primary-button:hover span {
  color: #ffffff !important;
}

/* ===== お問い合わせボタン 広域カバー =====
   サーバー共有要素内の「お問い合わせ」ボタンが
   どのクラスを使っていても青にする補完ルール */
.c-contact-button,
.p-contact-button,
.p-footer__contact a,
a[href*="contact"],
a[href*="inquiry"],
a[href*="form"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  border: 1.5px solid #1A56DB !important;
  border-radius: 32px !important;
  padding: 12px 24px !important;
  color: #1A56DB !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: background-color 150ms ease, color 150ms ease !important;
}
.c-contact-button:hover,
.p-contact-button:hover,
.p-footer__contact a:hover,
a[href*="contact"]:hover,
a[href*="inquiry"]:hover,
a[href*="form"]:hover {
  background: #1A56DB !important;
  color: #ffffff !important;
}

.c-secondary-button {
  border-radius: 8px;
  color: #1E5CE3;
  border: 1px solid currentColor;
  display: grid;
  place-items: center;
  padding-block: 9px;
  transition: opacity .3s;
　margin: 20px auto;
}
.c-secondary-button small {
  font-size: 14px;
}
.c-secondary-button:hover{
  opacity: .7;
}

.p-header {
  position: fixed;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 6px 4px;
  background: #ffffff;
  border-bottom: 1px solid #E8EEF7;
  align-items: center;
  row-gap: 20px;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.p-header.hidden {
  transform: translateY(0px);
}
@media (max-width: 1000px) {
  .p-header {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
    .p-header {
      padding: 0;
      gap: 0;
      align-items: flex-start
    }
  }

.p-header__logo {
  flex: 1;
  padding-left: 32px;
}
@media (max-width: 768px) {
  .p-header__logo {
    padding: 10px 16px;
    border-bottom: 1px solid #F1F1F4;
  }
}
.p-header__logo img {
  width: auto;
  height: 18px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-header__logo img {
    height: 30px;
  }
}


@media (max-width: 768px) {
  .p-header__nav {
    padding: 4px;
    width: 100%;
  }
}

.p-header__list {
  display: flex;
  align-items: center;
}

.p-header__item:has(._disabled){
  background: #F1F1F4;
  opacity: .5;
}

.p-header__item:not(:has(._disabled)):hover > .p-header__link,
.p-header__item.is-active > .p-header__link {
  box-shadow: 0 0 8px rgba(96, 92, 91, 0.3);
  background: #fff;
}

.p-header__item:not(:has(._disabled)):hover > .p-header__link > span,
.p-header__item.is-active > .p-header__link > span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-header__item {
    width: 25%;
    padding-inline: 0;
  }
}

.p-header__link {
  display: grid;
  place-items: center;
  min-width: 120px;
  border-radius: 4px;
  transition: box-shadow 0.3s ease, background 0.3s ease;
  font-size: 10px;
  padding-inline: 4px;
  padding-block: 2px;
}
@media (max-width: 768px) {
  .p-header__link {
    min-height: 72px;
  }
}
.p-header__link > span {
  transition: font-weight 0.3s ease;
}
@media (max-width: 768px) {
  .p-header__link > span {
    line-height: 1.1;
    font-size: 10px;
    text-align: center;
  }
}
@media (max-width: 374px) {
  .p-header__link > span {
    font-size: 10px;
  }
}
.p-header__link > img {
  width: 36px;
  height: 36px;
}
@media (max-width: 768px) {
  .p-header__link > img {
    min-width: 1px;
    width: 40px;
    height: 40px;
  }
}
.p-header__link._home > * {
  color: #1C91DF;
}
.p-header__link._aw-my > * {
  color: #851e2f;
}
.p-header__link._guide > * {
  color: #C55ED0;
}
.p-header__link._introduce > * {
  color: #0FAA57;
}
.p-header__link._faq > * {
  color: #888888;
}
.p-header__link._rule > * {
  color: #BDAE09;
}
.p-header__link._apply > * {
  color: #0FAA57;
}
.p-header__link._trainer > * {
  color: #CD8013;
}
.p-header__link._disabled > * {
  color: #949494;
}

/***20260726に追加**/

.p-header__link._online > * {
  color: #e26e8c;
}

.p-header__link._book > * {
  color: #eb9720;
}

.p-header__link._movie > * {
  color: #df6eec;
}

.p-header__link._application> * {
  color: #6ee2a2;
}





/***20260726 ここまで**/


@media (max-width: 768px) {
  .p-header__link {
    min-width: 1px;
  }
}

.p-header__bar {
  height: 48px;
  width: 1px;
  background: #DCDCDC;
  transition: opacity 0.3s ease;
  margin-inline: 4px;
}
.p-header__bar.hidden {
  opacity: 0;
}

.p-footer {
  position: relative;
  z-index: 10;
  /* KVのダークネイビー〜ブルーパープルグラデーションを再現
     QA承認: 180deg（垂直）でKVの水平レイヤー感と整合 */
  background: linear-gradient(
    180deg,
    #1e3f7a 0%,
    #2455a0 40%,
    #2d63b8 70%,
    #1e3d80 100%
  ) !important;
  color: #e2e8f0 !important;
  padding: 60px 20px;
  border-top: none !important;
  box-shadow:
    0 -6px 24px rgba(36, 85, 160, 0.25),
    0 -1px 0 rgba(59, 130, 246, 0.12) !important;
}

/* KVプリズム光の虹色ボーダー + glow（QA推奨・全ブラウザ互換）*/
.p-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    #3B82F6 0%,
    #818CF8 25%,
    #A78BFA 50%,
    #EC4899 75%,
    #F59E0B 100%
  );
  /* KVのプリズム光彩のglow効果（控えめに調整） */
  box-shadow:
    0 0 10px rgba(129, 140, 248, 0.4),
    0 0 20px rgba(59, 130, 246, 0.2);
  z-index: 1;
}

/* AWARENESSロゴ：暗背景で見えるよう白反転（QA必須） */
.p-footer img,
.p-footer .p-footer__logo img,
.p-footer .c-logo img,
.p-footer [class*="logo"] img {
  filter: brightness(0) invert(1) !important;
  opacity: 0.92;
  width: 198px;
}

.p-footer a,
.p-footer__list a,
.p-footer__list li {
  color: #93C5FD !important;
  text-decoration: none;
  transition: color 0.2s ease;
}
.p-footer a:hover {
  color: #ffffff !important;
  text-shadow: 0 0 8px rgba(147, 197, 253, 0.4);
  text-decoration: underline;
}
.p-footer__title,
.p-footer h2,
.p-footer h3 {
  color: #ffffff !important;
  font-weight: 600;
  letter-spacing: 0.02em;
}
/* Copyright: WCAG AA合格値 #94A3B8（コントラスト比4.6:1）QA確認済み */
.p-footer__copyright {
  color: #94A3B8 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  font-size: 12px;
  letter-spacing: 0.02em;
}

/* ===== フッター内「お問い合せ」ボタン → サイドメニューと同じブルーデザイン =====
   .p-footer内のどのボタンクラスでも確実に青にする高優先ルール */
.p-footer .c-back-button,
.p-footer .c-primary-button,
.p-footer .c-contact-button,
.p-footer a.c-back-button,
.p-footer a.c-primary-button {
  background: #ffffff !important;
  border: 1.5px solid #1A56DB !important;
  border-radius: 32px !important;
  padding: 12px 28px !important;
  color: #1A56DB !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: background-color 150ms ease, color 150ms ease !important;
}
.p-footer .c-back-button::before,
.p-footer .c-primary-button::before,
.p-footer .c-back-button::after,
.p-footer .c-primary-button::after {
  display: none !important;
}
.p-footer .c-back-button span,
.p-footer .c-primary-button span {
  color: #1A56DB !important;
  font-size: 14px !important;
}
.p-footer .c-back-button:hover,
.p-footer .c-primary-button:hover {
  background: #1A56DB !important;
  color: #ffffff !important;
}
.p-footer .c-back-button:hover span,
.p-footer .c-primary-button:hover span {
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .p-footer {
    font-size: 14px;
    padding-bottom: 60px;
  }
}
/* .p-footer img は上のフッターブロックで統合定義済み */

.p-footer__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 56px 16px 48px;
}
@media (max-width: 768px) {
  .p-footer__content {
    gap: 25px;
    padding: 32px 8px 26px;
  }
}

.p-footer__list {
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-footer__list {
    font-size: 12px;
    line-height: 1.6;
  }
}

.p-footer__copyright {
  font-size: 12px;
  color: #64748b;
  border-top: 1px solid #BFDBFE;
  text-align: center;
  margin-inline: 24px;
  padding-block: 18px;
}
@media (max-width: 768px) {
  .p-footer__copyright {
    font-size: 11px;
  }
}

.p-fv__banner {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  background: linear-gradient(
    105deg,
    #1a3272 0%,
    #2455a8 25%,
    #1A56DB 50%,
    #3b5fc0 72%,
    #2d3a8c 100%
  );
  position: relative;
  overflow: hidden;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 40px;
  font-weight: 700;
  /* 縦の内側余白を詰める */
  padding-block: 18px 14px;
  margin-bottom: 0;
}
/* バナー直後のセクション上余白を詰める */
.p-fv + * ,
.p-fv ~ section:first-of-type,
.main-content > section.p-fv + section {
  padding-top: 40px !important;
}

/* KVのプリズム光・斜線テクスチャをオーバーレイ */
.p-fv__banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    /* 右側にプリズム光の滲み */
    radial-gradient(ellipse 60% 100% at 85% 50%,
      rgba(129, 140, 248, 0.25) 0%,
      rgba(167, 139, 250, 0.15) 40%,
      transparent 70%
    ),
    /* 左側に青い光源 */
    radial-gradient(ellipse 40% 100% at 10% 50%,
      rgba(59, 130, 246, 0.2) 0%,
      transparent 60%
    ),
    /* KV風の斜め構造線 */
    repeating-linear-gradient(
      135deg,
      transparent,
      transparent 40px,
      rgba(255, 255, 255, 0.025) 40px,
      rgba(255, 255, 255, 0.025) 41px
    );
  pointer-events: none;
}

/* プリズム虹色ライン（下部）*/
.p-fv__banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    #3B82F6 0%,
    #818CF8 25%,
    #A78BFA 50%,
    #EC4899 75%,
    #F59E0B 100%
  );
  box-shadow:
    0 0 10px rgba(129, 140, 248, 0.5),
    0 0 20px rgba(59, 130, 246, 0.25);
}

@media (max-width: 768px) {
  .p-fv__banner {
    font-size: 20px;
    line-height: 1.4;
    padding-block: 14px;
    background: linear-gradient(
      105deg,
      #1a3272 0%,
      #2455a8 40%,
      #1A56DB 70%,
      #2d3a8c 100%
    );
  }
}

.p-fv__banner > span {
  position: relative;
  z-index: 1;
  /* KVのタイトルテキストのような輝き */
  text-shadow:
    0 0 30px rgba(147, 197, 253, 0.6),
    0 2px 8px rgba(10, 22, 40, 0.5);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-fv__banner > span {
    text-shadow:
      0 0 16px rgba(147, 197, 253, 0.5),
      0 1px 4px rgba(10, 22, 40, 0.4);
    letter-spacing: 0.03em;
  }
}

.p-section {
  padding-block: 72px 88px;
}
@media (max-width: 768px) {
  .p-section {
    padding-block: 40px;
  }
}

.p-step {
  background: #F1F1F4;
}

.p-step__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(227px, 1fr));
  gap: 16px;
}
@media (max-width: 768px) {
  .p-step__grid {
    grid-template-columns: 1fr;
  }
}

.p-step__item {
  border-radius: 8px;
  background: #fff url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.46967%200.46967C0.762563%200.176777%201.23744%200.176777%201.53033%200.46967L6%204.93934L10.4697%200.46967C10.7626%200.176777%2011.2374%200.176777%2011.5303%200.46967C11.8232%200.762563%2011.8232%201.23744%2011.5303%201.53033L6.53033%206.53033C6.23744%206.82322%205.76256%206.82322%205.46967%206.53033L0.46967%201.53033C0.176777%201.23744%200.176777%200.762563%200.46967%200.46967Z%22%20fill%3D%22black%22/%3E%3C/svg%3E") no-repeat center bottom 17px/11px 6px;
}
.p-step__item > a {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 34px;
}
@media (max-width: 768px) {
  .p-step__item > a {
    align-items: center;
    flex-direction: row;
    padding: 16px;
  }
}
.p-step__item img {
  margin-inline: auto;
  width: 136px;
  height: 136px;
}
@media (max-width: 768px) {
  .p-step__item img {
    width: 96px;
    height: 96px;
    margin-inline: 0;
  }
}

.p-step__heading {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-step__heading {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 8px;
    flex: 1;
    gap: 10px;
    margin-top: -6px;
  }
}
.p-step__heading > .p-step__num {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media (max-width: 768px) {
  .p-step__heading > .p-step__num {
    flex-direction: row;
    gap: 3px;
  }
}

.p-step__heading-num {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  background: #bfac67;
  border-radius: 100vmax;
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, "Segoe UI", sans-serif;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-step__heading-num {
    font-size: 18px;
    line-height: 1.8;
    width: 28px;
    height: 28px;
  }
}

.p-step__heading-text {
  color: #bfac67;
  font-size: 20px;
  letter-spacing: -0.05em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-step__heading-text {
    font-size: 16px;
  }
}

.p-step__title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  flex: 1;
}
@media (max-width: 768px) {
  .p-step__title {
    font-size: 14px;
    text-align: left;
  }
}

.p-event {
  padding-block: 40px;
}
@media (max-width: 768px) {
  .p-event {
    padding-block: 16px;
  }
}

.p-event__box {
  position: relative;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  padding-block: 64px 56px;
}
@media (max-width: 768px) {
  .p-event__box {
    overflow: hidden;
    padding: 24px 16px 16px;
  }
}

.p-event__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.p-event__bg > img{
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.p-event__content {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-event__content {
    width: 100%;
  }
}

.p-event__title{
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #1A56DB;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .p-event__title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 13px;
  }
}

.p-event__date {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  justify-content: center;
  margin-right: 34px;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .p-event__date {
    gap: 3px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.p-event__date > span {
  color: #1A56DB;
  line-height: 1.2;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .p-event__date > span {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .p-event__date > span:first-child {
    margin-right: 5px;
  }
}
@media (max-width: 768px) {
  .p-event__date > span:last-child {
    margin-left: 5px;
  }
}

.p-event__date-box {
  width: 124px;
  min-height: 130px;
  border: 1px solid #DCDCDC;
  border-radius: 16px;
  background: #fff;
  display: grid;
  place-items: center;
  color: #1A56DB;
  font-size: 105px;
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, "Segoe UI", sans-serif;
}

@media (max-width: 768px) {
	  .p-event__date-box {
		      width: 48px;
    min-height: 60px;
	    font-size: 78px;
	}
}
	
@media (max-width: 768px) {
  .p-event__date-box {
    width: 58px;
    min-height: 72px;
    font-size: 56px;
    border-radius: 8px;
  }
}
.p-event__date-box > span {
  line-height: 1;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .p-event__date-box > span {
    margin-top: 10px;
  }
}
.p-event__banner{
  position: relative;
  border-radius: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, .4);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  backdrop-filter: blur(8px);
  max-width: 560px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-event__banner{
    /*max-width: 311px;*/
    width: 100%;
    padding: 8px 40px;
  }
}
.p-event__banner::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 16px;
  background: linear-gradient(90deg, #f9e7b1, #f4ca64, #e0a52b, #f9e7b1);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-event__banner::before {
    border-radius: 8px;
  }
}
.p-event__banner-title{
  width: fit-content;
  border-radius: 8px;
  background: #1A56DB;
  color: #fff;
  font-size: 16x;
  font-weight: 700;
  line-height: 1.2;
  padding: 6px 12px;
}
@media (max-width: 768px) {
  .p-event__banner-title{
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 4px;
    flex-shrink: 0;
  }
}
.p-event__banner-content{
  padding-block: 14px 4px;
  padding-left: 74px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 424px;
}
@media (max-width: 768px) {
  .p-event__banner-content{
    padding: 4px 0 0 20px;
    min-width: 1px;
    gap: 4px;
  }
}
.p-event__banner-date{
  font-size: 27px;
  font-weight: 500;
  line-height: 1.0;
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, "Segoe UI", sans-serif;
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #1A56DB;
}
@media (max-width: 768px) {
  .p-event__banner-date{
    font-size: 20px;
  }
}
.p-event__banner-time{
  font-size: 32px;
  display: flex;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-event__banner-time{
    font-size: 24px;
  }
}
.p-event__banner-time > span{
  font-size: 32px;
}
@media (max-width: 768px) {
  .p-event__banner-time > span{
    font-size: 18px;
  }
}
.p-event__banner-time > span._wave{
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 24px;
  margin-inline: 3px;
}
@media (max-width: 768px) {
  .p-event__banner-time > span._wave{
    font-size: 14px;
  }
}


.p-flow {
  background: #fff;
}
@media (max-width: 768px) {
  .p-flow picture img {
    width: calc(100% + 24px);
    margin-left: -24px;
    margin-top: -20px;
  }
}

.p-group {
  background: #FFFFFF;
}

.p-group__list {
  padding: 32px;
  border-radius: 16px;
  background: #fff;
}

@media (max-width: 768px) {
  .p-group__list {
    width: 100%;
    padding: 16px;
  }
}

.p-group__button {
  display: flex;
  justify-content: flex-end;
}



.p-news {
  background: #F1F1F4;
}

.p-news__list {
  padding: 32px;
  border-radius: 16px;
  background: #fff;
}
@media (max-width: 768px) {
  .p-news__list {
    width: 100%;
    padding: 16px;
  }
}

.p-news__button {
  display: flex;
  justify-content: flex-end;
}

.p-hint__grid {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-hint__grid {
    flex-direction: column;
    gap: 18px;
  }
}
.p-hint__grid > img {
  flex: 1;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 560/385;
}
@media (max-width: 768px) {
  .p-hint__grid > img {
    flex-direction: column;
    aspect-ratio: 343/192;
  }
}

.p-hint__content {
  width: 40%;
  padding-block: 16px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .p-hint__content {
    width: 100%;
    gap: 24px;
    padding: 0;
  }
}
.p-hint__img img{
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-hint__img img{
    aspect-ratio: 343/192;
  }
}
.p-hint__content > .c-gradation-button{
  font-size: 18px;
}

.p-hint__content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
@media (max-width: 768px) {
  .p-hint__content-box {
    gap: 8px;
  }
}

.p-hint__title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .p-hint__title {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.p-hint__text {
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-hint__text {
    font-size: 14px;
  }
}

.p-guide {
  background: #fff;
}
@media (max-width: 768px) {
  .p-guide {
    padding-block: 40px 56px;
  }
  .p-guide .c-section-title {
    margin-bottom: 40px;
  }
}

.p-guide__grid {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-guide__grid {
    gap: 12px;
  }
}
.p-guide__grid > .c-sns-item {
  flex: 1;
}
.p-guide__grid > .c-sns-item *{
  transition: opacity .3s ease;
}
.p-guide__grid > .c-sns-item:hover * {
  opacity: .5;
}

.p-follow-button {
  position: fixed;
  right: 0;
  bottom: 0;
  border-radius: 8px 0 0 0;
  background: rgba(65, 65, 65, 0.5);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .p-follow-button {
    padding: 6px 16px;
    width: 100%;
    border-radius: 0;
  }
  .p-follow-button__wrap{
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}

.p-follow-button__text {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 768px) {
 .p-follow-button__text {
  display: none;
 }
}

.p-follow-button__wrap {
  min-width: 259px;
  border-radius: 100vmax;
  background: #fff;
}

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

.is-md-show {
  display: none;
}
@media (max-width: 768px) {
  .is-md-show {
    display: block;
  }
}

.is-md-grid {
    display: none;
  }
  @media (max-width: 768px) {
    .is-md-grid {
      display: grid block;
    }
  }

@media (max-width: 768px) {
  .is-md-hide {
    display: none;
  }
}





/* 2025/06/06 追加 */
.detail{
  padding:80px 0 70px;
  background-color:#fff;
}
.detail__grid{
  display:grid;
  grid-template-columns:100%;
  gap:60px 0;
  padding-top:30px;
}
.detail__subttl{
  display:grid;
  height:40px;
  background-color: #1A56DB;
  font-size:18px;
  font-weight:bold;color:#fff;
  place-content:center}.detail__table{width:100%;
  margin-top:2px;
}
.detail__table th,.detail__table td{
  padding:24px 0;
  border-bottom:1px solid #BFDBFE;
}
.detail__table th{
  width:78px;
  color: #1A56DB;
  text-align:left;
  line-height:1.2222222222;
}
.detail__table td small{
  font-size:1em;
}
.detail__address{
  display:flex;
  align-items:center;
}
.detail__address dt{
  display:grid;
  border:1px solid #1A56DB;
  font-weight:bold;
  color: #1A56DB;
  place-content:center;
}
.detail__address dd{
  line-height:1.4;
}
.detail__address dd b{
  font-size:1.3333333333em;
  color: #1A56DB;
}
.detail__map{
  padding-top:15px;
}
.detail__map iframe{
  height:339px;
  width: 100%;
}
@media(min-width: 768px){
  .detail{
    padding:80px 0 100px;
  }
  .detail__grid{
    grid-template-columns:100%;
    gap:30px 20px;
    padding-top:38px;
  }
  .detail__subttl{
    height:50px;
    font-size:24px;
  }
  .detail__table{
    width:100%;
    margin-top:5px;
  }
  .detail__table th,.detail__table td{
    padding:13px 0;
  }
  .detail__table th{
    width:95px;
    font-weight:bold;
  }
  .detail__table td{
    font: weight 500px;
  }
  .detail__table td small{
    font-size:.7777777778em;
  }
  .detail__address{
    gap:0 20px;
    padding-top:21px;
  }
  .detail__address dt{
    width:119px;
    height:58px;
  }
  .detail__map{
    padding-top:20px;
  }
  .detail__map iframe{
    height:508px;
  }
}
@media(min-width: 900px){
  .detail__grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width: 767.98px){
  .detail__table th,.detail__table td{
    font-size:14px;
    line-height:1.2857142857;
    vertical-align:middle;
  }
  .detail__address{
    gap:0 10px;
    margin-top:18px;
  }
  .detail__address dt{
    flex:0 0 78px;
    width:78px;
    height:38px;
    font-size:14px;
    font-weight:bold;
  }
  .detail__address dd{
    font-size:14px;
  }
  .detail__address dd b{
    font-size:18px;
  }
}

.c-h2-hgrp{
  display:flex;
  flex-wrap:wrap;
}
.c-h2-hgrp__ttl{
  order:1;
  flex:0 0 100%;
  font-size:36px;
  font-weight:bold;
  text-align:center;
}
.c-h2-hgrp__en{
  order:2;
  flex:0 0 100%;
  font-family:var(--font-family-latin);
  font-size:24px;
  font-weight:bold;
  text-align:center;
  line-height:1;
}
.c-h2-hgrp__en span{
  color: #1A56DB;
}
@media(min-width: 768px){
  .c-h2-hgrp__ttl{
    font-size:50px;
  }
  .c-h2-hgrp__ttl:is(.--align-left *){
    text-align:left;
  }
  .c-h2-hgrp__en{
    translate:-3px -8px;font-size:30px;
  }
  .c-h2-hgrp__en:is(.--align-left *){
    text-align:left;
  }
}
@media(max-width: 767.98px){
  .c-h2-hgrp__ttl{
    letter-spacing:0;
    line-height:1.1111111111;
    translate:0 -7px;
  }
}

.l-inner{
  margin-inline:auto;
  --section-gutter: var(--gutter);
}
.l-inner{
  width:min(100% - var(--section-gutter)*2,var(--inner-base));
}
.--nogutter:is(*.l-inner){
  --section-gutter: 0px;
}
@media(min-width: 768px){
  .--nogutter-pc:is(*.l-inner){
    --section-gutter: 0px;
  }
}
@media(max-width: 767.98px){
  .--nogutter-mobile:is(*.l-inner){
    --section-gutter: 0px;
  }
}




@media (max-width: 1080px){
  .p-flow .l-inner{
    overflow: hidden;
  }
}

.p-flow__box{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  transition: transform 0.3s ease;
}
@media (max-width: 1080px){
  .p-flow__box{
    zoom: 80%;
    justify-content: center;
  }
}
@media (max-width: 880px){
  .p-flow__box{
    zoom: 65%;
  }
}
@media (max-width: 768px){
  .p-flow__box{
    zoom: 1;
  }
}

.p-flow__parts{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 768px){
  .p-flow__parts{
    justify-content: space-between;
  }
}

.p-flow__parts1{
  width: 380px;
}

@media (max-width: 768px){
  .p-flow__parts1{
    width: 100%;
  }
}

.p-flow__parts2{
  width: 350px;
  margin: 0 40px 0 35px;
}

@media (max-width: 768px){
  .p-flow__parts2{
    width: 100%;
    margin: 12px 0 0 0;
  }
}

.p-flow__parts3{
  width: 190px;
}

@media (max-width: 768px){
  .p-flow__parts3{
    width: 100%;
    margin: 12px 0 0 0;
  }
}

@media (max-width: 768px){
  .p-flow_schedule__box{
    width: 94%;
  }
  .p-flow__parts1 .p-flow_schedule__box{
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 500px){
  .p-flow_schedule__box{
    width: 90%;
  }
}

.p-flow__parts .p-flow_schedule__box:before{
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  filter: blur(100px);
}
@media (max-width: 768px){
  .p-flow__parts .p-flow_schedule__box:before{
    display: none;
  }
}

.p-flow__parts1 .p-flow_schedule__box:before{
  background: #3295FF;
  width: 250px;
  height: 170px;
  top: 40%;
}

.p-flow__parts2 .p-flow_schedule__box:before{
  background: #FF7272;
  width: 380px;
  height: 70px;
  top: 42%;
}

.p-flow__parts3 .p-flow_schedule__box:before{
  background: #BE9500;
  width: 180px;
  height: 120px;
  top: 45%;
}



.p-flow_schedule{
  background: #fff;
  padding: 10px 10px 10px 30px;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  position: relative;
}

@media (max-width: 768px){
  .p-flow_schedule{
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin-top: 5px;
    display: flex;
    align-items: stretch;
  }
}

.p-flow__parts1 .p-flow_schedule{
  width: 280px;
}

@media (max-width: 768px){
  .p-flow__parts1 .p-flow_schedule{
    width: 100%;
  }
}

.p-flow__parts1 .p-flow_schedule:nth-of-type(1){
  margin-left: 100px;
}
@media (max-width: 768px){
  .p-flow__parts1 .p-flow_schedule:nth-of-type(1){
    order: 3;
  }
}

.p-flow__parts1 .p-flow_schedule:nth-of-type(2){
  margin-left: 75px;
}
@media (max-width: 768px){
  .p-flow__parts1 .p-flow_schedule:nth-of-type(2){
    order: 2;
  }
}

.p-flow__parts1 .p-flow_schedule:nth-of-type(3){
  margin-left: 50px;
}
@media (max-width: 768px){
  .p-flow__parts1 .p-flow_schedule:nth-of-type(3){
    order: 1;
  }
}

.p-flow__parts1 .p-flow_schedule:nth-of-type(4){
  margin-left: 20px;
}
@media (max-width: 768px){
  .p-flow__parts1 .p-flow_schedule:nth-of-type(4){
    order: 0;
    margin-top: 0;
  }
}

@media (max-width: 768px){
  .p-flow__parts1 .p-flow_schedule:nth-of-type(1),.p-flow__parts1 .p-flow_schedule:nth-of-type(2),.p-flow__parts1 .p-flow_schedule:nth-of-type(3),.p-flow__parts1 .p-flow_schedule:nth-of-type(4){
    margin-left: 0;
  }
}

.p-flow_schedule:nth-of-type(1){
    margin-top: 0;
  }
@media (max-width: 768px){
  .p-flow_schedule:nth-of-type(1){
    margin-top: 5px;
  }
}

.p-flow__parts2 .p-flow_schedule__box{
  align-self: center;
}

.p-flow__parts2 .p-flow_schedule{
  width: 350px;
  padding: 25px 10px 25px 30px;
  margin-top: 80px;
  border: 1px solid #F2897C;
  border-radius: 15px;
  background: url(/assets/img/flow-bg.jpg) top center / contain;
}

@media (max-width: 768px){
  .p-flow__parts2 .p-flow_schedule{
    width: 100%;
    padding: 0;
    margin-top: 0;
    border: none;
    border-radius: 0;
    background: transparent;
  }
}

.p-flow__parts3 .p-flow_schedule__box{
  align-self: center;
}
@media (max-width: 768px){
  .p-flow__parts3 .p-flow_schedule__box{
  align-self: stretch;
}
}

.p-flow__parts3 .p-flow_schedule{
  width: 185px;
  margin-top: 95px;
}
@media (max-width: 768px){
  .p-flow__parts3 .p-flow_schedule{
    width: 100%;
    margin-top: 0;
  }
}

.p-flow__content h3{
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 768px){
  .p-flow__content h3{
    width: 100%;
    font-size: 16px;
    margin-bottom: 8px;
  }

}

.p-flow__content p{
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px){
  .p-flow__content p{
    width: 100%;
    font-size: 14px;
  }
}

.p-flow__date{
  width: 50px;
  height: 50px;
  position: absolute;
  top: -5px;
  left: -25px;
  border-radius: 50%;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, "Segoe UI", sans-serif;
}

@media (max-width: 768px){
  .p-flow__date{
    position: inherit;
    top: 0;
    left: 0;
    border-radius: 0;
    width: 44px;
    border-radius: 5px 0 0 5px;
    align-self: stretch;
    padding: 9% 0;
  }

  .p-flow__content{
    width: calc(100% - 44px);
    background: #fff;
    margin-left: 2px;
    border-radius: 0 5px 5px 0;
    padding: 12px 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }

  .p-flow__parts2 .p-flow__content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(/assets/img/flow-bg-sp.jpg) top left / contain;
    border: 1px solid #F2897C;
    border-left: none;
    margin-left: 0;
  }
}

@media (max-width: 500px){
  .p-flow__date{
    padding: 13% 0;
  }
}

.p-flow__date p{
  margin-top: 4px;
}

.p-flow_day{
  font-size: 12px;
}

.p-flow__parts1 .p-flow__date1-1{
  background: #3165D6;
}

.p-flow__parts1 .p-flow__date1-2{
  background: #4B80F3;
}

.p-flow__parts1 .p-flow__date1-3{
  background: #5398FF;
}

.p-flow__parts1 .p-flow__date1-4{
  background: #7FB9FB;
}


.p-flow__parts2 .p-flow__date{
  background: #F2897C;
  width: 65px;
  height: 65px;
  top: -15px;
}
.p-flow_schedule .sp-only{
    display: none;
  }
@media (max-width: 768px){
  .p-flow_schedule .pc-only{
    display: none;
  }
  .p-flow_schedule .sp-only{
    display: block;
  }
  .p-flow__parts2 .p-flow__date{
    width: 44px;
    height: auto;
    top: 0;
    padding: 3% 0;
  }
}

.p-flow__parts2 .p-flow__date2{
  left: 45px;
}

.p-flow__parts3 .p-flow__date{
  background: #1A56DB;
}


.p-flow__parts2 .p-flow__content h3{
  text-align: center;
  color: #EF6655;
  font-size: 24px;
}
@media (max-width: 768px){
  .p-flow__parts2 .p-flow__content h3{
    text-align: left;
    font-size: 16px;
  }
}

.p-flow__parts2 .p-flow__content p{
  text-align: center;
}
@media (max-width: 768px){
  .p-flow__parts2 .p-flow__content p{
    text-align: left;
  }
}



.p-flow__parts picture{
  align-self: flex-end;
  margin-top: 40px;
}

@media (max-width: 768px){
  .p-flow__parts picture{
    width: 3.7%;
    height: 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
  }

  .p-flow__parts picture img{
    margin-top: 0;
    width: 100%;
    margin-left: 0;
  }

  .p-flow__parts1 picture{
    align-items: flex-start;
  }
}

@media (max-width: 500px){
  .p-flow__parts picture{
    width: 5%;
  }
}

@media (max-width: 400px){
  .p-flow__parts picture{
    width: 5%;
  }
}


/* 2025/06/06 追加 ここまで*/





/* 下層ページ */
/* ****************************************************** */
.p-under-page-fv {
  background-color: #F8F8FB;
}
.p-page-preparation-detail .c-section-title{
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .p-page-preparation-detail .c-section-title{
    margin-bottom: 40px;
  }
}
.p-under-page-fv__content {
  max-width: 700px;
  margin-inline: auto;
  padding: 64px 16px 80px;
}
@media (max-width: 768px) {
  .p-under-page-fv__content {
    padding: 40px 16px;
  }
}
.p-under-page-fv__description {
  font-size: 14px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-under-page-fv__description {
    margin-top: 24px;
  }
}

.p-under-page-breadcrumb {
  color: #626262;
  font-size: 14px;
  padding: 8px 32px;
}
@media (max-width: 768px) {
  .p-under-page-breadcrumb {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.p-under-page-breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
}
@media (max-width: 768px) {
  .p-under-page-breadcrumb__list {
    gap: 0px 2px;
  }
}
.p-under-page-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-under-page-breadcrumb__item:not(:last-child)::after {
  content: "";
  background: url(../img/breadcrumb-arrow.svg) no-repeat center center / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.p-under-page-breadcrumb__item a {
  text-decoration: underline;
}
.p-under-page-breadcrumb__item a:hover {
  text-decoration: none;
}
.p-under-page-breadcrumb__item span {
  color: #949494;
}

.p-page-preparation-heading {
  font-size: 18px;
  border-bottom: solid 1px #DCDCDC;
  padding-bottom: 4px;
}
@media (max-width: 768px) {
  .p-page-preparation-heading {
    font-size: 16px;
  }
}

.p-page-preparation-article {
  position: relative;
}
.p-page-preparation-article a {
  display: block;
  position: relative;
}
.p-page-preparation-article a::before {
  content: "";
  background: url(../img/movie-play-button.svg) no-repeat center center / contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.p-page-preparation-article figcaption {
  margin-top: 4px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-page-preparation-article figcaption {
    font-size: 14px;
  }
}
.p-page-preparation-article img{
  border-radius: 4px;
}

.p-page-preparation-pickup {
  max-width: 1000px;
  margin-inline: auto;
  padding: 64px 16px;
}
@media (max-width: 768px) {
  .p-page-preparation-pickup {
    padding: 40px 16px;
  }
}
.p-page-preparation-pickup__description {
  font-size: 14px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-page-preparation-pickup__description {
    margin-top: 24px;
  }
}

.p-page-preparation-pickup__movie {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .p-page-preparation-pickup__movie {
    margin-top: 40px;
    gap: 16px;
  }
}

.p-page-preparation-movie-list {
  max-width: 1000px;
  margin-inline: auto;
  padding: 0 16px 80px;
}
@media (max-width: 768px) {
  .p-page-preparation-movie-list {
    padding: 0 16px 40px;
  }
}
.p-page-preparation-movie-list__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
  margin-top: 24px;
}
@media (max-width: 640px) {
  .p-page-preparation-movie-list__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 16px;
  }
}

.p-page-preparation-movie-list__back-button {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .p-page-preparation-movie-list__back-button {
    margin-top: 40px;
  }
}

.p-page-preparation-detail {
  padding: 72px 16px 88px;
  max-width: 1032px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-page-preparation-detail {
    padding: 40px 16px;
  }
}
.p-page-preparation-detail__movie video {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.p-page-preparation-detail__back-button {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .p-page-preparation-detail__back-button {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=style.css.map*/



/* 20250605追加 */
.br-sp {
    display: none;
}

.br-pc {
	display: block;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
	
	.br-pc {
        display: none;
    }
}



.trainer-sp {
    display: none;
}

.trainer-pc {
	display: block;
}


@media (max-width: 960px) {
    .trainer-sp {
        display: block;
    }
	
	.trainer-pc {
        display: none;
    }
}




.cv-button {
  padding: 11px 8px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #f2897c;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 8px rgba(181, 36, 18, 0.4);
  box-shadow: 0 3px 8px rgba(181, 36, 18, 0.4);
}

@media (max-width: 768px) {
  .cv-button {
    padding: 12px 8px;
    font-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cv-button {
    -webkit-transition: opacity 0.4s, -webkit-box-shadow 0.4s;
    transition: opacity 0.4s, -webkit-box-shadow 0.4s;
    transition: opacity 0.4s, box-shadow 0.4s;
    transition: opacity 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
  }
  .cv-button:hover {
    -webkit-box-shadow: 0 3px 8px rgba(181, 36, 18, 0.1);
    box-shadow: 0 3px 8px rgba(181, 36, 18, 0.1);
    opacity: 0.9;
  }
}
.cv-button._primary {
  background-color: #9dd63b;
  -webkit-box-shadow: 0 3px 8px hsla(47, 82%, 39%, 0.4);
  box-shadow: 0 3px 8px hsla(47, 82%, 39%, 0.4);
}

.cv-button._primary:hover {
  -webkit-box-shadow: 0 3px 8px hsla(47, 82%, 39%, 0.1);
  box-shadow: 0 3px 8px hsla(47, 82%, 39%, 0.1);
}

.cv-button._lerge {
  padding: 0.75em 1.5em;
  font-size: 20px;
}

@media (max-width: 768px) {
  .cv-button._lerge {
    font-size: 16px;
  }
}
.cv-button._has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cv-button._has-icon img {
  width: 1.2em;
}


/* 20250613追加 */

.faq-box__question {
    min-height: 60px;
    color: #fff;
    position: relative;
    background: #1A56DB;
    display: flex;
    align-items: stretch;
    line-height: 1.66;
    padding-right: 96px;
}


/* 20250617追加 */

.c-faq-button {
  display: flex;
  align-items: center;
  gap: 19px;
  background:
    linear-gradient(132.02deg, rgba(219, 234, 254, 0.2) 21.83%, rgba(191, 219, 254, 0.15) 75.59%, rgba(26, 86, 219, 0.1) 101.9%), linear-gradient(45deg, rgba(255, 255, 255, 1));
  border: solid 1px #1A56DB;
  border-radius: 100vmax;
  padding: 8px 9px;
  padding-right: 38px;
}
.c-faq-button img {
  width: 24px;
  height: 24px;
	transform: rotate(-0.25turn);
}
.c-faq-button span {
  color: #1A56DB;
  font-size: 18px;
  font-weight: 600;
}

.p-page-faq-list {
  max-width: 1000px;
  margin-inline: auto;
  padding: 0 16px 80px;
}
@media (max-width: 768px) {
  .p-page-faq-list {
    padding: 0 5px 40px;
  }
}
.p-page-faq-list__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
  margin-top: 24px;
}
@media (max-width: 640px) {
  .p-page-faq-list__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 16px;
  }
}

.p-page-faq-list__back-button {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .p-page-faq-list__back-button {
    margin-top: 40px;
  }
}

/* 20250618追加 */

@media(max-width: 1024px) {
	    .l-header__imgbtns {
        display: grid;
        position: relative;
        grid-template-columns: 40px 40px;
        gap: 0 10px;
        padding-top: 18px;
        margin-left: 20px
    }
	
	    .l-header__imgbtns::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        translate: -50% 0;
        width: 110px;
        aspect-ratio: 252/32;
        background: url("../img/hdr-txt.webp") no-repeat center top/contain
    }
	
    .l-header__imgbtns img {
        width: 100%;
		height: auto;
		vertical-align: middle;
    }
}

@media(min-width: 1024px) {
    .l-header__imgbtns {
        display: grid;
        position: relative;
        grid-template-columns: 40px 40px;
        gap: 0 10px;
        padding-top: 18px;
        margin-left: 20px
    }

    .l-header__imgbtns::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        translate: -50% 0;
        width: 110px;
        aspect-ratio: 252/32;
        background: url("../img/hdr-txt.webp") no-repeat center top/contain
    }

    .l-header__imgbtn {
        flex: 0 0 50px
    }

}

@media(min-width: 1280px) {
    .l-header__imgbtns {
        grid-template-columns:50px 50px;
        padding-top: 22px;
        margin-left: 40px;
        background-size: 125px auto
    }

    .l-header__imgbtns::before {
        width: 125px
    }

    .l-header__imgbtn {
        flex: 0 0 60px
    }

}

.l-header__inner {
    display: flex;
    align-items: center;
    height: var(--header-height);
    max-width: 800px;
    margin-inline:auto}

@media (max-width: 960px) {
.l-header__inner {
    display: flex;
    align-items: center;
    height: var(--header-height);
    max-width: 70%;
    margin-inline:auto}
}

@media (max-width: 780px) {
.l-header__inner {
    display: flex;
    align-items: center;
    height: var(--header-height);
    max-width: 100%;
    margin-inline:auto}
}



/* 下層ページ カテゴリナビ */
/* ****************************************************** */
:root{
  --tab-item-bg: rgba(65, 125, 254, .1);
  --tab-item-bg-hover: rgba(65, 125, 254, .2);
  --tab-menu-shadow: rgba(13, 35, 82, .15);
  --tab-item-current: #417DFE;
}
.c-tab-menu{
  overflow: hidden;
  height: 73px;
  box-shadow: 0 4px 12px var(--tab-menu-shadow);
  border-radius: 8px;
  background: #fff;
  padding: 12px 12px 12px 0;
}
@media (max-width: 768px) {
  .c-tab-menu {
    width: fit-content;
    max-width: calc(100% - 32px);
    position: relative;
    padding: 12px 12px 12px 0;
    margin-inline: auto;
  }
  .c-tab-menu::before {
    position: absolute;
    content: "";
    top: 0;
    right: 10px;
    width: 27px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    z-index: 10;
  }
	.c-tab-menu__nav{
  padding-left: 12px;
  height: 100px;
  overflow: scroll;
}
}

.c-tab-menu__list{
  display: flex;
  gap: 12px;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .c-tab-menu__list {
    gap: 8px;
  }
}
.c-tab-menu__item{
  flex-shrink: 0;
}
.c-tab-menu__item > *{
  border-radius: 4px;
  padding: 9px 24px;
  background: linear-gradient(to right, #F8FAFF, #EEF2FF);
  color: #1A56DB;
  font-size: 18px;
  display: grid;
  place-items: center;
 border: solid 1px #1A56DB;
  font-weight: 600;
  transition: background-color .3s;
}
@media screen and (max-width: 768px) {
  .c-tab-menu__item > * {
    padding: 11px 16px;
    font-size: 16px;
  }
}
.c-tab-menu__item--white > *{
  background: #fff;
}
.c-tab-menu__item:hover > *{
  background: var(--tab-item-bg-hover);
}
.c-tab-menu__item > *.is-current{
  background: var(--tab-item-current);
  color: #fff;
}

[data-tab-target].hidden{
  display: none;
}

/* 特別なご案内ページ */
/* ****************************************************** */
.p-special-information-page-fv {
  background-color: #F8F8FB;
}
.p-special-information-page-fv__content {
  max-width: 700px;
  margin-inline: auto;
  padding: 64px 16px 208px;
}
@media (max-width: 768px) {
  .p-special-information-page-fv__content {
    padding: 40px 16px 136px 16px;
  }
}
.p-special-information-page-fv__description {
  font-size: 14px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-special-information-page-fv__description {
    margin-top: 0;
    line-height: 1.4;
  }
}

.p-special-information-page-breadcrumb {
  color: #626262;
  font-size: 14px;
  padding: 8px 32px;
}
@media (max-width: 768px) {
  .p-special-information-page-breadcrumb {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.p-special-information-page-breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
}
@media (max-width: 768px) {
  .p-special-information-page-breadcrumb__list {
    gap: 0px 2px;
  }
}
.p-special-information-page-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-special-information-page-breadcrumb__item:not(:last-child)::after {
  content: "";
  background: url(../img/breadcrumb-arrow.svg) no-repeat center center / contain;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.p-special-information-page-breadcrumb__item a {
  text-decoration: underline;
}
.p-special-information-page-breadcrumb__item a:hover {
  text-decoration: none;
}
.p-special-information-page-breadcrumb__item span {
  color: #949494;
}

.p-special-information-page-tab-scrollable{
  margin-top: -160px;
}
@media (max-width: 768px) {
  .p-special-information-page-tab-scrollable {
    margin-top: 0;
  }
}
.p-special-information-page-tab{
  position: sticky;
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 88px;
  top: 110px;
  z-index: 9999;
  overflow: hidden;
  background: #F8F8FB;
  border-radius: 8px;
  z-index: 1;
}
@media (max-width: 1000px) {
  .p-special-information-page-tab {
    top: 137px;
  }
}
@media (max-width: 768px) {
  .p-special-information-page-tab {
    width: 100%;
    top: 0;
    margin: -30px auto 0;
    padding-bottom: 40px;
    position: relative;
  }
}

.p-special-information-page-bottom-tab{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  background: rgba(65, 65, 65, .5);
  z-index: 9999;
}
@media (max-width: 768px) {
  .p-special-information-page-bottom-tab{
    display: block;
  }
}
.p-special-information-page-bottom-tab__inner {
  position: relative;
}
.p-special-information-page-bottom-tab__inner::before {
  position: absolute;
  content: "";
  top: 0;
  width: 27px;
  height: 100%;
  z-index: 10;
  right: -1px;
  opacity: .5;
  background: linear-gradient(to right, rgba(65, 65, 65, 0), rgba(65, 65, 65, 1));
}
.p-special-information-page-bottom-tab > .p-special-information-page-bottom-tab__inner >.c-tab-menu {
  max-width: 100%;
  border-radius: 0;
  background: transparent;
  padding-right: 0;
  box-shadow: none;
}
.p-special-information-page-bottom-tab > .p-special-information-page-bottom-tab__inner > .c-tab-menu::before {
  display: none;
}
.p-special-information-page-bottom-tab > .p-special-information-page-bottom-tab__inner > .c-tab-menu > .c-tab-menu__nav {
  padding-left: 12px;
}
.p-special-information-page-bottom-tab > .p-special-information-page-bottom-tab__inner > .c-tab-menu > .c-tab-menu__nav > .c-tab-menu__list::after {
  content: '';
  width: 1px;
  height: 1px;
  display: block;
  flex-shrink: 0;
}

/* 特別なご案内 各セクション */
.p-special-information-page-body{
  box-sizing: initial;
  max-inline-size: 1000px;
  margin-inline: auto;
  padding-inline: 16px;
  margin-bottom: 88px;
}
@media (max-width: 768px) {
  .p-special-information-page-body{
    margin-bottom: 48px;
  }
}
.p-special-information-page-section{
  padding-block: 72px 0;
}
@media (max-width: 768px) {
  .p-special-information-page-section{
    padding-block: 54px 0 32px;
  }
}
.p-special-information-page-section:first-child{
  padding-block: 80px 0;
}
@media (max-width: 768px) {
  .p-special-information-page-section:first-child{
    padding-block: 40px 0;
  }
}
.p-special-information-page-section[hidden="until-found"]{
  margin: 0!important;
  padding: 0!important;
}
.p-special-information-page-section__heading{
  font-size: 30px;
  border-bottom: double 3px #DCDCDC;
  padding-bottom: 4px;
	padding-top: 30px;
}
@media (max-width: 480px) {
.p-special-information-page-section__heading{
	padding-top: -40px;
}
}
@media (max-width: 768px) {
  .p-special-information-page-section__heading{
    font-size: 25px;
	 color: #417DFE;
  }
}
.p-special-information-page-section__heading + .p-special-information-page-list{
  margin-top: 26px;
}
@media (max-width: 768px) {
  .p-special-information-page-section__heading + .p-special-information-page-list{
    margin-top: 18px;
}
}

.p-special-information-page-pickup{
  display: flex;
  gap: 64px;
  margin-top: 26px;
}
@media (max-width: 768px) {
  .p-special-information-page-pickup{
    flex-direction: column;
    gap: 0;
    margin-top: 14px;
  }
}
.p-special-information-page-pickup > img{
  width: calc(50% - 32px);
  flex-shrink: 0;
  object-fit: contain;
  aspect-ratio: 468 / 264;
}
@media (max-width: 768px) {
  .p-special-information-page-pickup > img{
    width: 100%;
    aspect-ratio: 343 / 192;
  }
}
.p-special-information-page-pickup__content{
  display: flex;
  flex-direction: column;
  width: calc(50% - 32px);
  gap: 16px;
}
@media (max-width: 768px) {
  .p-special-information-page-pickup__content{
    width: 100%;
    padding-block: 0;
    gap: 0;
  }
}
.p-special-information-page-pickup__info{
  padding-block: 14px;
  flex: 1;
}
@media (max-width: 768px) {
  .p-special-information-page-pickup__info{
    padding-block: 12px 18px;
  }
}
.p-special-information-page-pickup__title{
  font-size: 18px;
  font-weight: 600;
  color: #414141;
}
@media (max-width: 768px) {
  .p-special-information-page-pickup__title{
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-special-information-page-pickup__description{
    font-size: 14px;
    margin-top: 6px;
  }
}
.p-special-information-page-pickup__date,
.p-special-information-page-pickup__venue{
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-special-information-page-pickup__date {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .p-special-information-page-pickup__date {
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .p-special-information-page-pickup__venue{
    align-items: flex-start;
  }
}
.p-special-information-page-pickup__date +.p-special-information-page-pickup__venue{
  margin-top: 12px;
}
@media (max-width: 768px) {
  .p-special-information-page-pickup__date +.p-special-information-page-pickup__venue{
    margin-top: 6px;
  }
}
.p-special-information-page-pickup__date > dt,
.p-special-information-page-pickup__venue > dt{
  flex-shrink: 0;
  width: 88px;
  display: grid;
  place-content: center;
  font-weight: 600;
  color: #414141;
  background-color: #F1F1F4;
  padding-block: 8px;
}
@media (max-width: 768px) {
  .p-special-information-page-pickup__date > dt,
  .p-special-information-page-pickup__venue > dt{
    font-size: 14px;
    width: 72px;
    padding-block: 1px;
  }
}
.p-special-information-page-pickup__date > dd{
  color: #414141;
}
.p-special-information-page-pickup__venue > dd{
  color: #414141;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .p-special-information-page-pickup__date > dd,
  .p-special-information-page-pickup__venue > dd{
    font-size: 14px;
  }
  .p-special-information-page-pickup__venue > dd{
    margin-top: 4px;
  }
}
.p-special-information-page-pickup__venue > dd > span{
  color: #414141;
  font-weight: 500;
  font-size: 18px;
  display: block;
}
@media (max-width: 768px) {
  .p-special-information-page-pickup__venue > dd > span{
    font-size: 14px;
    font-weight: 400;
  }
}

.p-special-information-page-basic-pickup{
  display: flex;
  gap: 64px;
  margin-top: 26px;
}
@media (max-width: 768px) {
  .p-special-information-page-basic-pickup{
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 16px;
  }
}
.p-special-information-page-basic-pickup > img{
  width: calc(50% - 32px);
  object-fit: contain;
  aspect-ratio: 468 / 264;
}
@media (max-width: 768px) {
  .p-special-information-page-basic-pickup > img{
    width: 100%;
    aspect-ratio: 343 / 192;
  }
}
.p-special-information-page-basic-pickup__content{
  display: flex;
  flex-direction: column;
  width: calc(50% - 32px);
  gap: 16px;
}
@media (max-width: 768px) {
  .p-special-information-page-basic-pickup__content{
    width: 100%;
    padding-block: 0;
    gap: 0;
  }
}
.p-special-information-page-basic-pickup__info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-special-information-page-basic-pickup__info{
    gap: 0;
    padding-block: 12px 18px;
  }
}
.p-special-information-page-basic-pickup__title{
  font-size: 18px;
  font-weight: 600;
  color: #414141;
}
@media (max-width: 768px) {
  .p-special-information-page-basic-pickup__title{
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-special-information-page-basic-pickup__description{
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.4;
  }
}

/* 特別なご案内 各セクション ボタン */
/* ****************************************************** */
.p-special-information-page__primary-button {
  display: flex;
}
@media (max-width: 768px) {
  .p-special-information-page__primary-button {
    order: 3;
	margin: 10px 0 20px;
  }
  .p-special-information-page__primary-button + .p-special-information-page__secondary-button {
    order: 2;
    margin-bottom: 12px;
  }
}
.p-special-information-page__primary-button .c-primary-button,
.p-special-information-page__secondary-button .c-secondary-button{
  width: 100%;
}
.p-special-information-page-list{
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-special-information-page-list{
    margin-top: 24px;
  }
}
.p-special-information-page-list__title{
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 18px;
}
@media (max-width: 768px) {
  .p-special-information-page-list__title{
    font-size: 16px;
  }
}
.p-special-information-page-list__title::before{
  content: '';
  position: absolute;
  background: #417DFE;
  border-radius: 100vmax;
  width: 14px;
  height: 14px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.p-special-information-page-list__list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 12px;
  gap: 32px;
}
@media (max-width: 768px) {
  .p-special-information-page-list__list{
    grid-template-columns: repeat(2, 1fr);
    margin-top: 8px;
  }
}
@media (max-width: 640px) {
  .p-special-information-page-list__list{
    grid-template-columns: 1fr;
  }
}
.p-special-information-page-list__item{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-special-information-page-list__item > img{
  width: 100%;
  aspect-ratio: 312 / 175;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-special-information-page-list__item{
    gap: 0;
  }
  .p-special-information-page-list__item > img{
    order: 0;
    aspect-ratio: 343 / 192;
  }
}
.p-special-information-page-list__item-title{
  font-size: 16px;
  font-weight: 600;
  color: #414141;
}
@media (max-width: 768px) {
  .p-special-information-page-list__item-title{
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-special-information-page-list__item-heading{
    padding-block: 12px;
    order: 1;
  }
}
.p-special-information-page-list__item-description{
  font-size: 14px;
  line-height: 1.25;
  color: #414141;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .p-special-information-page-list__item-description{
    margin-top: 6px;
    order: 2;
  }
}
.p-special-information-page__back-button {
  display: flex;
  justify-content: center;
  margin-bottom: 88px;
}
@media (max-width: 768px) {
  .p-special-information-page__back-button {
    margin-bottom: 40px;
  }
}


/***20250726に追加 / 202607リニューアル**/

/* ========================================
   背景システム全体
   【2026-06 リニューアル】キービジュアルに合わせた
   白〜ライトグレーベース × ロイヤルブルーアクセント
======================================== */

/* 背景を載せる土台 */
.t2slp_bg {
  position: relative;
  overflow: visible;
}

/* ── レイヤー1: ベースグラデーション ──
   変更前: ダークネイビー〜パープルの宇宙的な暗い背景
   変更後: キービジュアルに合わせた白〜ライトグレーの明るい背景
   コンテンツ可読性を最優先し、明度L90以上を確保する */
.t2slp_bg .bg-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -10;
  /* 白(左上)→ライトグレー(中央)→ライトブルーグレー(右下)の穏やかなグラデーション */
  background:
    radial-gradient(ellipse 70% 50% at 75% 60%, rgba(219, 234, 254, 0.5) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(224, 231, 255, 0.35) 0%, transparent 55%),
    linear-gradient(160deg, #FFFFFF 0%, #F0F4FA 50%, #E8EEF8 100%);
}

/* ── レイヤー2: 建築設計図風グリッドライン ──
   変更前: 青紫系（SF宇宙感）の高彩度グリッドライン
   変更後: 薄いグレー系のグリッドライン（キービジュアルの設計図・ブループリントモチーフ）
   水平・垂直ラインで「知性・精密・構造美」を表現する */
.t2slp_bg .bg-layer::before {
  content: '';
  position: absolute;
  inset: -100%;
  /* T2S感のある斜め構造線：KVの対角バンド・ダイナミックな斜線イメージ */
  background-image:
    /* メイン斜線（T2Sロゴの斜体と同方向・ロイヤルブルー） */
    linear-gradient(
      135deg,
      transparent calc(50% - 0.5px),
      rgba(26, 86, 219, 0.12) calc(50% - 0.5px),
      rgba(26, 86, 219, 0.12) calc(50% + 0.5px),
      transparent calc(50% + 0.5px)
    ),
    /* サブ斜線（細め・薄め） */
    linear-gradient(
      135deg,
      transparent calc(50% - 0.5px),
      rgba(99, 130, 200, 0.07) calc(50% - 0.5px),
      rgba(99, 130, 200, 0.07) calc(50% + 0.5px),
      transparent calc(50% + 0.5px)
    ),
    /* クロス斜線（反対方向・×字の骨格感） */
    linear-gradient(
      45deg,
      transparent calc(50% - 0.5px),
      rgba(26, 86, 219, 0.06) calc(50% - 0.5px),
      rgba(26, 86, 219, 0.06) calc(50% + 0.5px),
      transparent calc(50% + 0.5px)
    );
  background-size: 80px 80px, 40px 40px, 120px 120px;
  animation: gridDrift 50s linear infinite;
}

/* ── レイヤー3: プリズム光アクセント ──
   変更前: SF的な青紫斜線（宇宙感）
   変更後: キービジュアルの虹色プリズム光をモチーフにした
   薄いレインボーグラデーション（opacity極低 = 5〜8%）
   右側エリアに限定配置し、明るいトーンの中に溶け込ませる */
.t2slp_bg .bg-layer::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    /* 右下エリアへのプリズム光（虹色・低彩度） */
    radial-gradient(ellipse 60% 50% at 80% 70%,
      rgba(255, 100, 100, 0.05) 0%,
      rgba(255, 200, 50,  0.05) 20%,
      rgba(50,  220, 100, 0.05) 40%,
      rgba(50,  150, 255, 0.06) 65%,
      rgba(180, 50,  255, 0.04) 85%,
      transparent 100%
    );
  pointer-events: none;
}

/* ── グロー光源（左上・右下） ──
   変更前: 青紫の強いグロー（宇宙的・暗い放射光）
   変更後: ロイヤルブルー系の極めて薄い拡散光
   白背景を維持しつつ、わずかな奥行き感を演出する */
.t2slp_bg::before {
  content: '';
  position: fixed;
  top: -10%;
  left: -5%;
  width: 55vw;
  height: 55vw;
  /* opacity を大幅に下げ、ロイヤルブルーの薄い拡散光に変更 */
  background: radial-gradient(circle, rgba(26, 95, 255, 0.06) 0%, rgba(37, 99, 235, 0.03) 40%, transparent 70%);
  pointer-events: none;
  z-index: -9;
  animation: glowPulse 6s ease-in-out infinite alternate;
}

.t2slp_bg::after {
  content: '';
  position: fixed;
  bottom: 5%;
  right: -5%;
  width: 50vw;
  height: 50vw;
  /* 右下：やや紫寄りの薄い拡散光（T2Sロゴの青→紫グラデーションと連動） */
  background: radial-gradient(circle, rgba(124, 58, 237, 0.05) 0%, rgba(79, 70, 229, 0.03) 40%, transparent 70%);
  pointer-events: none;
  z-index: -9;
  animation: glowPulse 8s ease-in-out infinite alternate-reverse;
}

/* ── パーティクル（T2Sロゴがふわふわ浮かぶ） ── */
.t2slp_bg .bg-particles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -8;
}

/* ── T2Sロゴパーティクルのfilter ──
   変更前: 白背景では飽和・消失するbrightnessとinvert（暗い背景専用の設定）
   変更後: 明るい白背景の上でロゴがはっきり見えるよう調整
   - brightness: 下げてロゴ本来の色を活かす（暗背景用の過剰なbrightnessを廃止）
   - saturate: 色彩をやや強めてロイヤルブルーの鮮やかさを確保
   - invert: 廃止（白背景では不要・むしろ逆効果）
   - drop-shadow: ロイヤルブルーの淡いシャドウで白背景上の視認性を確保 */
.t2slp_bg .bg-particles span {
  position: absolute;
  display: block;
  background-image: url('/t2smypage-202607/assets/img/t2s_logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  /*
   * ロゴをロイヤルブルー〜パープルに着色
   * brightness(0) で一旦真っ黒にしてから色を乗せる手法
   * → ロゴ元の色に関係なく確実に青紫で表示される
   */
  filter:
    /* ライトブルー: 明るく柔らかい青 */
    brightness(0)
    saturate(100%)
    invert(55%)
    sepia(40%)
    saturate(400%)
    hue-rotate(195deg)
    brightness(130%)
    drop-shadow(0 0 8px rgba(100, 160, 255, 0.35));  /* 薄い青グロー */
  animation: particleFade var(--dur, 5s) ease-in-out var(--delay, 0s) infinite;
}

/* ── アニメーション定義 ── */

/* グリッドライン流れアニメーション（変更なし・世界観変更はCSSで対応済み） */
@keyframes gridDrift {
  0%   { transform: rotate(-15deg) scale(1.5) translateY(0); }
  100% { transform: rotate(-15deg) scale(1.5) translateY(60px); }
}

/* グロー光源の脈動アニメーション ──
   変更前: opacityが0.6→1と大きく変化し、暗い背景で宇宙的なドラマを演出
   変更後: 白背景では目立ちすぎないよう変化幅を抑制（0.5→0.85）
   ふわりと息づく程度の控えめな演出に変更 */
@keyframes glowPulse {
  0%   { opacity: 0.5; transform: scale(1); }
  100% { opacity: 0.85; transform: scale(1.1); }
}

/* パーティクルのフェードアニメーション ──
   変更前: 暗い背景用にopacity最大0.7（白背景では濃すぎる）
   変更後: 白背景で自然に見えるよう最大opacity0.45に抑制
   ふわりと浮かんで消えるモーションは維持する */
@keyframes particleFade {
  0%   { opacity: 0;    transform: translateY(0)     scale(1); }
  30%  { opacity: 0.75; }
  70%  { opacity: 0.60; }
  100% { opacity: 0;    transform: translateY(-60px) scale(0.7); }
}

/* 小さな画像ピース（既存機能・無効化） */
.t2slp_bg .bg-item {
  display: none;
}


/***20251112に追加**/

.aw_mb30{
	margin-bottom: 30px;
}


.about__t2smovie {
    max-width: 680px;
    padding-top: 29px;
    margin-inline: auto;
}


@media(max-width: 767.98px){
  .c-acc-btn{
  padding:0 20px
}
}
.c-yt-btn{
  display:flex;
  position:relative;
  justify-content:center;
  align-items:center;
  padding:0
}
.c-yt-btn img{
  position:relative;
  z-index:0
}
.c-yt-btn::before{
  content:"";
  position:absolute;
  z-index:1;
  width:23%;
  aspect-ratio:79/55;
  background:url("../img/icon-youtube.svg") no-repeat center center/contain
}
@media(min-width: 768px){
  .c-yt-btn::before{
  width:12%
}
}

.menu-banner{
	display: block;
  text-decoration: none;
  color: #1A56DB;
  background: transparent;
  border-radius: 999px;
  padding: 0;
  box-shadow: 0 2px 6px rgba(26,86,219,0.08);
  transition: all 0.2s ease;
}

.p-page-faq-list a{
	text-decoration: underline;
	color: #0000ee;
}

.p-page-faq-list a:visited{
	text-decoration: underline;
	color: #551a8b;
}
	