*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

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

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

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@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: #363646;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

body.is-locked {
  overflow: hidden;
}

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 {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header.is-scroll {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 2px 3px rgba(34, 34, 34, 0.16);
          box-shadow: 0 2px 3px rgba(34, 34, 34, 0.16);
}

.l-header__inner {
  width: 100%;
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.5rem;
    padding-left: 1rem;
  }
}

.l-header__logo {
  line-height: 1;
}
.l-header__logo a {
  display: block;
  width: 24.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    width: 17.125rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}

.l-header__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-header__wrapper {
    display: none;
  }
}

.l-header__button {
  width: 12.5rem;
  height: 6.25rem;
  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;
  gap: 0.25rem;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  background: #363646;
  border-bottom-left-radius: 2.5rem;
}
.l-header__button::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../imgs/pc/contact_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.l-header__button:hover {
  background: #00A9C1;
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.l-header-nav__list,
.l-header-nav__link {
  font-size: 1rem;
  font-weight: 500;
}

.l-header-nav__link:hover {
  color: #EC7793;
}

.l-main {
  contain: paint;
  position: relative;
  width: 100%;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 3.5rem;
  }
}

.l-main--pt0 {
  padding-top: 0rem;
}

.l-inner {
  width: 100%;
  padding: 2.5rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 1.5rem 1rem 4rem 1rem;
  }
}

@media screen and (max-width: 767px) {
  .l-inner--ptSp0 {
    padding-top: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .l-inner--pbSp0 {
    padding-bottom: 0rem;
  }
}

.l-inner--pb40 {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner--pb40 {
    padding-bottom: 0rem;
  }
}

.l-inner--pb80 {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-inner--pb80 {
    padding-bottom: 2.5rem;
  }
}

.l-inner__wrap {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .l-inner__wrap {
    max-width: 100%;
  }
}

.l-inner__wrap--wid1280 {
  max-width: 80rem;
}
@media screen and (max-width: 767px) {
  .l-inner__wrap--wid1280 {
    max-width: 100%;
  }
}

.l-footer {
  width: 100%;
  padding: 5rem 2.5rem;
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 4.375rem 1rem 3.75rem 1rem;
  }
}

.l-footer__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    max-width: 100%;
  }
}

.l-footer__logo {
  display: block;
  width: 100%;
  max-width: 24.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    max-width: 17.3125rem;
  }
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer-nav {
  width: 100%;
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    display: none;
  }
}

.l-footer-nav__lists {
  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;
  gap: 2rem;
}

.l-footer-nav__list {
  position: relative;
}
.l-footer-nav__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 0.96875rem);
  width: 1px;
  height: 0.875rem;
  background: #363646;
}
.l-footer-nav__list:last-of-type::before {
  display: none;
}

.l-footer-nav__list,
.l-footer-nav__link {
  font-size: 1rem;
}

.l-footer-nav__link:hover {
  color: #EC7793;
}

.l-footer__small {
  font-size: 1rem;
  text-align: center;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__small {
    margin-top: 2.5rem;
  }
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    top: 0.9375rem;
    right: 1rem;
    width: 1.875rem;
    height: 1.625rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.875rem;
  height: 2px;
  background: #363646;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: calc(50% - 0.75rem);
}
.c-hamburger span:nth-of-type(2) {
  top: calc(50% + 0rem);
}
.c-hamburger span:nth-of-type(3) {
  top: calc(50% + 0.75rem);
}

.c-hamburger.active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.c-hamburger.active span:nth-of-type(2) {
  display: none;
}
.c-hamburger.active span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100svh;
  background: #D0EEF1;
  padding: 5rem 1rem 1.5rem 1rem;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__inner {
  width: 100%;
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 1.5rem;
}

.c-hamburger-nav__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5625rem;
}

.c-hamburger-nav__list {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid #D9D9D9;
}

