@charset "UTF-8";
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 100%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #000;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-footer {
  width: 100%;
  padding-bottom: 3.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-bottom: 0;
  }
}

.l-footer__top {
  background-color: #EEEEEE;
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .l-footer__top {
    padding: 2rem 0;
  }
}

.l-footer__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-footer__top-inner {
    max-width: calc(118.5rem + 50px);
    gap: 9.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-inline: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .l-footer__top-inner {
    gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-footer__logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1.375rem;
  }
}

.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.3125rem;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    margin-bottom: 0;
  }
}

.l-footer__logo img {
  width: 100%;
  height: auto;
}

.l-footer__name {
  font-size: max(1rem, 12px);
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-footer__name {
    font-size: max(1.25rem, 12px);
    line-height: 1.2;
  }
}

.l-footer__nav {
  margin-left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    width: auto;
  }
}

.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem 2rem;
  }
}

.l-footer__nav-link {
  font-size: max(1rem, 12px);
  font-weight: 300;
  color: #1D50A2;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-link {
    font-size: max(1.125rem, 12px);
  }
}

@media (any-hover: hover) {
  .l-footer__nav-link:hover {
    opacity: 0.7;
  }
}
.l-footer__nav-item {
  text-align: center;
}

.l-footer__bottom {
  background-color: #fff;
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer__copy {
  font-size: max(1rem, 12px);
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #fff;
  z-index: 200;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.375rem;
  height: 100%;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding-left: 2.5rem;
  }
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.125rem;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 8.3125rem;
  }
}

.l-header__logo img {
  width: 100%;
  height: auto;
}

.l-header__name {
  font-size: max(0.875rem, 12px);
  letter-spacing: 0.05em;
  white-space: normal;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .l-header__name {
    font-size: max(1.25rem, 12px);
    white-space: nowrap;
    line-height: unset;
  }
}

