@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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*/
}

/* 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;
  line-height: 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 {
  -webkit-box-sizing: content-box;
          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; /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  width: 100%;
  background: #002B22;
}

.l-main {
  width: 100%;
  overflow: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

.l-footer {
  width: 100%;
  background: #000000;
}

.l-footer__inner {
  width: 100%;
  padding: 0.9375rem 0;
}

.l-footer-small {
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1.3157894737;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer-small {
    font-size: 0.625rem;
  }
}

.c-title {
  font-family: "Noto Serif", serif;
  color: #225b82;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2.5rem;
  }
}
.c-title span {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 2.875rem;
}
@media screen and (max-width: 767px) {
  .c-title span {
    font-size: 1.5rem;
  }
}
.c-title span::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10.3125rem;
  height: 0.1875rem;
  background: #225b82;
}

.c-modal-trigger {
  cursor: pointer;
}

.c-modal {
  position: fixed;
  top: 1.25rem;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-modal {
    top: 0rem;
  }
}

.modal.transition-modal {
  opacity: 1;
  visibility: visible;
}

.modal.open-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 999;
}

.modal__wrap {
  margin: auto;
  width: 100%;
}

.modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 61rem;
  padding: 4rem 0;
  width: 100%;
}

@media (max-height: 783px) {
  .modal__inner {
    padding: 3.125rem 0;
  }
}
@media (max-width: 1023px) {
  .modal__inner {
    min-height: 21rem;
    padding: 3.125rem 0;
  }
}
.modal__content-wrap {
  background-color: #ededed;
  padding: 3.125rem 0;
  width: 100%;
}

@media (max-width: 1023px) {
  .modal__content-wrap {
    padding: 1.5625rem 0;
  }
}
.modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 34.25rem;
  min-height: 1px;
  padding: 0 3.75rem;
  -webkit-overflow-scrolling: touch;
  gap: 1.875rem;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
}

@media (max-height: 783px) {
  .modal__content {
    max-height: calc(100dvh - 11.875rem);
  }
}
@media (max-height: 783px) and (max-width: 1023px) {
  .modal__content {
    max-height: calc(100dvh - 9.375rem);
  }
}
@media (max-width: 767px) {
  .modal__content {
    gap: 0.9375rem;
    padding: 0 2rem;
  }
}
.modal__content::-webkit-scrollbar {
  width: 0.5rem;
}

.modal__content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0.25rem;
}

.modal__content::-webkit-scrollbar-thumb {
  background: rgba(0, 113, 153, 0.8);
  border-radius: 0.25rem;
}

.modal__content::-webkit-scrollbar-thumb:hover {
  background: #007199;
}

.modal__close {
  background-color: #007199;
  border: none;
  display: block;
  height: 4rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
}

@media (max-height: 783px) {
  .modal__close {
    height: 3.125rem;
    width: 3.125rem;
  }
}
@media (max-width: 1023px) {
  .modal__close {
    height: 3.125rem;
    width: 3.125rem;
  }
}
@media (hover: hover) {
  .modal__close {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .modal__close:hover {
    opacity: 0.8;
  }
}
.modal__close:after, .modal__close:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 2.0625rem;
}

@media (max-width: 575px) {
  .modal__close:after, .modal__close:before {
    width: 1.625rem;
  }
}
.modal__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__close span {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
}

.modal__title {
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .modal__title {
    font-size: 1.3125rem;
    line-height: 1.875rem;
  }
}
.modal__subtitle {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .modal__subtitle {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.modal__desc {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

.modal__desc:not(:first-child) {
  margin-top: 1rem;
}

@media (max-width: 1023px) {
  .modal__desc:not(:first-child) {
    margin-top: 0.75rem;
  }
  .modal__desc {
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
}
.modal__question {
  background-color: rgba(0, 113, 153, 0.1);
  padding: 0.9375rem 0.875rem;
}

.modal__question:not(:first-child) {
  margin-top: 0.9375rem;
}

@media (max-width: 1023px) {
  .modal__question:not(:first-child) {
    margin-top: 0.5rem;
  }
}
.modal__question-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  gap: 0.5625rem 0;
  justify-content: flex-start;
}

.modal__question-list-item {
  color: #007199;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3125rem;
  width: 100%;
}

@media (max-width: 1023px) {
  .modal__question-list-item {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    width: auto;
  }
}
.modal__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  padding: 0.125rem 0.3125rem;
}

.modal__caption {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 1023px) {
  .modal__caption {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.1875rem solid #007199;
  color: #007199;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6875rem;
  padding-bottom: 1px;
}

@media (max-width: 1023px) {
  .modal__head {
    gap: 0.5rem;
    padding-bottom: 0.25rem;
  }
}
.modal__head-time {
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.8125rem;
}

@media (max-width: 1023px) {
  .modal__head-time {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
.modal__head-desc {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.1875rem;
}

@media (max-width: 1023px) {
  .modal__head-desc {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 2.5rem;
  justify-content: center;
}

@media (max-width: 767px) {
  .modal__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.modal__body-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.modal__body-speaker {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 17.6875rem;
}

.modal__body-speaker.large {
  width: 100%;
}

.modal__body-speaker.large .btn {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .modal__body-speaker {
    margin-left: auto;
    margin-right: auto;
    max-width: 27.5rem;
    width: 100%;
  }
}
.modal__figure {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 17.6875rem;
  width: 100%;
}

@media (max-width: 767px) {
  .modal__figure {
    max-width: 27.5rem;
  }
}
.modal__figure picture {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 93.38521%;
  position: relative;
  width: 100%;
}

.modal__figure picture img, .modal__figure picture video {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.modal__figure picture img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.modal__figure-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.0625rem;
  padding: 0.625rem;
  text-align: center;
}

@media (max-width: 1023px) {
  .modal__figure-caption {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}
.modal__figure-caption strong {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.125rem;
}

@media (max-width: 1023px) {
  .modal__figure-caption strong {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
.modal__body-speaker-bottom {
  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.25rem;
  margin-top: 0.375rem;
}

.modal .btn {
  margin-top: 1.875rem;
}

@media (max-width: 1023px) {
  .modal .btn {
    margin-top: 1.5625rem;
  }
}
@media (max-width: 767px) {
  .modal .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.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;
  background: linear-gradient(-45deg, #e96300, #e9bc00);
  color: #fff;
  font-family: yugothic, 游ゴシック, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.875rem;
  max-width: 20rem;
  min-height: 4.375rem;
  padding: 1.125rem;
  text-align: center;
  width: 100%;
  margin-top: 1.875rem;
}

@media (max-width: 767px) {
  .btn {
    font-size: 1.125rem;
    line-height: 1.625rem;
    max-width: 25rem;
  }
}
@media (hover: hover) {
  .btn {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .btn:hover {
    opacity: 0.7;
  }
}
.p-fv {
  position: relative;
  width: 100%;
}
.p-fv img {
  width: 100%;
}

.p-fv-concept {
  width: 100%;
  text-align: center;
}

.p-fv-concept__inner {
  width: 100%;
  padding: 3.125rem 0rem 5rem 0rem;
  background: #002B22;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__inner {
    padding: 2.875rem 0rem 3.5rem 0rem;
  }
}

.p-fv-concept__inner02 {
  width: 100%;
  padding: 4.8125rem 0rem 5.125rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__inner02 {
    padding: 2.25rem 0.3125rem 2.625rem 0.3125rem;
  }
}

.p-fv-concept__item {
  width: 100%;
  max-width: 13.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__item {
    max-width: 6.125rem;
  }
}

.p-fv-concept__title {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.75;
  font-weight: 600;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__title {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}
.p-fv-concept__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3125rem 1.5625rem 0 1.5625rem;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__title::after {
    bottom: -1.875rem;
    border-width: 0.625rem 0.75rem 0 0.75rem;
  }
}

.p-fv-concept__text {
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.5833333333;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__text {
    font-size: 1.25rem;
    line-height: 1.75;
    margin-top: 3.125rem;
  }
}
.p-fv-concept__text span {
  background-image: radial-gradient(circle at center, #fff 18%, transparent 18%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1.05em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.3em; /* 縦方向の位置調整 */
}
@media screen and (max-width: 767px) {
  .p-fv-concept__text span {
    background-image: radial-gradient(circle at center, #fff 15%, transparent 15%); /* 点の色とサイズ調整 */
    padding-top: 0.2em; /* 縦方向の位置調整 */
  }
}

.p-fv-concept__text02 {
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.5833333333;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__text02 {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}
.p-fv-concept__text02 span {
  font-size: 3.125rem;
  font-weight: 700;
  border-bottom: 0.25rem solid #B09445;
  padding-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__text02 span {
    font-size: 1.5625rem;
  }
}

.p-fv-concept__subTitle {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.25rem;
  line-height: 1.5833333333;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__subTitle {
    font-size: 1.4375rem;
  }
}
.p-fv-concept__subTitle span {
  position: relative;
}
.p-fv-concept__subTitle span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
  left: -1.25rem;
  width: 0.1875rem;
  height: 2.5rem;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__subTitle span::before {
    left: -0.9375rem;
    height: 1.375rem;
  }
}
.p-fv-concept__subTitle span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
  right: -1.25rem;
  width: 0.1875rem;
  height: 2.5rem;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__subTitle span::after {
    right: -1.125rem;
    height: 1.375rem;
  }
}