.c-hamburger-nav__link {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
}
.c-hamburger-nav__link::before {
  content: attr(data-en);
  display: block;
  color: #00A9C1;
  font-family: "Roboto Slab", serif;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.c-hamburger-nav__link:hover {
  color: #00A9C1;
}

.c-hamburger-nav__group {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
  margin-top: 2.5rem;
}

.c-hamburger-nav.active {
  z-index: 97;
  opacity: 1;
}

.c-title {
  font-size: 2.5rem;
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.5rem;
  }
}
.c-title::before {
  content: attr(data-en);
  display: block;
  color: #00A9C1;
  font-family: "Roboto Slab", serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-title::before {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
}
.c-title .blue {
  color: #00A9C1;
}

.c-title--mb8::before {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-title--mb8::before {
    margin-bottom: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .c-title--bigSp {
    font-size: 1.75rem;
  }
}

.c-title-center {
  font-size: 2.5rem;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title-center {
    font-size: 1.75rem;
  }
}
.c-title-center::before {
  content: attr(data-en);
  display: block;
  color: #00A9C1;
  font-family: "Roboto Slab", serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-title-center::before {
    font-size: 1.25rem;
  }
}
.c-title-center .blue-gradation {
  display: inline-block;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.7;
  font-weight: 700;
  padding: 0 1rem;
  background: -webkit-gradient(linear, left top, right top, from(#53B7E3), to(#6ED0CB));
  background: linear-gradient(90deg, #53B7E3 0%, #6ED0CB 100%);
}
@media screen and (max-width: 767px) {
  .c-title-center .blue-gradation {
    font-size: 1.75rem;
  }
}
.c-title-center .flex {
  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;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-title-center .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-title-lhSp {
    line-height: 1.5;
  }
}

.c-top {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #00A9C1;
}
@media screen and (max-width: 767px) {
  .c-top {
    display: block;
    padding-bottom: 0.4375rem;
  }
}

.c-top__title {
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-top__title {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
.c-top__title::before {
  content: attr(data-en);
  display: block;
  color: #00A9C1;
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-top__title::before {
    line-height: 1;
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-top: 1rem;
  }
}

.c-breadcrumb--single {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb--single {
    margin-top: 0rem;
  }
}
.c-breadcrumb--single .c-breadcrumb__lists {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb--single .c-breadcrumb__lists {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-breadcrumb__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}

.c-breadcrumb__list,
.c-breadcrumb__link {
  color: #CCCCCC;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list,
  .c-breadcrumb__link {
    font-size: 0.75rem;
  }
}

.c-breadcrumb__list {
  position: relative;
}
.c-breadcrumb__list::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.4375rem;
  height: 0.8125rem;
  background-image: url(../imgs/pc/breadcrumb_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list::after {
    width: 0.3125rem;
    height: 0.6875rem;
    margin-left: 0.4375rem;
  }
}

.c-breadcrumb__list--end {
  color: #363646;
}
.c-breadcrumb__list--end::after {
  display: none;
}

.c-breadcrumb__link {
  display: inline-block;
}
.c-breadcrumb__link:hover {
  color: #00A9C1;
}

.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 18.75rem;
  height: 4rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding-left: 2rem;
  background: #47475C;
  border-radius: 5rem;
}
.c-button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background: #fff;
  overflow: hidden;
}
.c-button span::before, .c-button span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.03125rem);
  left: calc(50% + 0.03125rem);
  width: 0.8125rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}
.c-button span::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.c-button span::after {
  -webkit-transform: translate(calc(-50% - 1.125rem), -50%);
          transform: translate(calc(-50% - 1.125rem), -50%);
  opacity: 0;
}
.c-button:hover span::before {
  -webkit-transform: translate(calc(-50% + 1.125rem), -50%);
          transform: translate(calc(-50% + 1.125rem), -50%);
  opacity: 0;
}
.c-button:hover span::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

.c-button--pink {
  background: #EC7793;
}
.c-button--pink span::before, .c-button--pink span::after {
  background-image: url(../imgs/pc/arrow_pink.svg);
}

.c-button--blue {
  background: -webkit-gradient(linear, left top, right top, from(#53B7E3), to(#6ED0CB));
  background: linear-gradient(90deg, #53B7E3 0%, #6ED0CB 100%);
}
.c-button--blue span::before, .c-button--blue span::after {
  background-image: url(../imgs/pc/arrow_blue.svg);
}

.c-button--wid320 {
  max-width: 20rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-left: 0rem;
  padding-right: 2rem;
}
.c-button--wid320 span {
  right: 1.5rem;
}

.c-button-min {
  position: relative;
  width: 100%;
  max-width: 10rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00A9C1;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  padding-left: 1.75rem;
  border: 1px solid #00A9C1;
  border-radius: 5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button-min::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(../imgs/pc/arrow_circle_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button-min:hover {
  color: #fff;
  background: #00A9C1;
}
.c-button-min:hover::after {
  background-image: url(../imgs/pc/arrow_circle_white.svg);
}

.c-button-back {
  position: relative;
  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%;
  max-width: 20rem;
  height: 4rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding-left: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(#53B7E3), to(#6ED0CB));
  background: linear-gradient(90deg, #53B7E3 0%, #6ED0CB 100%);
  border-radius: 5rem;
}
.c-button-back span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(-1, -1);
          transform: translateY(-50%) scale(-1, -1);
  left: 1.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background: #fff;
  overflow: hidden;
}
.c-button-back span::before, .c-button-back span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.03125rem);
  left: calc(50% + 0.03125rem);
  width: 0.8125rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/arrow_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}
.c-button-back span::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.c-button-back span::after {
  -webkit-transform: translate(calc(-50% - 1.125rem), -50%);
          transform: translate(calc(-50% - 1.125rem), -50%);
  opacity: 0;
}
.c-button-back:hover span::before {
  -webkit-transform: translate(calc(-50% + 1.125rem), -50%);
          transform: translate(calc(-50% + 1.125rem), -50%);
  opacity: 0;
}
.c-button-back:hover span::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

.c-cta {
  width: 100%;
  padding: 6.25rem 2.5rem;
  background: -webkit-gradient(linear, right top, left top, from(#FFF2E6), to(#FFE8EE));
  background: linear-gradient(270deg, #FFF2E6 0%, #FFE8EE 100%);
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding: 2.5rem 1rem;
  }
}

.c-cta__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
  }
}

.c-cta__box {
  width: 100%;
}

.c-cta__title {
  position: relative;
  display: inline-block;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-cta__title {
    font-size: 2rem;
  }
}
.c-cta__title::before {
  content: attr(data-en);
  display: block;
  color: #EC7793;
  font-family: "Roboto Slab", serif;
  font-size: 1.5rem;
  letter-spacing: 0.13em;
  margin-bottom: 1rem;
}

.c-cta__text {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1rem;
}

.c-cta__buttonBox {
  width: 100%;
  max-width: 18.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-cta__buttonBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.c-date {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-date {
    margin-top: 2.5rem;
  }
}

.c-date--mt56 {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .c-date--mt56 {
    margin-top: 2.5rem;
  }
}

.c-date__title {
  font-size: 2.25rem;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-date__title {
    font-size: 1.5rem;
  }
}
.c-date__title .blue {
  border-bottom: 0.1875rem dotted #0087C1;
}
.c-date__title .blue span {
  color: #0087C1;
}

.c-date__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem 3.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1360px) {
  .c-date__wrapper {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

.c-date__comment {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-date__comment {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-dateCard {
    width: 100%;
  }
}

.c-dateCard--mr {
  margin-right: 2.8125rem;
}
@media screen and (max-width: 1360px) {
  .c-dateCard--mr {
    margin-right: 0rem;
  }
}

.c-dateCard__title {
  color: #0087C1;
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
  padding: 0 0.625rem;
  background: rgba(0, 135, 193, 0.1);
}
@media screen and (max-width: 767px) {
  .c-dateCard__title {
    font-size: 1.25rem;
  }
}
.c-dateCard__title .box {
  position: relative;
}
.c-dateCard__title .comment {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 0.5rem);
  color: #F52F11;
  font-size: 0.8125rem;
  line-height: 1.7;
  font-weight: 500;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .c-dateCard__title--bigSp {
    font-size: 1.5rem;
  }
}

.c-dateCard__date {
  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;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-dateCard__date {
    gap: 1.25rem;
  }
}

.c-dateCard__icon {
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .c-dateCard__icon {
    width: 4rem;
  }
}

.c-dateCard__text {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
.c-dateCard__text .number {
  position: relative;
  left: -0.25rem;
  color: #0087C1;
  font-family: "Roboto Serif", serif;
  font-size: 6rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-dateCard__text .number {
    font-size: 4rem;
  }
}
.c-dateCard__text .medium {
  display: inline-block;
  font-size: 4.875rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .c-dateCard__text .medium {
    font-size: 4rem;
    margin-top: -0.25rem;
  }
}
.c-dateCard__text .min {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-dateCard__text .min {
    font-size: 1.5rem;
  }
}

.c-dateCard__comment {
  font-size: 0.875rem;
  text-align: center;
  margin-top: 0.5rem;
}

.c-dateItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-dateItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}

.c-dateItem__box {
  width: 100%;
}

.c-dateItem__img {
  width: 100%;
  max-width: 29rem;
  margin: 1rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-dateItem__img {
    max-width: 17rem;
  }
}

.c-dateItem__img02 {
  width: 100%;
  max-width: 29.25rem;
  padding-right: 2.125rem;
  margin: 0.875rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-dateItem__img02 {
    padding-right: 0rem;
    margin-top: 0rem;
  }
}

.c-editor h2 {
  color: #00A9C1;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.c-editor h3 {
  color: #00A9C1;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.c-editor h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.c-editor h5 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.c-editor h6 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.c-editor p {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.c-editor a {
  display: inline;
  color: #00A9C1;
  font-size: 1rem;
  text-decoration: underline;
}
.c-editor a:hover {
  opacity: 0.7;
}
.c-editor ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}
.c-editor ul li {
  font-size: 1rem;
}
.c-editor ul li ul {
  padding-left: 1rem;
  margin-bottom: 0rem;
}
.c-editor ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.c-editor ol li {
  font-size: 1rem;
}
.c-editor ol li ul {
  list-style: decimal;
  padding-left: 1rem;
  margin-bottom: 0rem;
}
.c-editor ol li::marker {
  font-weight: bold;
}
.c-editor figure {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.c-editor figure img {
  margin-bottom: 0rem;
}
.c-editor img {
  width: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.c-editor mark.has-inline-color {
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, var(--mark-bg))) !important;
  background-image: linear-gradient(transparent 75%, var(--mark-bg) 75%) !important;
  color: inherit;
  padding: 0 0.1em;
}
.c-editor .wp-block-group {
  padding: 1rem;
  border: 1px solid #00A9C1;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.c-editor .wp-block-group.has-background {
  border: none;
}
.c-editor .wp-block-group ul,
.c-editor .wp-block-group ol {
  margin: 0;
}
.c-editor .wp-block-table {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor .wp-block-table {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.c-editor .wp-block-table table {
  width: 100%;
}
.c-editor .wp-block-table th,
.c-editor .wp-block-table td {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.625rem 0.75rem;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 830px) {
  .c-editor .wp-block-table.head table {
    table-layout: fixed;
  }
}
.c-editor .wp-block-table.head thead {
  border: none;
}
.c-editor .wp-block-table.head thead th,
.c-editor .wp-block-table.head thead td {
  color: #00A9C1;
  font-size: 14px;
  line-height: 1.3;
  padding: 0.625rem 0.75rem;
  background: #EAF7F9;
}
.c-editor .no-head td {
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #CCCCCC;
  padding: 1.0625rem 0.5rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-editor .no-head td {
    padding: 0.25rem 0.5rem;
  }
}
.c-editor .no-head td:first-of-type {
  width: 6.375rem;
  color: #00A9C1;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  background: #EAF7F9;
}
@media screen and (max-width: 767px) {
  .c-editor .no-head td:first-of-type {
    padding: 1.15625rem 0.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-editor .no-head td:first-of-type {
    width: 5rem;
  }
}

.c-article-news {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .c-article-news {
    gap: 1rem;
    padding: 0.875rem 0;
  }
}
.c-article-news:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-article-news:hover .c-article-news__title {
  color: #EC7793;
}

.c-article-news__thumbnail {
  width: 100%;
  max-width: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-article-news__thumbnail {
    max-width: 6.25rem;
  }
}

.c-article-news__img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.c-article-news__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-article-news__box {
  width: 100%;
}

.c-article-news__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-article-news__group {
    gap: 0.5rem;
  }
}

.c-article-news__time {
  color: #777777;
  font-size: 0.875rem;
  font-weight: 500;
}

.c-article-news__category {
  color: #0087C1;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.125rem 0.9375rem;
  border: 1px solid #0087C1;
  border-radius: 5rem;
}

.c-article-news__title {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-article-news__title {
    margin-top: 0.5rem;
  }
}

.c-article-resources {
  width: 100%;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 0 0.375rem rgba(54, 54, 70, 0.25);
          box-shadow: 0 0 0.375rem rgba(54, 54, 70, 0.25);
  overflow: hidden;
}
.c-article-resources:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-article-resources:hover .c-article-resources__title {
  color: #EC7793;
}

.c-article-resources__thumbnail {
  width: 100%;
}

.c-article-resources__img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.c-article-resources__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-article-resources__box {
  width: 100%;
  padding: 1rem 1.5rem 2.375rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-article-resources__box {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
  }
}

.c-article-resources__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.c-article-resources__time {
  color: #111111;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-article-resources__time {
    font-size: 0.875rem;
  }
}

.c-article-resources__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-article-resources__category {
  color: #00A9C1;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.25rem 1rem;
  background: #C9F2F9;
  border-radius: 5rem;
}
.c-article-resources__category.tag02 {
  color: #EC7793;
  background: #FFEBEF;
}

.c-article-resources__title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-article-resources__title {
    font-size: 1rem;
  }
}

.c-article-not {
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-article-not {
    margin-top: 2rem;
  }
}

.c-article-not__title {
  color: #00A9C1;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-article-not__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.c-article-not__text {
  color: #00A9C1;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-article-not__text {
    font-size: 1.125rem;
  }
}

.c-article-not__button {
  margin: 2rem auto 0 auto;
}

.c-article-event {
  display: block;
  width: 100%;
  overflow: hidden;
}
.c-article-event:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-article-event:hover .c-article-event__title {
  color: #EC7793;
}

.c-article-event__thumbnail {
  width: 100%;
}

.c-article-event__img {
  position: relative;
  width: 100%;
  padding-top: 56.2222222222%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.c-article-event__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-article-event__box {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-article-event__box {
    padding-top: 0.75rem;
    padding-bottom: 0rem;
  }
}

.c-article-event__time {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-article-event__time {
    font-size: 0.875rem;
  }
}

.c-article-event__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-article-event__title {
    font-size: 1.25rem;
  }
}

.c-article-event__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-article-event__group {
    margin-top: 0.5rem;
  }
}
.c-article-event__group:first-of-type {
  margin-top: 0rem;
}

.c-article-event__prefectures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  color: #00A9C1;
  font-size: 1rem;
  white-space: nowrap;
}
.c-article-event__prefectures::before {
  content: "";
  display: block;
  position: relative;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  background-image: url(../imgs/pc/map_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-article-event__prefectures::before {
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
  }
}

.c-article-event__address {
  font-size: 1rem;
  line-height: 1.5;
}

.c-article-event__number {
  font-size: 1rem;
  line-height: 2;
}
.c-article-event__number .count {
  display: inline-block;
  margin-left: 0.5rem;
}
.c-article-event__number .count span {
  display: inline-block;
  color: #00A9C1;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-right: 0.25rem;
}

.c-article-eventNot {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-article-eventNot {
    margin-top: 1rem;
  }
}

.c-article-eventNot__title {
  color: #00A9C1;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-article-eventNot__title {
    font-size: 1.75rem;
    line-height: 1.5;
    white-space: wrap;
  }
}

.c-article-eventNot__text {
  color: #00A9C1;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-article-eventNot__text {
    font-size: 1rem;
    line-height: 1.5;
    white-space: wrap;
    margin-top: 1rem;
  }
}

.c-article-eventNot__button {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-article-eventNot__button {
    margin-top: 1.5rem;
  }
}

.pagination .nav-links {
  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;
  gap: 0.3125rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links {
    margin-top: 1.5rem;
  }
}
.pagination .page-numbers {
  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: 2.5rem;
  max-width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #363646;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .page-numbers:hover {
  color: #fff;
  background: #363646;
}
.pagination .dots {
  font-size: 1rem;
  line-height: 1;
  border: none;
}
.pagination .dots:hover {
  color: #363646;
  background: rgba(255, 255, 255, 0);
}
.pagination .current {
  color: #fff;
  background: #363646;
}
.pagination .prev,
.pagination .next {
  position: relative;
  border: none;
}
.pagination .prev::before,
.pagination .next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  width: 0.8125rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/arrow_black.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .prev:hover::before,
.pagination .next:hover::before {
  background-image: url(../imgs/pc/arrow_white.svg);
}
.pagination .next::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-fv {
  position: relative;
  width: 100%;
  padding: 9rem 2.5rem 4.75rem 2.5rem;
  background-image: url(../imgs/pc/fv_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding: 4.125rem 1rem 2rem 1rem;
    background-image: url(../imgs/sp/fv_bg.webp);
  }
}

.p-fv__inner {
  width: 100%;
  max-width: 82rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding-left: 2.25rem;
}
@media screen and (max-width: 1400px) {
  .p-fv__inner {
    padding-left: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 0.5rem;
  }
}

.p-fv__box {
  width: 100%;
  max-width: 42.3125rem;
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__box {
    max-width: 22.5rem;
    padding-top: 0rem;
    margin: 0 auto;
  }
}

.p-fv__band {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv__band {
    display: none;
  }
}
.p-fv__band img {
  position: relative;
  top: 0.375rem;
  display: block;
  width: 8.6875rem;
}

.p-fv__batch {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv__batch {
    position: absolute;
    z-index: 2;
    top: 62.5641025641vw;
    right: 3.0769230769vw;
    display: block;
    width: 30.7692307692vw;
  }
}

.p-fv__title {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1400px) {
  .p-fv__title {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 2.375rem;
    line-height: 1.2;
    padding-left: 1rem;
    margin-top: 0rem;
  }
}
.p-fv__title span {
  display: inline-block;
  font-size: 4rem;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 1400px) {
  .p-fv__title span {
    font-size: 3.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__title span {
    font-size: 2.375rem;
    line-height: 1.2;
  }
}

.p-fv__text {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 1.25rem;
    text-align: center;
    margin-top: 0.75rem;
  }
}

.p-fv__exp {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__exp {
    font-size: 1rem;
    text-align: center;
    margin-top: 1.375rem;
  }
}

.p-fv__buttonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__buttonBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    margin-top: 0.9375rem;
  }
}

.p-fv__slider {
  width: 100%;
  max-width: 36.25rem;
}
@media screen and (max-width: 1400px) {
  .p-fv__slider {
    max-width: 33.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__slider {
    max-width: 100%;
  }
}

.p-fv__sliderImg {
  width: 100%;
}

.p-fv-exhibition {
  width: 100%;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-exhibition {
    padding-top: 2.5rem;
  }
}

.p-fv-exhibition__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-exhibition__title {
    font-size: 1.5rem;
  }
}
.p-fv-exhibition__title .big {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-exhibition__title .big {
    font-size: 1.75rem;
  }
}
.p-fv-exhibition__title .blue {
  color: #00A9C1;
}

.p-fv-exhibition__loop {
  width: 100%;
  overflow: hidden;
  margin-top: 1.5rem;
}

.p-fv-exhibition__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-animation: exhibition-loop var(--exhibition-duration, 30s) linear infinite;
          animation: exhibition-loop var(--exhibition-duration, 30s) linear infinite;
}

.p-fv-exhibition__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-exhibition__group {
    gap: 2rem;
  }
}

.p-fv-exhibition__logoImg {
  display: block;
  width: auto;
  height: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@-webkit-keyframes exhibition-loop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(calc(var(--group-width) * -1), 0, 0);
            transform: translate3d(calc(var(--group-width) * -1), 0, 0);
  }
}