.l-inner-small {
  width: 100%;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .l-inner-small {
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

/* セクションタイトル */
.p-about__title {
  font-size: max(1.625rem, 12px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1D50A2;
  text-align: center;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    font-size: max(2.5rem, 12px);
    padding-bottom: 8.75rem;
  }
}

/* 概要エリア */
.p-about__overview {
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__overview {
    margin-bottom: 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__overview-inner {
    max-width: 65.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__overview-content {
    max-width: 56.25rem;
    margin-inline: auto;
  }
}

/* 公安委員会ハガキ通知ボックス */
.p-about__notice-box {
  border: 2px dotted #000;
  padding: 0.5rem 1.25rem;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-about__notice-box {
    padding: 0.375rem 2.5rem;
    margin-bottom: 9.375rem;
  }
}

.p-about__notice-text {
  font-size: max(1.25rem, 12px);
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-about__notice-text {
    font-size: max(1.75rem, 12px);
    letter-spacing: 0.2em;
  }
}

/* 期間タイムライン */
.p-about__period {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-about__period {
    margin-bottom: 3.75rem;
  }
}

.p-about__period-img {
  width: 100%;
  height: auto;
  display: block;
}

/* 対象者 */
.p-about__target-heading {
  font-size: max(1rem, 12px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #1D50A2;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-about__target-heading {
    font-size: max(1.25rem, 12px);
  }
}

.p-about__target-list {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-about__target-list {
    margin-bottom: 9.375rem;
  }
}

.p-about__target-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5rem;
  font-size: max(1rem, 12px);
  font-weight: 300;
  letter-spacing: 0.03em;
  color: #000;
  line-height: 1.75;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__target-item {
    font-size: max(1.25rem, 12px);
    gap: 0.75rem;
    line-height: 2;
    padding-left: 1.75rem;
  }
}

.p-about__target-item::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #1D50A2;
}
@media screen and (min-width: 768px) {
  .p-about__target-item::before {
    top: 0.6875rem;
  }
}

/* ハガキ確認セクション */
.p-about__postcard-section {
  text-align: center;
  margin-bottom: 2.5rem;
}

.p-about__postcard-lead {
  font-size: max(1.125rem, 12px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-about__postcard-lead {
    font-size: max(1.875rem, 12px);
    line-height: 2;
  }
}

.p-about__postcard-note {
  font-size: max(1rem, 12px);
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__postcard-note {
    font-size: max(1.25rem, 12px);
    margin-bottom: 3.125rem;
  }
}

.p-about__postcard-img {
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__postcard-img {
    width: 37.1875rem;
    margin-inline: auto;
  }
}

.p-about__postcard-img img {
  width: 100%;
  height: auto;
}

/* 注意書きボックス */
.p-about__alert-box {
  border: 1px solid #EA4061;
  padding: 0.9375rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-about__alert-box {
    border: 0.125rem solid #EA4061;
    padding: 1.25rem;
  }
}

.p-about__alert-text {
  font-size: max(1rem, 12px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #EA4061;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-about__alert-text {
    font-size: max(1.25rem, 12px);
    line-height: 1.75;
    text-align: center;
  }
}

/* 区分選択 */
.p-about__select-section {
  text-align: center;
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-about__select-section {
    margin-bottom: 2.5rem;
  }
}

.p-about__select-title {
  font-size: max(1.625rem, 12px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5384615385;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-about__select-title {
    font-size: max(2.125rem, 12px);
    line-height: 1.7647058824;
    margin-bottom: 0.125rem;
  }
}

.p-about__select-sub {
  font-size: max(1rem, 12px);
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-about__select-sub {
    font-size: max(1.25rem, 12px);
  }
}

/* タブボタン行 */
.p-about__tabs {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-about__tabs {
    position: sticky;
    top: 3.6875rem;
    z-index: 101;
  }
}

.p-about__tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 0.625rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-about__tabs-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5625rem;
    margin-bottom: 0;
    max-width: 75.125rem;
    margin-inline: auto;
  }
}

.p-about__tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding: 1.375rem 0.625rem 2.125rem;
  border: none;
  cursor: pointer;
  font-size: max(1.25rem, 12px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.2;
  text-align: left;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__tab {
    padding: 1.3125rem 0.625rem;
    font-size: max(1.25rem, 12px);
    text-align: center;
    line-height: 1.4705882353;
    max-height: 6.25rem;
  }
}

.p-about__tab::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  background: url(../images/arrow-tab.svg) no-repeat center center/cover;
  width: 1rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-about__tab::after {
    display: none;
  }
}

@media (any-hover: hover) {
  .p-about__tab:hover {
    opacity: 0.85;
  }
}
.p-about__tab--orange {
  background-color: #F79B09;
}

.p-about__tab--teal {
  background-color: #4FC7BE;
}

.p-about__tab--pink {
  background-color: #F296C4;
}

.p-about__tab--green {
  background-color: #91CE64;
}

.p-about__tab--purple {
  background-color: #C899D9;
}

/* パネル共通 */
.p-about__panel {
  overflow: hidden;
}

.p-about__panel-fold {
  padding: 1.25rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-about__panel-fold {
    padding: 3.75rem 0 0;
  }
}

/* もっと見るラッパー（フェードオーバーレイ付き） */
.p-about__more-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1.125rem 0 1.25rem;
  background-color: rgba(250, 238, 186, .9);
}
@media screen and (min-width: 768px) {
  .p-about__more-wrap {
    padding: 2.5rem 0 5.625rem;
  }
}

/* もっと見るボタン */
.p-about__more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: max(1.125rem, 12px);
  font-weight: 700;
  color: #EA4061;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .p-about__more-btn:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 768px) {
  .p-about__more-btn {
    font-size: max(1.375rem, 12px);
  }
}

.p-about__more-icon {
  display: block;
  font-size: max(1.125rem, 12px);
  line-height: 1;
  color: #1D50A2;
}

/* もっと見るコンテンツ（hidden制御） */
.p-about__more-content[hidden] {
  display: none;
}