.p-fv-concept__img {
  width: 100%;
  max-width: 62.5rem;
  margin: 2rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__img {
    margin: 0.75rem auto 0 auto;
  }
}

.p-fv-concept__text03 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  line-height: 1.425;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__text03 {
    font-size: 1.25rem;
    margin-top: 2.1875rem;
  }
}
.p-fv-concept__text03 .w900 {
  font-weight: 900;
}
.p-fv-concept__text03 .spa10 {
  letter-spacing: -0.1em;
}

.p-fv-concept__text04 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  line-height: 1.425;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__text04 {
    font-size: 1.25rem;
    margin-top: 0rem;
  }
}
.p-fv-concept__text04 .spa10 {
  letter-spacing: -0.1em;
}

.p-fv-intro {
  width: 100%;
  background-image: url(../imgs/pc/bg01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-intro {
    background-image: url(../imgs/sp/bg01.jpg);
  }
}

.p-fv-intro__inner {
  width: 100%;
  padding: 5.75rem 0 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__inner {
    padding: 3.125rem 0.625rem 5.625rem 0.625rem;
  }
}

.p-fv-intro__item {
  width: 100%;
  max-width: 13.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__item {
    max-width: 6.125rem;
  }
}

.p-fv-intro__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.125rem;
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__title {
    font-size: 1.25rem;
    margin-top: 0.625rem;
  }
}