@keyframes exhibition-loop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(calc(var(--group-width) * -1), 0, 0);
            transform: translate3d(calc(var(--group-width) * -1), 0, 0);
  }
}
.p-fv-exhibition__wrapper {
  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;
  gap: 1rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-exhibition__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem 0.8125rem;
    margin-top: 2rem;
  }
}

.p-fv-exhibition__item {
  width: auto;
  height: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-exhibition__item {
    width: 10.9375rem;
    height: auto;
  }
  .p-fv-exhibition__item:first-of-type {
    margin: 0 1.25rem;
  }
}

.p-fv-about {
  width: 100%;
  padding: 7.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about {
    padding: 2.5rem 0rem 0rem 0rem;
  }
}

.p-fv-about__wrapper {
  width: 75rem;
  max-width: calc(100% - 2.5rem);
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__wrapper {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    padding: 0 1rem;
  }
}

.p-fv-about__text {
  width: 100%;
  max-width: 37.125rem;
  font-size: 1.25rem;
  line-height: 2.2;
  font-weight: 700;
  padding-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__text {
    max-width: 100%;
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
    padding-top: 0rem;
  }
}

.p-fv-about__loop {
  width: 100%;
  overflow: hidden;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__loop {
    margin-top: 2.5rem;
  }
}

.p-fv-about__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: about-loop 40s linear infinite;
          animation: about-loop 40s linear infinite;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.p-fv-about__group {
  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;
}