/* パネルヘッダー */
.p-about__panel {
  padding-top: 1.875rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-about__panel {
    padding-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
}
.p-about__panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 375/1000;
  z-index: -1;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-about__panel::before {
    aspect-ratio: 1920/1000;
  }
}

.p-about__panel-header {
  padding: 1rem 1rem 0.625rem;
  background-color: #fff;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-about__panel-header {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 1.25rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-about__panel-header:has(.p-about__panel-header-left) {
    display: grid;
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .p-about__panel-header:has(.p-about__panel-header-left) {
    gap: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__panel-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}

.p-about__panel--orange::before {
  background-image: url(../images/tab-back-orange_sp.webp);
}
@media screen and (min-width: 768px) {
  .p-about__panel--orange::before {
    background-image: url(../images/tab-back-orange.webp);
  }
}

.p-about__panel--teal::before {
  background-image: url(../images/tab-back-teal_sp.webp);
}
@media screen and (min-width: 768px) {
  .p-about__panel--teal::before {
    background-image: url(../images/tab-back-teal.webp);
  }
}

.p-about__panel--pink::before {
  background-image: url(../images/tab-back-pink_sp.webp);
}
@media screen and (min-width: 768px) {
  .p-about__panel--pink::before {
    background-image: url(../images/tab-back-pink.webp);
  }
}

.p-about__panel--green::before {
  background-image: url(../images/tab-back-green_sp.webp);
}
@media screen and (min-width: 768px) {
  .p-about__panel--green::before {
    background-image: url(../images/tab-back-green.webp);
  }
}

.p-about__panel--purple {
  margin-bottom: 0;
}
.p-about__panel--purple::before {
  background-image: url(../images/tab-back-purple_sp.webp);
}
@media screen and (min-width: 768px) {
  .p-about__panel--purple::before {
    background-image: url(../images/tab-back-purple.webp);
  }
}

/* 区分文字バッジ */
.p-about__panel-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: max(1.875rem, 12px);
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-about__panel-category {
    width: 4.5rem;
    height: 4.5rem;
    font-size: max(3.125rem, 12px);
  }
}

.p-about__panel-category--orange {
  background-color: #F79B09;
}

.p-about__panel-category--teal {
  background-color: #4FC7BE;
}

.p-about__panel-category--pink {
  background-color: #F296C4;
}

.p-about__panel-category--green {
  background-color: #91CE64;
}

.p-about__panel-category--purple {
  background-color: #C899D9;
}

.p-about__panel-header-text {
  font-size: max(1.375rem, 12px);
  font-weight: 700;
  color: inherit;
  letter-spacing: 0.1em;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .p-about__panel-header-text {
    line-height: 1.6818181818;
    font-size: max(2.5rem, 12px);
  }
}

.p-about__panel-header--orange .p-about__panel-header-text {
  color: #F79B09;
}

.p-about__panel-header--teal .p-about__panel-header-text {
  color: #4FC7BE;
}

.p-about__panel-header--pink .p-about__panel-header-text {
  color: #F296C4;
}

.p-about__panel-header--green .p-about__panel-header-text {
  color: #91CE64;
}

.p-about__panel-header--purple .p-about__panel-header-text {
  color: #C899D9;
}

.p-about__panel-badge {
  background-color: #EA4061;
  color: #fff;
  font-size: max(1.25rem, 12px);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.9375rem;
  border-radius: 0.25rem;
  text-align: center;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .p-about__panel-badge {
    font-size: max(2.5rem, 12px);
    padding: 0.375rem 1.4375rem;
    letter-spacing: 0.1em;
  }
}

/* パネル本体（所要時間 + 講習内容） */
.p-about__panel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-about__panel-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 6.25rem;
  }
}