.p-fv-intro__wrapper {
  width: 100%;
  max-width: 66.75rem;
  margin: 0 auto;
  margin-top: 3.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#B09445), to(#CBB776));
  background: linear-gradient(180deg, #B09445, #CBB776);
  padding: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__wrapper {
    margin-top: 1.25rem;
  }
}

.p-fv-intro__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 3.75rem 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.625rem;
  }
}

.p-fv-intro__leftBox {
  width: 100%;
  max-width: 21.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__leftBox {
    max-width: 100%;
  }
}

.p-fv-intro__rightBox {
  width: 100%;
  max-width: 33.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__rightBox {
    max-width: 100%;
  }
}

.p-fv-intro__img {
  width: 100%;
}

.p-fv-intro__post {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__post {
    text-align: center;
    margin-top: 0.625rem;
  }
}
.p-fv-intro__post span {
  letter-spacing: -0.1em;
}

.p-fv-intro__name {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__name {
    text-align: center;
    margin-top: 0.625rem;
  }
}
.p-fv-intro__name span {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-left: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__name span {
    margin-left: 0.3125rem;
  }
}

.p-fv-intro__text {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: justify;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-intro__text {
    font-size: 0.6875rem;
    text-align: center;
    margin-top: 1.25rem;
  }
}

.p-fv-schedule {
  width: 100%;
}