.p-fv-about__loopImg {
  display: block;
  width: auto;
  height: 17.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 1.5rem;
  margin-right: 2.5rem;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .p-fv-about__loopImg {
    height: 8.625rem;
    margin-right: 1rem;
  }
}
.p-fv-about__loopImg:nth-of-type(even) {
  height: 22.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__loopImg:nth-of-type(even) {
    height: 11.125rem;
  }
}

@-webkit-keyframes about-loop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes about-loop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
.p-fv-feature {
  position: relative;
  z-index: 1;
  padding: 6.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-feature {
    padding: 2.5rem 1rem;
  }
}

.p-fv-feature__item {
  position: absolute;
  z-index: -1;
  top: -2.625rem;
  right: 0;
  width: 31.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-feature__item {
    top: -4.875rem;
    width: 12.1875rem;
  }
}

.p-fv-feature__item02 {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 19.375rem;
  width: 19.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-feature__item02 {
    display: none;
  }
}

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

.p-fv-feature__label {
  font-size: 2.25rem;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv-feature__label {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}
.p-fv-feature__label .blue {
  border-bottom: 0.1875rem dotted #00A9C1;
}
.p-fv-feature__label .blue span {
  color: #00A9C1;
}

.p-fv-feature__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-feature__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

.p-fv-featureCard {
  width: 100%;
  padding: 2rem 1.5rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 169, 193, 0.5);
          box-shadow: 0px 0px 8px rgba(0, 169, 193, 0.5);
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-featureCard {
    padding: 1rem;
  }
}

.p-fv-featureCard__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-featureCard__title {
    font-size: 1.25rem;
  }
}
.p-fv-featureCard__title span {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-featureCard__title span {
    font-size: 1rem;
  }
}

.p-fv-featureCard__img {
  width: auto;
  height: 6.875rem;
  margin: 0.25rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-featureCard__img {
    height: 5rem;
  }
}

.p-fv-featureCard__text {
  color: #111111;
  font-size: 1rem;
  line-height: 2;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-featureCard__text {
    line-height: 1.7;
  }
}

.p-fv-feature__button {
  margin: 4rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-feature__button {
    margin-top: 2.5rem;
  }
}