/* 閉じている状態：more-content ちら見せ */
.p-about__panel-inner:has(.p-about__more-wrap:not([hidden])) .p-about__panel-body {
  margin-bottom: 2rem;
  max-height: 23rem;
}
@media screen and (min-width: 768px) {
  .p-about__panel-inner:has(.p-about__more-wrap:not([hidden])) .p-about__panel-body {
    max-height: none;
    margin-bottom: 6.25rem;
  }
}
.p-about__panel-inner:has(.p-about__more-wrap:not([hidden])) .p-about__more-content[hidden] {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
  .p-about__panel-inner:has(.p-about__more-wrap:not([hidden])) .p-about__more-content[hidden] {
    max-height: 13.75rem;
  }
}

.p-about__panel-head {
  position: relative;
  width: 100%;
  max-width: 23.4375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-about__panel-head {
    width: 45%;
    max-width: 100%;
  }
}

.p-about__course-illust {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-left: 0;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  -webkit-transform: translate(20%, 30%);
          transform: translate(20%, 30%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about__course-illust img {
  width: 100%;
  height: auto;
}

.p-about__course-illust--orange {
  width: 12.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__course-illust--orange {
    width: 16.25rem;
  }
}

.p-about__course-illust--teal {
  width: 9.75rem;
  -webkit-transform: translate(9%, 20%);
          transform: translate(9%, 20%);
}
@media screen and (min-width: 768px) {
  .p-about__course-illust--teal {
    width: 11rem;
    -webkit-transform: translate(-9%, 11%);
            transform: translate(-9%, 11%);
  }
}

.p-about__course-illust--pink {
  width: 10.8125rem;
  -webkit-transform: translate(11%, 23%);
          transform: translate(11%, 23%);
}
@media screen and (min-width: 768px) {
  .p-about__course-illust--pink {
    width: 17.875rem;
    -webkit-transform: translate(-16%, 76%);
            transform: translate(-16%, 76%);
  }
}

.p-about__course-illust--green {
  width: 16.0625rem;
  -webkit-transform: translate(8%, 22%);
          transform: translate(8%, 22%);
}
@media screen and (min-width: 768px) {
  .p-about__course-illust--green {
    width: 20.4375rem;
    -webkit-transform: translate(-2%, 18%);
            transform: translate(-2%, 18%);
  }
}

.p-about__course-illust--purple {
  width: 11.1875rem;
  -webkit-transform: translate(15%, 30%);
          transform: translate(15%, 30%);
}
@media screen and (min-width: 768px) {
  .p-about__course-illust--purple {
    width: 14.125rem;
    -webkit-transform: translate(1%, 27%);
            transform: translate(1%, 27%);
  }
}

/* 所要時間サークル */
.p-about__duration {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14.875rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-about__duration {
    width: 21.875rem;
  }
}

.p-about__duration--orange {
  background-color: #F79B09;
}

.p-about__duration--teal {
  background-color: #4FC7BE;
}

.p-about__duration--pink {
  background-color: #F296C4;
}

.p-about__duration--green {
  background-color: #91CE64;
}

.p-about__duration--purple {
  background-color: #C899D9;
}

.p-about__duration-label {
  font-size: max(0.9375rem, 12px);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__duration-label {
    font-size: max(1.5rem, 12px);
  }
}

.p-about__duration-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #fff;
  position: relative;
  gap: 0.625rem;
}

.p-about__duration-approx {
  font-size: max(1.3125rem, 12px);
  font-weight: 500;
  line-height: 1.380952381;
}
@media screen and (min-width: 768px) {
  .p-about__duration-approx {
    font-size: max(2rem, 12px);
  }
}

.p-about__duration-num {
  font-family: "Jost", sans-serif;
  font-size: max(8.125rem, 12px);
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-about__duration-num {
    font-size: max(12.5rem, 12px);
  }
}

.p-about__duration-unit {
  font-size: max(1.5625rem, 12px);
  font-weight: 500;
  line-height: 1.12;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .p-about__duration-unit {
    font-size: max(2rem, 12px);
    line-height: 1.375;
  }
}

/* 講習内容 */
.p-about__courses {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about__courses {
    width: 55%;
  }
}

.p-about__courses-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1D50A2;
  color: #fff;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.5rem;
  border-radius: 0.3125rem;
  margin-bottom: 0.5rem;
  width: 8.75rem;
}
@media screen and (min-width: 768px) {
  .p-about__courses-label {
    font-size: max(1.5rem, 12px);
    margin-bottom: 1rem;
    width: 11.25rem;
  }
}

