@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* -----------------------------
レイアウト
--------------------------------*/
img {
  max-width: 100%;
  max-height: 100%;
}

body {
  background: #f0f8f9;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.l-main {
  max-width: 500px;
  margin: 0 auto;
  background: #f0f8f9;
}
@media screen and (min-width: 901px) {
  .l-main {
    margin: 0 0 0 50px;
  }
}
@media screen and (min-width: 1201px) {
  .l-main {
    margin: 0 auto;
  }
}

/* -----------------------------
 ボタン
--------------------------------*/
.c-button01 {
  width: 100%;
  padding: 5px 22px;
  background: #16adba;
  border-radius: 5em;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: clamp(12px, 3.733vw, 18.667px);
}
.c-button01.--thanks {
  font-size: clamp(16px, 4.8vw, 24px);
  padding: 0.5em;
}
.c-button01 span {
  text-align: center;
}
.c-button01::after {
  content: "";
  width: 14px;
  height: 16px;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  border-radius: 2px;
}
.c-button01:hover {
  opacity: 0.7;
}

/* -----------------------------
 PC版ナビ
--------------------------------*/
.p-page-nav {
  display: none;
  position: fixed;
}
@media screen and (min-width: 901px) {
  .p-page-nav {
    display: block;
    top: 70px;
    left: calc(50% + 275px);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1201px) {
  .p-page-nav {
    top: 100px;
    left: calc(75% + 125px);
    right: auto;
    transform: translateX(-50%);
  }
}
.p-page-nav {
  width: 300px;
  z-index: 100;
}
.p-page-nav__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-page-nav__logo {
  margin-bottom: 30px;
}
.p-page-nav__logo img {
  width: 100%;
  height: auto;
}
.p-page-nav__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  align-self: auto;
}
.p-page-nav__item {
  margin-bottom: 25px;
}
.p-page-nav__item:last-child {
  margin-bottom: 0;
}
.p-page-nav__link {
  text-decoration: none;
  color: #0068b7;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}
.p-page-nav__link:hover {
  opacity: 0.7;
}
.p-page-nav__link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #0068b7;
  margin-right: 12px;
}
.p-page-nav__btn-wrapper {
  width: 100%;
}
.p-page-nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0370b7;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
  padding: 15px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, background-color 0.3s;
}
.p-page-nav__btn:hover {
  background-color: rgb(3.5225806452, 131.5096774194, 214.8774193548);
  transform: translateY(-2px);
}
.p-page-nav__btn-icon {
  font-size: 0.8rem;
  margin-left: 10px;
}

/* -----------------------------
  レイアウト
--------------------------------*/
.p-page-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: -1;
}
.p-page-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

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