.p-fv-featureCta {
  width: 100%;
  padding: 3.5rem 4rem;
  background: -webkit-gradient(linear, right top, left top, from(#FFF2E6), to(#FFE8EE));
  background: linear-gradient(270deg, #FFF2E6 0%, #FFE8EE 100%);
  border-radius: 1.5rem;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-featureCta {
    padding: 2.5rem 1rem;
    margin-top: 5rem;
  }
}

.p-fv-featureCta__title {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-featureCta__title {
    font-size: 1.75rem;
  }
}

.p-fv-featureCta__text {
  font-size: 1.25rem;
  line-height: 2;
  text-align: center;
  margin-top: 0.5rem;
}

.p-fv-featureCta__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-featureCta__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-fv-featureCta__group {
  width: 100%;
  max-width: 18.75rem;
}

.p-fv-featureCta__label {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.p-fv-featureCta__label span {
  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;
  gap: 0.125rem;
}
.p-fv-featureCta__label span::before, .p-fv-featureCta__label span::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 0.125rem;
  background: #363646;
  -webkit-transform: rotate(52deg);
          transform: rotate(52deg);
}
.p-fv-featureCta__label span::after {
  -webkit-transform: rotate(-52deg);
          transform: rotate(-52deg);
}

.p-fv-featureCta__button {
  margin-top: 0.625rem;
}

.p-fv-recommend {
  width: 100%;
  padding: 6.25rem 2.5rem;
  background: #D0EDF1;
}
@media screen and (max-width: 767px) {
  .p-fv-recommend {
    padding: 2.5rem 1rem;
  }
}

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

.p-fv-recommend__box {
  width: 100%;
  max-width: 71.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 2.5rem auto 0 auto;
  background: #fff;
  padding: 3.5rem 6.125rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-recommend__box {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9375rem;
    margin-top: 1.5rem;
    padding: 1rem 1.5rem;
  }
}

.p-fv-recommend__lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv-recommend__lists {
    gap: 0.9375rem;
  }
}

.p-fv-recommend__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-recommend__list {
    font-size: 1rem;
    padding-left: 0rem;
  }
}
.p-fv-recommend__list::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  background-image: url(../imgs/pc/recommend_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-recommend__list::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-fv-recommend__list.p-fv-recommend__list--icon02::before {
  background-image: url(../imgs/pc/recommend_icon02.svg);
}
.p-fv-recommend__list.p-fv-recommend__list--icon03::before {
  background-image: url(../imgs/pc/recommend_icon03.svg);
}
.p-fv-recommend__list.p-fv-recommend__list--icon04::before {
  background-image: url(../imgs/pc/recommend_icon04.svg);
}
.p-fv-recommend__list.p-fv-recommend__list--icon05::before {
  background-image: url(../imgs/pc/recommend_icon05.svg);
}
.p-fv-recommend__list.p-fv-recommend__list--icon06::before {
  background-image: url(../imgs/pc/recommend_icon06.svg);
}
.p-fv-recommend__list .blue {
  color: #00A9C1;
}

.p-fv-recommend__label {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv-recommend__label {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}
.p-fv-recommend__label span {
  border-bottom: 0.1875rem dotted #00A9C1;
}

.p-fv-recommend__wrapper {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-recommend__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.5rem;
    margin-top: 1.5rem;
  }
}

.p-fv-recommendCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  padding: 3rem 0;
  border-bottom: 1px solid #00A9C1;
}
@media screen and (max-width: 767px) {
  .p-fv-recommendCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    padding: 0;
    border-bottom: none;
  }
}

.p-fv-recommendCard__img {
  width: 100%;
  max-width: 26.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-recommendCard__img {
    max-width: 100%;
  }
}

.p-fv-recommendCard__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 700;
}
.p-fv-recommendCard__title img {
  width: 10.0625rem;
}
.p-fv-recommendCard__title img.wid167 {
  width: 10.4375rem;
}

.p-fv-recommendCard__text {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-recommendCard__text {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.p-fv-recommendCard__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-recommendCard__box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 1rem;
  }
}

.p-fv-recommendCard__exp {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-recommendCard__exp {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-fv-recommendCard__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-recommendCard__lists {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.25rem;
  }
}

.p-fv-recommendCard__list {
  text-align: center;
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-recommendCard__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
  }
}

.p-fv-recommendCard__listTitle {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-recommendCard__listTitle {
    width: 100%;
    font-size: 0.875rem;
    white-space: nowrap;
  }
}
.p-fv-recommendCard__listTitle span {
  font-size: 0.8125rem;
}

.p-fv-recommendCard__listText {
  color: #00A9C1;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-recommendCard__listText {
    width: 100%;
    font-size: 0.875rem;
    margin-top: 0rem;
  }
}
.p-fv-recommendCard__listText span {
  display: inline-block;
  font-family: "Roboto Serif", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-recommendCard__listText span {
    font-size: 2rem;
    margin-right: 0rem;
  }
}

.p-fv-event {
  width: 100%;
  padding: 6.25rem 2.5rem;
  background: #EAF7F9;
}
@media screen and (max-width: 767px) {
  .p-fv-event {
    padding: 2.5rem 1rem;
  }
}

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

.p-fv-event__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-event__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}

.p-fv-eventPost {
  display: block;
  width: 100%;
}
.p-fv-eventPost:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-fv-eventPost:hover .p-fv-eventPost__title {
  color: #EC7793;
}

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

.p-fv-eventPost__img {
  position: relative;
  width: 100%;
  padding-top: 56.1290322581%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.p-fv-eventPost__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-eventPost__time {
  font-size: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-eventPost__time {
    font-size: 0.875rem;
  }
}

.p-fv-eventPost__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-eventPost__title {
    font-size: 1.25rem;
  }
}

.p-fv-eventPost__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-eventPost__column {
    display: block;
  }
}

.p-fv-eventPost__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-eventPost__group {
    gap: 0rem 1rem;
    margin-top: 0.5rem;
  }
}
.p-fv-eventPost__group:first-of-type {
  margin-top: 0rem;
}