.p-about__course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  padding: 0.625rem 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-about__course {
    gap: 1.9375rem;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-about__course-detail {
    margin-top: 1.875rem;
  }
}

.p-about__course-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Jost", sans-serif;
  font-size: max(0.875rem, 12px);
  font-size: max(6.875rem, 12px);
  color: #1D50A2;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-about__course-num {
    font-size: max(9.375rem, 12px);
    width: 5.375rem;
  }
}

.p-about__course-name {
  font-size: max(1.5rem, 12px);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1D50A2;
  line-height: 1.8333333333;
  margin-bottom: 0.375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-about__course-name {
    font-size: max(1.875rem, 12px);
    line-height: 1.4666666667;
    margin-bottom: 0.625rem;
  }
}

.p-about__course-desc {
  font-size: max(1rem, 12px);
  line-height: 1.875;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-about__course-desc {
    font-size: max(1.125rem, 12px);
    line-height: 1.9444444444;
  }
}

/* 受講当日の持ち物 */
.p-about__confirm-title {
  font-size: max(1.5rem, 12px);
  font-weight: 600;
  color: #1D50A2;
  text-align: center;
  margin-bottom: 3.125rem;
  margin-inline: auto;
  border-bottom: 0.125rem dotted #1D50A2;
  padding: 0 0.625rem 0.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.4em;
}
@media screen and (min-width: 768px) {
  .p-about__confirm-title {
    font-size: max(1.875rem, 12px);
    margin-bottom: 2.25rem;
    letter-spacing: 0.4em;
    padding: 0 1.375rem 0.375rem;
  }
}

.p-about__belongings-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1.75rem;
  list-style: none;
  max-width: 31.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-about__belongings-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5rem;
    max-width: 100%;
  }
}

.p-about__belongings-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__belongings-item {
    gap: 1.25rem;
  }
}

.p-about__belongings-icon {
  width: 9.375rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-about__belongings-icon {
    width: 12.25rem;
  }
}

.p-about__belongings-icon img {
  width: 100%;
  height: auto;
}

.p-about__belongings-name-row1 {
  font-size: max(0.875rem, 12px);
  line-height: 1.2142857143;
  text-align: center;
  margin-bottom: 0.375rem;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-about__belongings-name-row1 {
    font-size: max(1.125rem, 12px);
    margin-bottom: 0.1875rem;
    line-height: 1.3333333333;
  }
}
.p-about__belongings-name-row1:has(.p-about__price) {
  margin-bottom: 0;
}

.p-about__belongings-name-row2 {
  font-size: max(0.75rem, 12px);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-about__belongings-name-row2 {
    font-size: max(1rem, 12px);
  }
}

.p-about__price {
  color: #EA4061;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-about__price {
    white-space: nowrap;
  }
}

/* 確認事項 */
@media screen and (min-width: 768px) {
  .p-about__panel-inner {
    max-width: 71.875rem;
  }
}

.p-about__confirm {
  border-top: 0.125rem solid #1D50A2;
  border-bottom: 0.125rem solid #1D50A2;
  padding: 3.125rem 0.875rem;
  margin-bottom: 3.125rem;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about__confirm {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about__confirm {
    border: 0.125rem solid #1D50A2;
    border-radius: 0.625rem;
    padding: 3.125rem 6.25rem;
    margin-bottom: 3.75rem;
  }
}

.p-about__confirm-list {
  text-align: left;
  max-width: 31.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-about__confirm-list {
    max-width: 100%;
  }
}

.p-about__confirm-item {
  position: relative;
  padding-left: 1.625rem;
  font-size: max(1rem, 12px);
  letter-spacing: 0.03em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-about__confirm-item {
    font-size: max(1.125rem, 12px);
    line-height: 1.9444444444;
    padding-left: 1.625rem;
  }
}
.p-about__confirm-item:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-about__confirm-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.p-about__confirm-item::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #1D50A2;
}
@media screen and (min-width: 768px) {
  .p-about__confirm-item::before {
    top: 0.625rem;
  }
}