/* -----------------------------
 lead
--------------------------------*/
.p-lead {
  background: url(../images/bg-lead.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.46%;
}
.p-lead__inner {
  background: #eff7f9;
  padding: 11.2% 4.87% 12%;
}
.p-lead__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 0 3%;
  margin: 0 -0.5em 1.5em;
  font-size: clamp(14px, 4.8vw, 24px);
}
.p-lead__title span {
  display: inline-block;
  background: #4cb9da;
  color: #fff;
  padding: 0.45em 1.43em;
  letter-spacing: 0.1em;
  box-shadow: 4px 3px 0 0 #e6e5e5;
}
.p-lead__title span:nth-child(1) {
  transform: rotate(-3.95deg);
}
.p-lead__title span:nth-child(2) {
  align-self: flex-end;
  transform: rotate(3.69deg);
  margin-top: 0;
}
.p-lead__text {
  padding: 0 3.8%;
  margin-bottom: 3em;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: clamp(12px, 3.733vw, 18.667px);
}
.p-lead__text p:not(:last-child) {
  margin-bottom: 1em;
}
.p-lead__list li {
  display: flex;
  align-items: center;
  color: #4cb9da;
  font-weight: bold;
  font-size: clamp(0px, 4.267vw, 21.333px);
  gap: 0.43em;
  margin-bottom: 1em;
}
.p-lead__list li:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url("../images/icon-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/* -----------------------------
 スケジュール
--------------------------------*/
.p-schedule {
  padding-top: 18.4%;
}
.p-schedule__inner {
  padding-left: clamp(0px, 3.2vw, 16px);
  padding-right: clamp(0px, 3.2vw, 16px);
}
.p-schedule__title {
  text-align: center;
  margin-bottom: 34px;
}
.p-schedule__sub-title {
  width: 100%;
  background: #f4cc1f;
  border-radius: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(14px, 4.8vw, 24px);
  font-weight: bold;
  padding: 1.1em;
  margin-bottom: 1.5em;
}
.p-schedule__box {
  padding: 1em 0.9em;
  margin: 0 auto;
  margin-bottom: clamp(25px, 10.133vw, 50.667px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -3px #6b9cd3;
}
.p-schedule__box.--support {
  margin-bottom: 1em;
  padding: 1.1em;
}
.p-schedule__info {
  display: flex;
  align-items: center;
  gap: clamp(15px, 7.2vw, 32px);
}
.p-schedule__day-icon {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: clamp(0px, 21.6vw, 108px);
  aspect-ratio: 1/1;
}
.p-schedule__day-icon img {
  width: 100%;
}
.p-schedule__day-icon .p-schedule__day-label {
  font-size: clamp(0px, 4.267vw, 21.333px);
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-schedule__day-icon .p-schedule__day-date {
  display: flex;
  align-items: center;
}
.p-schedule__day-icon .p-schedule__day-month,
.p-schedule__day-icon .p-schedule__day-date-num {
  font-size: clamp(0px, 8.533vw, 42.667px);
  font-weight: bold;
  line-height: 1.2;
}
.p-schedule__day-slash {
  width: clamp(0px, 6.933vw, 34.667px);
  height: 0;
  border-top: 1px solid #fff;
  transform: rotate(111.55deg);
  margin: 0 -8px;
}
.p-schedule__day-title {
  font-size: clamp(18px, 7.467vw, 37.333px);
  color: #16adba;
  font-weight: bold;
  line-height: 1.52;
}
.p-schedule__day-subtitle {
  font-size: clamp(13px, 4vw, 18px);
  color: #fff;
  background: #f7d55b;
  margin: 5px 0 10px;
  padding: 3px 15px;
  display: inline-flex;
}
.p-schedule__day-theme {
  flex: auto;
  position: relative;
}
.p-schedule__day-theme.--illust05::after {
  content: "";
  width: clamp(30px, 10.667vw, 53.333px);
  aspect-ratio: 40/80;
  position: absolute;
  background: url("../images/pic-sc03.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  bottom: clamp(-40px, -15.2vw, -76px);
}
.p-schedule__events {
  list-style: none;
  padding: 0;
  margin-top: clamp(0px, 5.333vw, 26.667px);
  margin-bottom: clamp(0px, 13.333vw, 66.667px);
}
.p-schedule__event {
  display: flex;
  justify-content: space-between;
  padding-bottom: clamp(0px, 4.267vw, 21.333px);
  gap: clamp(0px, 4vw, 20px);
  padding-left: 0.9em;
  position: relative;
}
.p-schedule__event:last-child {
  border-bottom: none;
}
.p-schedule__event.--illust01::after, .p-schedule__event.--illust02::after, .p-schedule__event.--illust03::after, .p-schedule__event.--illust06::after {
  content: "";
  position: absolute;
  left: 0.9em;
}
.p-schedule__event.--illust01::after {
  width: clamp(45px, 18.4vw, 92px);
  aspect-ratio: 69/120;
  background: url("../images/pic-sc02.png");
  background-size: contain;
  bottom: clamp(0px, 4.267vw, 21.333px);
}
.p-schedule__event.--illust02::after {
  width: clamp(45px, 16vw, 80px);
  aspect-ratio: 60/107;
  background: url("../images/pic-sc04.png");
  background-size: contain;
  bottom: clamp(0px, 4.267vw, 21.333px);
}
.p-schedule__event.--illust03::after {
  width: clamp(45px, 25.6vw, 128px);
  aspect-ratio: 96/163;
  background: url("../images/pic-sc05.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0.3em;
  bottom: clamp(-25px, -5.333vw, -26.667px);
}
.p-schedule__event.--illust06::after {
  width: clamp(45px, 20.533vw, 102.667px);
  aspect-ratio: 77/52;
  background: url("../images/pic-sc01.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: auto;
  right: 0;
  bottom: 0;
}
.p-schedule__event-time {
  flex-shrink: 0;
  width: clamp(50px, 14.6vw, 80px);
  font-weight: 400;
  font-size: clamp(18px, 5.867vw, 29.333px);
  padding-top: 0.05em;
}
.p-schedule__event-text {
  flex-grow: 1;
  font-size: clamp(16px, 4.8vw, 24px);
  line-height: 1.6;
  font-weight: 500;
  max-width: 61.33vw;
}
.p-schedule__event-text p {
  margin-top: 0.34em;
}
.p-schedule__event-text p:first-of-type {
  margin-top: 0;
}
.p-schedule__event-text img {
  width: 100%;
  height: auto;
  margin-top: 0.5em;
}
.p-schedule__event-text .c-button01 {
  margin-top: 1em;
}

/* -----------------------------
 フォーム
--------------------------------*/
.p-form {
  position: relative;
  padding: 100px 10px;
  background: linear-gradient(to bottom, transparent 0px, transparent 100px, #a1d7e7 100px, #a1d7e7 calc(100% - 100px), transparent calc(100% - 100px), transparent 100%);
  z-index: 1;
  overflow: hidden;
}
.p-form::before, .p-form::after {
  content: "";
  position: absolute;
  width: 160%;
  height: 100px;
  background-color: #a1d7e7;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.p-form::before {
  top: 0;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
}
.p-form::after {
  bottom: 0;
  border-radius: 0 0 50% 50%/0 0 100% 100%;
}
.p-form__title {
  font-weight: bold;
  font-size: clamp(0px, 9.6vw, 48px);
  line-height: 1.44;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}
.p-form__title::before {
  content: "";
  width: clamp(50px, 20.267vw, 101.333px);
  aspect-ratio: 153/148;
  background: url("../images/pic-contact01.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -1em;
}

.contact-form-wrapper {
  position: relative;
  z-index: 3;
}
.contact-form-wrapper .field {
  margin-bottom: 24px;
}
.contact-form-wrapper .field label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1em;
}
.contact-form-wrapper .field label span {
  color: #f00;
  margin-left: 4px;
}
.contact-form-wrapper .field input[type=text],
.contact-form-wrapper .field input[type=email],
.contact-form-wrapper .field input[type=tel],
.contact-form-wrapper .field select,
.contact-form-wrapper .field textarea {
  width: 100%;
  padding: 10px 18px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 16px;
  appearance: none;
}
.contact-form-wrapper .field input[type=text]:focus,
.contact-form-wrapper .field input[type=email]:focus,
.contact-form-wrapper .field input[type=tel]:focus,
.contact-form-wrapper .field select:focus,
.contact-form-wrapper .field textarea:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.contact-form-wrapper .field textarea {
  min-height: 150px;
  resize: vertical;
}
.contact-form-wrapper .privacy-check .wpcf7-list-item {
  margin: 0;
  display: block;
}
.contact-form-wrapper .privacy-check .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.contact-form-wrapper .privacy-check .wpcf7-list-item-label {
  color: #000;
}
.contact-form-wrapper .privacy-check input[type=checkbox] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.contact-form-wrapper .privacy-check .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  line-height: 22px;
  display: inline-block;
}
.contact-form-wrapper .privacy-check .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  box-sizing: border-box;
}
.contact-form-wrapper .privacy-check .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 14px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  opacity: 0;
  transition: opacity 0.2s;
}
.contact-form-wrapper .privacy-check input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-form-wrapper .privacy-check a {
  color: #0055aa;
  text-decoration: underline;
  font-weight: bold;
}
.contact-form-wrapper .privacy-check a:hover {
  text-decoration: none;
}
.contact-form-wrapper .submit-btn {
  text-align: center;
  margin-top: 30px;
}
.contact-form-wrapper .submit-btn input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(0px, 79.467vw, 397.333px);
  height: clamp(50px, 16vw, 80px);
  background: #0370b7;
  border-radius: 5em;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(18px, 6.4vw, 32px);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.contact-form-wrapper .submit-btn input[type=submit]:hover {
  opacity: 0.7;
}
.contact-form-wrapper .wpcf7-not-valid-tip {
  color: #f00;
  font-size: 0.85rem;
  margin-top: 5px;
}

/* -----------------------------
 安全第一
--------------------------------*/
.p-support {
  padding-bottom: 40px;
}
.p-support__title {
  width: clamp(280px, 90.4vw, 452px);
  margin: 0 auto 1.5em;
}
.p-support__title img {
  width: 100%;
  height: auto;
}
.p-support__inner {
  padding-left: clamp(0px, 3.2vw, 16px);
  padding-right: clamp(0px, 3.2vw, 16px);
}
.p-support__head {
  display: flex;
  align-items: center;
}
.p-support__img {
  width: 20%;
  margin-right: 9px;
}
.p-support__img.--01, .p-support__img.--02, .p-support__img.--03 {
  text-align: center;
}
.p-support__img.--01 img, .p-support__img.--02 img, .p-support__img.--03 img {
  width: clamp(30px, 12vw, 60px);
  height: auto;
}
.p-support__img.--04 img {
  width: clamp(40px, 17.333vw, 86.667px);
  height: auto;
}
.p-support__head-title {
  color: #16adba;
  font-size: clamp(20px, 7.467vw, 37.333px);
  font-weight: bold;
  display: inline;
  font-weight: 700;
  line-height: 1.6;
  background-image: linear-gradient(transparent 60%, #f7d55b 60%);
  background-repeat: no-repeat;
}
.p-support__body {
  margin-top: 0.8125em;
  line-height: 1.75;
  font-size: clamp(14px, 4.266vw, 18px);
}
.p-support__note {
  margin-top: 0.7em;
  font-size: clamp(14px, 4.267vw, 21.333px);
  text-align: center;
}

/* -----------------------------
 募集
--------------------------------*/
.p-entry {
  font-weight: 500;
}
.p-entry__block {
  background-color: rgba(255, 255, 255, 0.6);
}
.p-entry__content {
  padding: 30px 20px;
  background-image: linear-gradient(0deg, transparent 24px, rgba(3, 112, 183, 0.3) 25px), linear-gradient(90deg, transparent 24px, rgba(3, 112, 183, 0.3) 25px);
  background-size: 25px 25px;
  border-left: 1px solid #e1f3f9;
  border-right: 1px solid #e1f3f9;
  border-bottom: 1px solid #e1f3f9;
}
.p-entry .u-title-blue {
  background-color: #0370b7;
  color: #fff;
  text-align: center;
  padding: 0.7em;
  font-size: clamp(24px, 8.533vw, 42.667px);
  letter-spacing: 0.1em;
  margin: 0;
}
.p-entry .info-list .info-item {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}
.p-entry .info-list .info-item dt {
  background-color: #0073bb;
  color: #fff;
  padding: 5px 27px;
  border-radius: 20px;
  min-width: 80px;
  text-align: center;
  font-size: clamp(14px, 4.267vw, 21.333px);
  margin-top: 0.1em;
  margin-right: 15px;
}
.p-entry .info-list .info-item dd {
  flex: 1;
  line-height: 1.75;
  font-size: clamp(14px, 4.267vw, 21.333px);
}
.p-entry .info-list .info-item dd.date-box span {
  display: block;
  text-align: right;
}
.p-entry .price-red {
  color: #ff5555;
  font-size: clamp(26px, 8.533vw, 42.667px);
  font-weight: bold;
  line-height: 1.2;
}
.p-entry .note {
  font-size: clamp(14px, 4.267vw, 21.333px);
  margin-top: 5px;
}
.p-entry .period-item {
  margin-bottom: 25px;
}
.p-entry .period-item .label-blue {
  display: inline-block;
  background-color: #0073bb;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5em;
  margin-bottom: 1em;
  font-size: clamp(14px, 4.267vw, 21.333px);
}
.p-entry .period-item p {
  margin-left: 5px;
  font-size: clamp(14px, 4.267vw, 21.333px);
}
.p-entry .dot-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.p-entry .dot-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: clamp(16px, 4.8vw, 24px);
}
.p-entry .dot-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0.9em;
  height: 0.9em;
  background-color: #0073bb;
  border-radius: 50%;
}

/* -----------------------------
 Q&A
--------------------------------*/
.p-faq {
  padding: 60px 0;
}
.p-faq__title {
  width: clamp(280px, 81.333vw, 406.667px);
  margin: 0 auto 1.5em;
}
.p-faq__title img {
  width: 100%;
  height: auto;
}
.p-faq__inner {
  padding-left: clamp(0px, 3.2vw, 16px);
  padding-right: clamp(0px, 3.2vw, 16px);
}
.p-faq__list {
  max-width: 700px;
  margin: 0 auto;
}
.p-faq__item {
  border: 2px solid #16adba;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
}
.p-faq__item:last-child {
  margin-bottom: 0;
}
.p-faq__q {
  background-color: #16adba;
  padding: 20px;
  display: flex;
  align-items: flex-start;
}
.p-faq__q-text {
  color: #fff;
  font-size: 1.15rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.75;
}
.p-faq__a {
  padding: 25px 20px;
  display: flex;
  align-items: flex-start;
}
.p-faq__a-content {
  flex: 1;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
.p-faq__a-content p {
  margin: 0;
}
.p-faq__icon {
  flex-shrink: 0;
  width: 40px;
  margin-right: 15px;
  margin-top: -0.1em;
}
.p-faq__icon img {
  width: 100%;
  height: auto;
  display: block;
}
.p-faq__note {
  display: block;
  margin-top: 10px;
  font-size: 0.9rem;
}

/* -----------------------------
  サンクスページ
--------------------------------*/
.p-thanks {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-thanks__logo {
  width: 80%;
  text-align: center;
  margin: 0 auto 30px;
}
.p-thanks__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #333;
  display: inline-block;
}
.p-thanks__text,
.p-thanks p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: left;
}
.p-thanks .u-btn {
  display: inline-block;
  background: #16adba;
  color: #333;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.3s;
}
.p-thanks .u-btn:hover {
  opacity: 0.8;
}

@media (max-width: 375px) {
  .p-thanks h2 {
    font-size: 22px;
  }
}
/* -----------------------------
	フッター
--------------------------------*/
.p-footer-info {
  padding: 60px 0;
  background-color: #f0f9f9;
  text-align: center;
}
.p-footer-info__inner {
  padding-left: 18px;
  padding-right: 18px;
}
.p-footer-info__message {
  background-color: #d67b8c;
  color: #fff;
  padding: 30px 20px;
  max-width: 500px;
  margin: 0 auto 25px;
  line-height: 1.8;
  font-weight: bold;
  text-align: left;
}
.p-footer-info__message p {
  margin: 0;
  font-size: clamp(14px, 4.8vw, 24px);
}
.p-footer-info__note {
  color: #d67b8c;
  font-size: clamp(14px, 4.267vw, 21.333px);
  line-height: 1.8;
  max-width: 500px;
  margin: 0 auto 40px;
  text-align: left;
  font-weight: bold;
}
.p-footer-info__organizer {
  border: 1px solid #000;
  background-color: transparent;
  padding: 25px 20px;
  max-width: 500px;
  margin: 0 auto 40px;
  text-align: left;
  font-weight: 500;
}
.p-footer-info__organizer-title {
  font-size: clamp(16px, 5.333vw, 26.667px);
  margin-bottom: 5px;
}
.p-footer-info__organizer-sub {
  font-size: clamp(14px, 4.267vw, 21.333px);
  line-height: 1.7;
}
.p-footer-info__announcement {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 1.5em;
  font-weight: 500;
  font-size: clamp(14px, 4.267vw, 21.333px);
}
.p-footer-info__announcement p {
  line-height: 1.6;
}
.p-footer-info__announcement::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 1.1em;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
}