.p-fv-eventPost__prefectures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  color: #00A9C1;
  font-size: 1rem;
  white-space: nowrap;
}
.p-fv-eventPost__prefectures::before {
  content: "";
  display: block;
  position: relative;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  background-image: url(../imgs/pc/map_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-fv-eventPost__address {
  font-size: 1rem;
}

.p-fv-eventPost__number {
  font-size: 1rem;
  line-height: 2;
}
.p-fv-eventPost__number .count {
  display: inline-block;
  font-weight: 700;
  margin-left: 0.5rem;
}
.p-fv-eventPost__number .count span {
  display: inline-block;
  color: #00A9C1;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-right: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-eventPost__number .count span {
    font-size: 1.25rem;
  }
}

.p-fv-event__column {
  width: 100%;
}
.p-fv-event__column .p-fv-eventPost {
  padding: 1rem 0;
  border-bottom: 1px solid #D4D4D4;
}
@media screen and (max-width: 767px) {
  .p-fv-event__column .p-fv-eventPost {
    padding: 0.5rem 0rem;
  }
}
.p-fv-event__column .p-fv-eventPost:first-of-type {
  padding-top: 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-event__column .p-fv-eventPost:first-of-type {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-event__column .p-fv-eventPost:first-of-type {
    border-top: 1px solid #D4D4D4;
  }
}
.p-fv-event__column .p-fv-eventPost__time {
  min-width: 12.0625rem;
  font-size: 1rem;
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-event__column .p-fv-eventPost__time {
    min-width: 10.75rem;
    font-size: 0.875rem;
  }
}
.p-fv-event__column .p-fv-eventPost__title {
  font-size: 1.25rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-event__column .p-fv-eventPost__title {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.p-fv-eventPost__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-fv-eventPost__button {
  width: 100%;
  max-width: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-fv-eventPost__button {
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0.25rem;
  }
}

.p-fv-event__button {
  margin: 4.25rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-event__button {
    margin-top: 2.5rem;
  }
}

.p-fv-resources {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 6.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-resources {
    padding: 2.5rem 0rem;
  }
}

.p-fv-resources__item {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 19.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-resources__item {
    top: 0.5rem;
    width: 10.875rem;
  }
}

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

.p-fv-resources__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-resources__wrapper {
    display: block;
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .slider-resources {
    opacity: 0;
  }
  .slider-resources.slick-initialized {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .slider-resources .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 1rem 0;
  }
  .slider-resources .slick-dots {
    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;
    gap: 0.625rem;
    font-size: 0;
    margin-top: 0.625rem;
  }
  .slider-resources .slick-dots li {
    margin: 0;
    width: 0.5rem;
    height: 0.5rem;
    background: #D9D9D9;
    border-radius: 100%;
  }
  .slider-resources .slick-dots li.slick-active {
    background: #7D7D7D;
  }
}

.p-fv-resourcesPost {
  display: block;
  width: 100%;
  border-radius: 1.5rem;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(54, 54, 70, 0.25);
          box-shadow: 0 0 6px rgba(54, 54, 70, 0.25);
}
@media screen and (max-width: 767px) {
  .p-fv-resourcesPost {
    margin: 0 1rem;
  }
}
.p-fv-resourcesPost:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-fv-resourcesPost:hover .p-fv-resourcesPost__title {
  color: #EC7793;
}

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

.p-fv-resourcesPost__img {
  position: relative;
  width: 100%;
  padding-top: 56.1290322581%;
  border-radius: 1.5rem 1.5rem 0rem 0rem;
  overflow: hidden;
}
.p-fv-resourcesPost__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-resourcesPost__box {
  width: 100%;
  padding: 1rem 1.5rem 2.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-resourcesPost__box {
    padding: 0.5rem 1rem 1rem 1rem;
  }
}

.p-fv-resourcesPost__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-fv-resourcesPost__time {
  font-size: 1rem;
  line-height: 2;
}

.p-fv-resourcesPost__category {
  color: #00A9C1;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.25rem 1rem;
  background: #C9F2F9;
  border-radius: 5rem;
}

.p-fv-resourcesPost__title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-resourcesPost__title {
    font-size: 1rem;
    margin-top: 0.25rem;
  }
}

.p-fv-resources__button {
  margin: 3.75rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-resources__button {
    margin-top: 2.5rem;
  }
}

.p-fv-news {
  width: 100%;
  padding: 5rem 2.5rem;
  background: #EAF7F9;
}
@media screen and (max-width: 767px) {
  .p-fv-news {
    padding: 2.5rem 1rem;
  }
}

.p-fv-news__inner {
  width: 100%;
  max-width: 80rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
  }
}

.p-fv-news__aside {
  width: 100%;
  max-width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__aside {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-fv-news__button {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__button {
    margin-top: 0rem;
  }
}

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

.p-about {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-top: 4.625rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 0rem;
    margin: 0;
  }
}

.p-about__item {
  position: absolute;
  z-index: -1;
  top: 0rem;
  right: 0;
  width: 24.625rem;
}
@media screen and (max-width: 767px) {
  .p-about__item {
    display: none;
  }
}

.p-about__item02 {
  position: absolute;
  z-index: -1;
  top: 25.625rem;
  left: 0;
  width: 20.3125rem;
}
@media screen and (max-width: 767px) {
  .p-about__item02 {
    display: none;
  }
}

.p-about__img {
  position: absolute;
  z-index: -1;
  top: 6.1805555556vw;
  left: 5.5555555556vw;
  width: 13.8888888889vw;
}
@media screen and (max-width: 767px) {
  .p-about__img {
    display: none;
  }
}

.p-about__img02 {
  position: absolute;
  z-index: -1;
  top: 26.1111111111vw;
  left: 7.6388888889vw;
  width: 18.0555555556vw;
}
@media screen and (max-width: 767px) {
  .p-about__img02 {
    display: none;
  }
}

.p-about__img03 {
  position: absolute;
  z-index: -1;
  top: 5.5555555556vw;
  right: 5.5555555556vw;
  width: 18.0555555556vw;
}
@media screen and (max-width: 767px) {
  .p-about__img03 {
    display: none;
  }
}

.p-about__img04 {
  position: absolute;
  z-index: -1;
  top: 30.2777777778vw;
  right: 11.1111111111vw;
  width: 13.8888888889vw;
}
@media screen and (max-width: 767px) {
  .p-about__img04 {
    display: none;
  }
}

.p-about__title {
  position: relative;
  font-size: 2.25rem;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 1.75rem;
    line-height: 1.55;
  }
}
.p-about__title .band {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  padding: 0 1rem;
  background: #00A9C1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about__title .band {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}
.p-about__title .blue {
  color: #00A9C1;
}

.p-about__bigText {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__bigText {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.p-about__bigText .inner {
  display: inline-block;
  position: relative;
}
.p-about__bigText .blue {
  color: #00A9C1;
}

.p-about__text {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    text-align: left;
    margin-top: 1.5rem;
  }
}

.p-about-event {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about-event {
    margin-top: 2.5rem;
  }
}

.p-about-event__band {
  text-align: center;
}
.p-about-event__band span {
  position: relative;
  display: inline-block;
  color: #00A9C1;
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about-event__band span {
    font-size: 1.25rem;
  }
}
.p-about-event__band span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -0.3125rem;
  left: -0.875rem;
  width: 1.375rem;
  height: 1.3125rem;
  background-image: url(../imgs/pc/title_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-about-event__band span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(100% - 0.0625rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10.5rem;
  height: 0.9375rem;
  background-image: url(../imgs/pc/title_bar168.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about-event__band span::after {
    width: 8.75rem;
    background-image: url(../imgs/pc/title_bar140.svg);
  }
}

.p-about-event__title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-event__title {
    font-size: 1.75rem;
    margin-top: 1.75rem;
  }
}

.p-about-event__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-event__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
  }
}

.p-about-eventCard {
  width: 100%;
  padding: 2rem 1.5rem;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 0 8px rgba(0, 169, 193, 0.5);
          box-shadow: 0 0 8px rgba(0, 169, 193, 0.5);
}
@media screen and (max-width: 767px) {
  .p-about-eventCard {
    padding: 1.5rem 1rem;
  }
}

.p-about-eventCard__title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-eventCard__title {
    font-size: 1.5rem;
  }
}
.p-about-eventCard__title::before {
  content: attr(data-en);
  display: block;
  color: #00A9C1;
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.p-about-eventCard__img {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-eventCard__img {
    max-width: 96.6257668712%;
    margin: 0.5rem auto 0rem auto;
  }
}

.p-about-eventCard__text {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-eventCard__text {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.p-about-event__black {
  width: 100%;
  margin-top: 3.5rem;
}

.p-about-event__label {
  font-size: 2.25rem;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
}
.p-about-event__label .border {
  display: inline-block;
  border-bottom: 0.1875rem dotted #00A9C1;
}
.p-about-event__label .blue {
  color: #00A9C1;
}

.p-about-event__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.875rem;
}

.p-about-eventItem {
  width: 100%;
}

.p-about-eventItem__title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.p-about-eventItem__title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.p-about-eventItem__title span::before, .p-about-eventItem__title span::after {
  content: "";
  display: block;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  background: #00A9C1;
  border-radius: 50%;
}

.p-about-eventItem__number {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0.875rem;
}
.p-about-eventItem__number .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-about-eventItem__number .count {
  position: relative;
  top: 0.5rem;
  display: inline-block;
  color: #00A9C1;
  font-family: "Roboto Slab", serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 500;
  margin-right: 0.25rem;
}
.p-about-eventItem__number .count.min {
  font-size: 4.5rem;
  margin-top: -0.375rem;
}
.p-about-eventItem__number .count.min span {
  position: relative;
  top: 0.3125rem;
  display: block;
  font-size: 1.5rem;
}

.p-about-eventItem__number--mt10 {
  margin-top: 0.625rem;
}

.p-about-eventItem__comment {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.875rem;
}

.p-about-eventItem__comment--mt24 {
  margin-top: 1.5rem;
}

.p-about-held {
  width: 100%;
  padding: 5rem 2.5rem;
  background: #EAF7F9;
}
@media screen and (max-width: 767px) {
  .p-about-held {
    padding: 2.5rem 1rem;
  }
}

.p-about-held__inner {
  width: 100%;
  max-width: 80rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-about-held__inner {
    max-width: 100%;
  }
}

.p-about-held__band {
  text-align: center;
}
.p-about-held__band span {
  position: relative;
  display: inline-block;
  color: #00A9C1;
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about-held__band span {
    font-size: 1.25rem;
  }
}
.p-about-held__band span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -0.3125rem;
  left: -0.875rem;
  width: 1.375rem;
  height: 1.3125rem;
  background-image: url(../imgs/pc/title_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-about-held__band span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(100% - 0.0625rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16.5rem;
  height: 0.9375rem;
  background-image: url(../imgs/pc/title_bar264.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-about-held__title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-held__title {
    font-size: 1.75rem;
    margin-top: 1.875rem;
  }
}

.p-about-held__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-held__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 1.5rem;
    margin-top: 2rem;
  }
}

.p-about-held__text {
  width: 100%;
  font-size: 1rem;
  line-height: 2;
}

.p-about-held__img {
  width: 100%;
}

.p-about-latest {
  position: relative;
  width: 100%;
  padding: 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-latest {
    padding: 2.5rem 1rem 3.75rem 1rem;
  }
}

.p-about-latest__item {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 19.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-latest__item {
    display: none;
  }
}

.p-about-latest__inner {
  width: 100%;
  max-width: 80rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-about-latest__inner {
    max-width: 100%;
  }
}

.p-about-latest__wrapper {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-latest__wrapper {
    margin-top: 2rem;
  }
}

.p-about-latestPost {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-latestPost {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
  }
}
.p-about-latestPost:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-about-latestPost:hover .p-about-latestPost__title {
  color: #EC7793;
}
.p-about-latestPost:hover .c-button-min {
  color: #fff;
  background: #00A9C1;
}
.p-about-latestPost:hover .c-button-min::after {
  background-image: url(../imgs/pc/arrow_circle_white.svg);
}

.p-about-latestPost__thumbnail {
  width: 100%;
}

.p-about-latestPost__img {
  position: relative;
  width: 100%;
  padding-top: 56.1290322581%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.p-about-latestPost__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-about-latestPost__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-latestPost__block {
    -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.5rem;
  }
}

.p-about-latestPost__column {
  width: 100%;
}

.p-about-latestPost__time {
  font-size: 1rem;
}

.p-about-latestPost__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-about-latestPost__title {
    font-size: 1.25rem;
  }
}

.p-about-latestPost__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 0.25rem;
}
.p-about-latestPost__group:first-of-type {
  margin-top: 1rem;
}

.p-about-latestPost__prefectures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  color: #00A9C1;
  font-size: 1rem;
  white-space: nowrap;
}
.p-about-latestPost__prefectures::before {
  content: "";
  display: block;
  position: relative;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  background-image: url(../imgs/pc/map_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-about-latestPost__address {
  font-size: 1rem;
}

.p-about-latestPost__number {
  font-size: 1rem;
  line-height: 2;
}
.p-about-latestPost__number .count {
  display: inline-block;
  font-weight: 700;
  margin-left: 0.5rem;
}
.p-about-latestPost__number .count span {
  display: inline-block;
  color: #00A9C1;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-right: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-latestPost__number .count span {
    font-size: 1.25rem;
  }
}

.p-about-latestPost__button {
  width: 100%;
  max-width: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about-latestPost__button {
    max-width: 100%;
  }
}

.p-about-latest__button {
  margin: 4.25rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about-latest__button {
    margin-top: 2.5rem;
  }
}

.p-news {
  width: 100%;
  max-width: 60rem;
  margin: 3.375rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-news {
    max-width: 100%;
    margin-top: 1.5rem;
  }
}

.p-news__wrapper {
  width: 100%;
}

.p-event {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}

.p-event-aside {
  width: 100%;
  max-width: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-event-aside {
    max-width: 100%;
  }
}

.p-event-aside__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-event-aside__wrapper {
    gap: 0.875rem;
  }
}

.p-event-aside__column {
  width: 100%;
}

.p-event-aside__title {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-event-aside__title {
    color: #00A9C1;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-event-aside__title span {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-event-aside__title span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.875rem;
    height: 1.875rem;
    border: 1px solid #00A9C1;
    border-radius: 0.125rem;
  }
  .p-event-aside__title span::before, .p-event-aside__title span::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 0.9375rem;
    height: 1.5px;
    background: #00A9C1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-event-aside__title span::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
.p-event-aside__title.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.p-event-aside__box {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-event-aside__box {
    display: none;
    margin-top: 0.75rem;
  }
}

.p-event-aside__categories {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-event-aside__categories {
    gap: 0.9375rem 1rem;
  }
}

.p-event-aside__category {
  min-width: 9.25rem;
}

.p-event-aside__label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-event-aside__checkbox {
  cursor: pointer;
  position: relative;
  top: 0.0625rem;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  border: 1px solid #363646;
  background: #fff;
}

.p-event-aside__checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.3125rem;
  height: 0.625rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
  opacity: 0;
}

.p-event-aside__checkbox:checked {
  background: #363646;
  border-color: #363646;
}

.p-event-aside__checkbox:checked::before {
  opacity: 1;
}

.p-event-aside__text {
  font-size: 1rem;
  font-weight: 500;
}

.p-event-aside__button {
  position: relative;
  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%;
  max-width: 17rem;
  height: 2.5rem;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background: #363646;
  border-radius: 5rem;
  margin: 2.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-event-aside__button {
    max-width: 21.375rem;
    margin-top: 2rem;
    margin-bottom: 1.25rem;
  }
}
.p-event-aside__button:hover {
  opacity: 0.7;
}

.p-event-article {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-event-article {
    margin-top: 0.625rem;
  }
}

.p-event-article__search {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-event-article__search {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

.p-event-article__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-event-article__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}

.p-resources {
  width: 100%;
}

.p-resources__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 3.75rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-resources__content {
    gap: 2rem;
    margin-top: 2rem;
  }
}

.p-resources__block {
  width: 100%;
}

.p-resources__title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-resources__title {
    font-size: 1.5rem;
  }
}