.p-about__tel-label {
  font-size: max(1.125rem, 12px);
  font-weight: 600;
  color: #005EBC;
  letter-spacing: 0.05em;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-about__tel-label {
    margin-top: 2.625rem;
    font-size: max(1.25rem, 12px);
  }
}

.p-about__tel {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: max(2.5rem, 12px);
  font-weight: 600;
  color: #EA4061;
  text-decoration: none;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-about__tel {
    font-size: max(3.125rem, 12px);
  }
}

.p-about__access-btn {
  display: inline-block;
  background-color: #EA4061;
  color: #fff;
  font-size: max(1rem, 12px);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.875rem 1.875rem;
  border-radius: 0.25rem;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-about__access-btn {
    font-size: max(1.25rem, 12px);
    padding: 0.625rem 2.375rem;
    margin-top: 1.875rem;
  }
}

@media (any-hover: hover) {
  .p-about__access-btn:hover {
    opacity: 0.8;
  }
}
/* 閉じるボタン */
.p-about__close-wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__close-wrap {
    margin-top: 6.25rem;
  }
}

.p-about__close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18.4375rem;
  background-color: #1D50A2;
  color: #fff;
  font-size: max(1.75rem, 12px);
  font-weight: 700;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 0.625rem;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-about__close {
    width: 23.75rem;
  }
}

@media (any-hover: hover) {
  .p-about__close:hover {
    opacity: 0.8;
  }
}
.p-access {
  padding-top: 6.25rem;
  background-color: #fff;
  overflow: hidden;
}

.p-access__title {
  font-size: max(1.625rem, 12px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1D50A2;
  text-align: center;
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-access__title {
    font-size: max(2.5rem, 12px);
  }
}

/* 駐車場・最寄り駅テーブル */
.p-access__info {
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-access__info {
    margin-bottom: 3.125rem;
  }
}

.p-access__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.75rem;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .p-access__info-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    padding: 1.875rem;
  }
}

.p-access__info-row:first-child {
  background-color: #EEEEEE;
}

.p-access__info-row:last-child {
  background-color: #EEEEEE;
  margin-top: 0.3125rem;
}

.p-access__info-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  padding: 0 0 0.75rem 0;
  letter-spacing: 0.03em;
  color: #005EBC;
  font-size: max(1.125rem, 12px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-access__info-label {
    width: 21.875rem;
    padding: 1.125rem 1.875rem 1.125rem 3.125rem;
    font-size: max(1.25rem, 12px);
    line-height: 2;
  }
}

.p-access__info-data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  letter-spacing: 0.03em;
  font-size: max(1rem, 12px);
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-access__info-data {
    padding: 1.125rem 1.875rem 1.125rem 3.125rem;
    font-size: max(1.25rem, 12px);
    line-height: 2;
  }
}

/* 地図説明 */
.p-access__map-desc {
  margin-bottom: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-access__map-desc {
    margin-bottom: 4.375rem;
  }
}

.p-access__map-text {
  margin-bottom: 2.75rem;
  letter-spacing: 0.03em;
  font-size: max(1rem, 12px);
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-access__map-text {
    font-size: max(1.25rem, 12px);
    line-height: 2;
    margin-bottom: 1.25rem;
  }
}