.p-fv-schedule__inner {
  width: 100%;
  padding: 4.6875rem 0 5.8125rem 0;
}
@media screen and (max-width: 767px) {
  .p-fv-schedule__inner {
    padding: 2.25rem 0.3125rem 3.75rem 0.3125rem;
  }
}

.p-fv-schedule__item {
  width: 100%;
  max-width: 13.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-schedule__item {
    max-width: 6.125rem;
  }
}

.p-fv-schedule__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.125rem;
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-schedule__title {
    font-size: 1.25rem;
    margin-top: 0.625rem;
  }
}
.p-fv-schedule__title span {
  letter-spacing: -0.01em;
}

.p-fv-schedule__img {
  position: relative;
  left: -2.5rem;
  width: 100%;
  max-width: 71.4375rem;
  margin: -1.875rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-schedule__img {
    left: 0rem;
    width: 100%;
    max-width: 100%;
    margin: 0.625rem auto 0 auto;
  }
}

.p-fv-curriculum {
  position: relative;
  width: 100%;
  background-image: url(../imgs/pc/bg02.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-curriculum {
    background-image: url(../imgs/sp/bg02.jpg);
  }
}

.p-fv-curriculum__inner {
  position: relative;
  width: 100%;
  padding: 5.9375rem 0 6.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-fv-curriculum__inner {
    padding: 2.6875rem 0rem 2.5rem 0rem;
  }
}

.p-fv-curriculum__item {
  width: 100%;
  max-width: 13.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-curriculum__item {
    max-width: 6.125rem;
  }
}

.p-fv-curriculum__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.125rem;
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-curriculum__title {
    font-size: 1.25rem;
    margin-top: 0.625rem;
  }
}

.p-fv-curriculum__img {
  width: 100%;
  margin-top: -10.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-curriculum__img {
    display: none;
  }
}

.p-fv-curriculum__imgSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv-curriculum__imgSp {
    display: block;
    width: 5.875rem;
    position: absolute;
    z-index: 3;
    top: 3.25rem;
    left: calc(50% - 7.8125rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-fv-curriculum__imgSp02 {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv-curriculum__imgSp02 {
    display: block;
    width: 10.5rem;
    position: absolute;
    z-index: 1;
    top: 2.25rem;
    right: calc(50% - 8.4375rem);
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.p-fv-curriculum__testSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv-curriculum__testSp {
    position: relative;
    z-index: 2;
    display: block;
    color: #fff;
    font-size: 0.5625rem;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    background: #002D25;
    padding: 0.75rem 0;
    margin-top: 2.6875rem;
  }
}

.p-fv-curriculum__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.625rem;
  line-height: 1.36;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-curriculum__text {
    font-size: 0.9375rem;
    line-height: 1.36;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 1.25rem;
  }
}

.p-fv-curriculum__box {
  width: 100%;
  max-width: 68.125rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0rem 2rem;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-curriculum__box {
    max-width: 64.6153846154%;
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
    margin-top: 1.25rem;
  }
}

.p-fv-curriculum__lecturer {
  width: 100%;
}

.p-fv-contact {
  width: 100%;
}

.p-fv-contact__inner {
  width: 100%;
  padding: 5.25rem 0rem 7.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-contact__inner {
    padding: 2.8125rem 1.625rem 5.625rem 1.625rem;
  }
}

.p-fv-contact__item {
  width: 100%;
  max-width: 13.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-contact__item {
    max-width: 6.125rem;
  }
}

.p-fv-contact__title {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.125rem;
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-contact__title {
    font-size: 1.25rem;
    margin-top: 0.625rem;
  }
}

.p-fv-reCAPTCHA {
  font-size: 1rem;
  text-align: center;
  margin-top: 1.25rem;
  line-height: 1.36;
}
@media screen and (max-width: 767px) {
  .p-fv-reCAPTCHA {
    font-size: 0.5625rem;
    margin-top: 1.875rem;
  }
}
.p-fv-reCAPTCHA__link {
  color: #37A0C2;
  text-decoration: underline;
}
.p-fv-reCAPTCHA__link02 {
  text-decoration: underline;
}

.p-contact-form {
  width: 100%;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form {
    margin-top: 1.875rem;
  }
}

.p-contact-form__inner {
  width: 100%;
  max-width: 49.0625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contact-form__inner {
    max-width: 100%;
  }
}

.p-contact-form__group {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__group {
    margin-top: 1.25rem;
  }
}

.p-contact-form__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1.8125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__name {
    gap: 0.375rem;
    font-size: 0.875rem;
  }
}

.p-contact-form__required {
  width: 2.5625rem;
  height: 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  background: #005366;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__required {
    width: auto;
    height: auto;
    padding: 0.1875rem 0.3125rem;
    font-size: 0.375rem;
    margin-top: 0.1875rem;
  }
}