.p-resources__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-resources__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}

.p-resources-tag {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-resources-tag {
    margin-top: 0rem;
  }
}

.p-resources-tag__list {
  color: #00A9C1;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-resources-tag__link {
  color: #00A9C1;
  font-size: 1.25rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.p-resources-tag__link::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url(../imgs/pc/arrow_circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-resources-tag__link:hover {
  opacity: 0.7;
}

.p-single {
  width: 100%;
  max-width: 58.75rem;
  margin: 4.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-single {
    max-width: 100%;
    margin-top: 1.5rem;
  }
}

.p-single__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-single__category {
  color: #0087C1;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.1875rem 0.9375rem;
  border: 1px solid #0087C1;
  border-radius: 5rem;
}

.p-single__time {
  color: #777777;
  font-size: 0.875rem;
}

.p-single__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
}

.p-single__editor {
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__editor {
    margin-top: 1.5rem;
  }
}

.p-single__back {
  margin: 3.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-single__back {
    margin-top: 2.5rem;
  }
}

.p-single-event {
  width: 100%;
}

.p-single-event__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-single-event__title {
    font-size: 1.5rem;
    text-align: left;
  }
}

.p-single-event__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-event__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}

.p-single-event__video {
  width: 100%;
}

.p-single-event__videoIn {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-single-event__videoIn iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-single-event__box {
  width: 100%;
}

.p-single-event__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.9375rem 1.5rem;
  border: 1px solid #979797;
}
@media screen and (max-width: 767px) {
  .p-single-event__info {
    padding: 0.9375rem 1rem;
  }
}
.p-single-event__info dt {
  width: 5rem;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.p-single-event__info dd {
  width: calc(100% - 5rem);
  font-size: 1rem;
  line-height: 1.7;
}

.p-single-event__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.7;
}