.p-access__map {
  position: relative;
  width: 100%;
  padding-top: 100%; /* = height ÷ width × 100 */
}
@media screen and (max-width: 767px) {
  .p-access__map {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .p-access__map {
    padding-top: 68.75%;
  }
}
.p-access__map iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ルート案内 */
.p-access__route {
  margin-bottom: 0.625rem;
}

.p-access__route-text {
  margin-bottom: 2.75rem;
  letter-spacing: 0.03em;
  font-size: max(1rem, 12px);
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-access__route-text {
    font-size: max(1.25rem, 12px);
    line-height: 2;
    margin-bottom: 1.25rem;
  }
}

.p-fixed-access {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-fixed-access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    bottom: 12.5rem;
    right: 2.5rem;
    width: 9.375rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #1D50A2;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-decoration: none;
    z-index: 102;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
    place-content: center;
    text-align: center;
  }
  .p-fixed-access.is-visible {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .p-fixed-access {
    right: 1.25rem;
    bottom: 11.25rem;
    width: 7.5rem;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .p-fixed-access:hover {
    opacity: 0.8;
  }
}

.p-fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-fixed-cta {
    display: none;
  }
}

.p-fixed-cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 1.125rem 0;
  color: #fff;
  font-size: max(0.9375rem, 12px);
  font-weight: 700;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.p-fixed-cta__btn--reserve {
  background-color: #EA4061;
}

.p-fixed-cta__btn--access {
  background-color: #1D50A2;
}

/* パネル閲覧中 メニューへ戻るボタン（SP用） */
.p-fixed-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 4.75rem;
  right: 1rem;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background-color: #00c4ff;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  border: none;
  cursor: pointer;
  z-index: 200;
  letter-spacing: 0.02em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  padding-top: 0.375rem;
  gap: 0.25rem;
}
.p-fixed-menu.is-visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .p-fixed-menu {
    display: none !important;
  }
}
.p-fixed-menu::after {
  content: "";
  background: url(../images/arrow-menu.svg) no-repeat center center/cover;
  width: 1rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-fixed-menu::after {
    display: none;
  }
}

.p-info {
  padding: 5.625rem 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-info {
    padding: 6.25rem 0 9.375rem;
  }
}

.p-info__name {
  font-size: max(1.5rem, 12px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1D50A2;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-info__name {
    font-size: max(1.875rem, 12px);
    margin-bottom: 0.75rem;
  }
}

.p-info__address {
  font-size: max(1rem, 12px);
  line-height: 1.75;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-info__address {
    font-size: max(1.25rem, 12px);
    line-height: 2;
    line-height: 1.5;
  }
}

.p-info__tel-info {
  font-size: max(1rem, 12px);
  line-height: 1.75;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-info__tel-info {
    font-size: max(1.25rem, 12px);
    line-height: 2;
  }
}
.p-info__tel-info span {
  display: inline-block;
}

.p-mv {
  padding-top: 1.625rem;
  position: relative;
  width: 100%;
  min-height: auto;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-mv {
    padding-top: 7.5rem;
    padding-bottom: 2.5rem;
    min-height: 50.0625rem;
    background-color: #1D50A2;
  }
}

.p-mv::before {
  background: url(../images/fv-back_sp.webp) no-repeat center center/cover;
  content: "";
  position: absolute;
  inset: 0;
}
@media screen and (min-width: 768px) {
  .p-mv::before {
    background: url(../images/fv-back.webp) no-repeat center center/cover;
  }
}

.p-mv::after {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(51%, rgb(255, 255, 255)));
  background: linear-gradient(180deg, transparent 0%, rgb(255, 255, 255) 51%);
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  aspect-ratio: 1920/103;
}

.p-mv__inner {
  position: relative;
  display: grid;
  grid-template-areas: "title" "photos" "desc";
  gap: 0;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    grid-template-areas: "title title" "photos desc";
    gap: 2.25rem 1.125rem;
    grid-template-columns: 33.8125rem 1fr;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-mv__title-img {
  grid-area: title;
}

.p-mv__title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-mv__title-inner {
    gap: 0.75rem;
    margin-left: 7.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__title-inner--sp {
    display: none;
  }
}

.p-mv__title-inner--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__title-inner--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-mv__title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-mv__title-row {
    gap: 0.75rem;
  }
}