.p-contact-form__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__flexbox {
    gap: 0.9375rem;
  }
}

.p-contact-form__inputBox {
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#B09445), to(#CBB776));
  background: linear-gradient(180deg, #B09445, #CBB776);
  padding: 2px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__inputBox {
    padding: 1px;
  }
}
.p-contact-form__inputBox input {
  width: 100%;
  font-size: 1.3125rem;
  line-height: 1.36;
  letter-spacing: 0.05em;
  padding: 0.9375rem 0.625rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact-form__inputBox input {
    font-size: 0.75rem;
    padding: 0.5rem;
  }
}
.p-contact-form__inputBox input::-webkit-input-placeholder {
  color: #A9A9A9;
}
.p-contact-form__inputBox input::-moz-placeholder {
  color: #A9A9A9;
}
.p-contact-form__inputBox input:-ms-input-placeholder {
  color: #A9A9A9;
}
.p-contact-form__inputBox input::-ms-input-placeholder {
  color: #A9A9A9;
}
.p-contact-form__inputBox input::placeholder {
  color: #A9A9A9;
}

.p-contact-form__radioBox label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.25rem;
  line-height: 1.36;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radioBox label {
    gap: 0.5rem;
    font-size: 0.625rem;
  }
}
.p-contact-form__radioBox label::before {
  content: "";
  position: relative;
  top: 0.0625rem;
  width: 1.5625rem;
  min-width: 1.5625rem;
  height: 1.5625rem;
  background-image: url(../imgs/pc/border.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radioBox label::before {
    width: 0.75rem;
    min-width: 0.75rem;
    height: 0.75rem;
  }
}
.p-contact-form__radioBox input {
  display: none;
}
.p-contact-form__radioBox input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5625rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.4375rem;
  height: 0.75rem;
  border: solid #000;
  border-width: 0 0.25rem 0.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radioBox input:checked ~ span::after {
    left: 0.21875rem;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 0.3125rem;
    height: 0.5625rem;
    border: solid #000;
    border-width: 0 0.125rem 0.125rem 0;
  }
}
.p-contact-form__radioBox .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.875rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radioBox .wpcf7-radio {
    gap: 0.3125rem 0.625rem;
  }
}
.p-contact-form__radioBox .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.875rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radioBox .wpcf7-checkbox {
    gap: 0.3125rem 0.625rem;
  }
}
.p-contact-form__radioBox .wpcf7-list-item {
  margin-left: 0 !important;
}

.p-contact-form__text-input {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__text-input {
    margin-top: 0.3125rem;
  }
}

.p-contact-form__privacy {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__privacy {
    font-size: 0.8125rem;
    margin-top: 2.5rem;
  }
}
.p-contact-form__privacy a {
  color: #005366;
  font-weight: 700;
}

.p-contact-form__button {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  max-width: 28.4375rem;
  height: 3.5rem;
  color: #fff;
  font-size: 1.9375rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  background: #002D25;
  margin: 1.25rem auto 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-form__button {
    font-size: 1.5625rem;
  }
}
.p-contact-form__button:hover {
  opacity: 0.7;
}

.p-contact-form__button input {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}/*# sourceMappingURL=style.css.map */