.p-single-event__row strong {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.p-single-event__row span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.p-single-event__tags {
  margin-top: 1rem;
}

.p-single-event__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.25rem;
}
.p-single-event__tag:first-of-type {
  margin-top: 0rem;
}
.p-single-event__tag a {
  color: #00A9C1;
}
.p-single-event__tag a:hover {
  opacity: 0.7;
}

.p-single-event__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-event__group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-single-event__button {
  width: 100%;
  max-width: 20rem;
  height: 4rem;
  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: 1rem;
  font-weight: 700;
  background: #00A9C1;
  border: 1px solid #00A9C1;
  border-radius: 5rem;
}
.p-single-event__button:hover {
  background: #363646;
  border: 1px solid #363646;
}

.p-single-event__button--border {
  color: #00A9C1;
  background: #fff;
}
.p-single-event__button--border:hover {
  color: #fff;
  background: #363646;
}

.p-single-event__editor {
  width: 100%;
  max-width: 58.75rem;
  margin: 2.5rem auto 0rem auto;
}

.p-single-event__item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-event__item {
    gap: 0.5rem;
    margin-top: 1.75rem;
  }
}

.p-single-event__band {
  color: #00A9C1;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single-event__band {
    font-size: 0.875rem;
  }
}

.p-single-resources {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 1360px) {
  .p-single-resources {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single-resources {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2rem;
  }
}

.p-single-resources__block {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-single-resources__block {
    width: 100%;
  }
}

.p-single-resources__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-single-resources__category {
  color: #00A9C1;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.25rem 1rem;
  background: #C9F2F9;
  border-radius: 5rem;
}
.p-single-resources__category.tag02 {
  color: #EC7793;
  background: #FFEBEF;
}

.p-single-resources__title {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single-resources__title {
    font-size: 1.5rem;
  }
}

.p-single-resources__thumbnail {
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-resources__thumbnail {
    margin-top: 1rem;
  }
}

.p-single-resources__editor {
  width: 100%;
  margin-top: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-single-resources__editor {
    margin-top: 1rem;
  }
}
.p-single-resources__editor h2 {
  font-size: 1.25rem;
  font-weight: 700;
}
.p-single-resources__editor p {
  font-size: 1rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-resources__editor p {
    margin-top: 1rem;
  }
}
.p-single-resources__editor ul {
  margin-top: 0.875rem;
}
.p-single-resources__editor ul li {
  position: relative;
  font-size: 1rem;
  padding-left: 1.75rem;
  margin-top: 0.5rem;
}
.p-single-resources__editor ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.21875rem;
  left: 0;
  width: 1.25rem;
  height: 1.1875rem;
  background-image: url(../imgs/pc/check_list.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-single-resources__editor ul li::before {
    top: 0.1875rem;
  }
}
.p-single-resources__editor ul li:first-of-type {
  margin-top: 0rem;
}
.p-single-resources__editor .wp-block-group__inner-container {
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-resources__editor .wp-block-group__inner-container {
    padding: 1.5rem 1rem;
  }
}

.p-single-resources__form {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-single-resources__form {
    width: 100%;
  }
}

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

.p-contact__text {
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

.p-contact__form {
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin-top: 2rem;
  }
}

.p-thanks {
  width: 100%;
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    margin-top: 2rem;
  }
}

.p-thanks--mt40 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks--mt40 {
    margin-top: 1rem;
  }
}

.p-thanks__title {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.75rem;
  }
}

.p-thanks__text {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    text-align: left;
    margin-top: 2rem;
  }
}

.p-thanks__button {
  margin: 3.3125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-thanks__button {
    margin-top: 2rem;
  }
}

.p-404 {
  width: 100%;
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-404 {
    margin-top: 2rem;
  }
}

.p-404__text {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    text-align: left;
  }
}

.p-404__button {
  margin: 3.3125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-404__button {
    margin-top: 2rem;
  }
}

@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-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-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;
  }
}/*# sourceMappingURL=style.css.map */