.p-mv__title-row--indent {
  padding-left: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__title-row--indent {
    padding-left: 6.6875rem;
  }
}

.p-mv__title-row--indent3 {
  padding-left: 10.875rem;
}

.p-mv__char-wrap {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-mv__char-wrap::before {
  content: "";
  position: absolute;
  top: -0.1875rem;
  left: -0.1875rem;
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-mv__char-wrap::before {
    top: -0.25rem;
    left: -0.25rem;
    border-radius: 0.3125rem;
  }
}

.p-mv__char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.3125rem;
  font-size: max(2.0625rem, 12px);
  font-weight: 700;
  line-height: 1;
  color: #1D50A2;
  mix-blend-mode: multiply;
  padding-bottom: 0.1875rem;
  padding-right: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__char {
    padding-bottom: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__char {
    width: 5.9375rem;
    height: 5.9375rem;
    border-radius: 0.3125rem;
    font-size: max(3.75rem, 12px);
  }
}

.p-mv__char--yellow {
  background-color: #FFE87C;
}

.p-mv__char--blue {
  background-color: #BCE8FF;
}

.p-mv__char--red {
  color: #EA4061;
}

/* 写真エリア */
.p-mv__photos {
  position: relative;
  width: 100%;
  grid-area: photos;
}

.p-mv__fv-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

/* 説明文エリア */
.p-mv__text {
  grid-area: desc;
  font-size: max(0.875rem, 12px);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    font-size: max(1.25rem, 12px);
    line-height: 2.1;
  }
}

.p-point {
  padding: 2.5rem 0 6.25rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-point {
    padding: 5rem 0 9.375rem;
  }
}

.p-point__inner {
  padding: 0 1.25rem;
  max-width: 31.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-point__inner {
    max-width: 53.375rem;
  }
}

.p-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-point__list {
    gap: 3.75rem;
  }
}

/* POINTアイテム */
.p-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .p-point__item {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-point__item:nth-child(odd) .p-point__img {
    margin-left: -4.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-point__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-point__item:nth-child(even) .p-point__badge {
    left: auto;
    right: -0.625rem;
  }
  .p-point__item:nth-child(even) .p-point__img {
    margin-right: -6rem;
    margin-left: 5.25rem;
  }
  .p-point__item:nth-child(even) .p-point__text-item {
    margin-left: auto;
  }
}

/* バッジ */
.p-point__badge {
  padding-top: 0.3125rem;
  background: url(../images/point-back.svg) no-repeat center center/cover;
  width: 4.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-point__badge {
    position: absolute;
    top: -0.625rem;
    left: -0.625rem;
    width: 7.375rem;
    height: 7.375rem;
    border-width: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-point__item--reverse .p-point__badge {
    left: auto;
    right: -0.625rem;
  }
}

.p-point__badge-label {
  font-family: "Jost", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-point__badge-label {
    font-size: max(1.125rem, 12px);
  }
}

.p-point__badge-num {
  font-family: "Jost", sans-serif;
  font-size: max(1.875rem, 12px);
  font-weight: 500;
  color: #fff;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .p-point__badge-num {
    font-size: max(3.125rem, 12px);
  }
}

/* テキストエリア */
.p-point__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  padding-top: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-point__texts {
    gap: 0.75rem;
    padding-top: 9.375rem;
  }
}

.p-point__text-item {
  display: inline-block;
  background-color: #FFE87C;
  padding: 0 0.375rem;
  font-size: max(1.3125rem, 12px);
  letter-spacing: 0.03em;
  line-height: 1.619047619;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-point__text-item {
    font-size: max(1.875rem, 12px);
    line-height: 1.4;
    padding: 0 0.5rem;
  }
}

.p-point__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  z-index: 1;
}

/* 画像 */
.p-point__img {
  margin-top: -1.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-point__img {
    margin-top: 0;
    width: 31.25rem;
  }
}

.p-point__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 335/214;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-point__img img {
    width: 31.25rem;
    aspect-ratio: 500/320;
  }
}

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

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
