@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

svg,
img {
  max-width: 100%;
  vertical-align: middle;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, th, dt {
  font-weight: inherit;
}

article, main, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

:root {
  --color: #343031;
  --color-inverse: #fff;
  --color-accent: #009cef;
  --color-accent-dark: #0185CB;
  --color-section: #009cef;
  --color-accent-light: #f2fbff;
  --header-height: 3rem;
  --breackpoint-md: 768px;
  --gap: 0.75rem;
  --padding-block-sm: 1.875rem;
  --padding-block: 2.875rem;
  --padding-section-sm: 5rem;
  --padding-section: 6.25rem;
  --padding-page: 16.625rem;
  --border: 1px solid #707070;
  --border-color: 1px solid #343031;
  --border-wh: 1px solid #fff;
  --border-dot: 1px dotted #d1d1d1;
  --border-dash: 1px dashed #d9d9d9;
  --border-dash-gray: 1px dashed #707070;
  --border-gray: 1px solid #707070;
  --border-light-gray: 1px solid #c1c1c1;
  --border-accent: 1px solid var(--color-accent);
  --border-accent-light: 1px solid var(--color-accent-light);
}
@media screen and (min-width: 1024px) {
  :root {
    --header-height: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --gap: 1rem;
    --padding-page: 24.5rem;
  }
}

.is-section-dark {
  color: var(--color);
  --color: #fff;
}

[data-section=schedule] {
  --color-section: #009cef;
}

[data-section=documents] {
  --color-section: #0285CB;
}

[data-section=notices] {
  --color-section: #F5B471;
}

[data-section=questionnaire] {
  --color-section: #59CB7F;
}

[data-section=movie] {
  --color-section: #FA679A;
}

[data-section=life] {
  --color-section: #363636;
}

[data-section=faq] {
  --color-section: #8726CB;
}

[data-section=contact] {
  --color-section: #959595;
}

/*----------------------------------------------------
	フォーム
----------------------------------------------------*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

input,
select,
label {
  vertical-align: middle;
  color: #343031;
}

[type=text] {
  line-height: normal;
}

input[type=text],
input[type=email],
input[type=tel],
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  color: var(--color);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
}

input[type=submit],
button {
  cursor: pointer;
  border: none;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  outline: none;
  background: transparent;
  color: var(--color);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
}

*:focus {
  outline: none;
}

/*----------------------------------------------------
	フォント
----------------------------------------------------*/
html {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 1.44vw;
  }
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 19.2px;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: var(--color);
}

.serif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
}

/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
@media screen and (min-width: 641px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .sp-tab {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pc-tab {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tab {
    display: none;
  }
}

/*----------------------------------------------------
	リンク
----------------------------------------------------*/
a {
  color: var(--color);
  text-decoration: none;
  -webkit-transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
a img {
  -webkit-transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), transform 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: none) {
  a, button {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}
[data-scroll-target] {
  content: "";
  display: block;
  position: relative;
  pointer-events: none;
  top: calc(-1 * var(--header-height));
}

/*----------------------------------------------------
	コンテナ
----------------------------------------------------*/
.l-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
}
@media screen and (max-width: 640px) {
  .l-container {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  .l-container {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
@media screen and (min-width: 1921px) {
  .l-container {
    padding-left: 19.2px;
    padding-right: 19.2px;
  }
}

/*----------------------------------------------------
	body
----------------------------------------------------*/
html {
  height: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

body {
  position: relative;
  height: 100%;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.l-body-wrap {
  min-height: 100%;
  margin-inline: auto;
  background: url(../img/bg-paper.webp) center 0/100% auto;
}
@media screen and (min-width: 1024px) {
  .l-body-wrap {
    margin: 27px auto;
    max-width: 23.4375rem;
    border: 3px solid #fff;
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .l-body-wrap {
    overflow: hidden;
  }
}

/*----------------------------------------------------
	l-header-drawer
----------------------------------------------------*/
.l-header-drawer {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff url(../img/bg-dot.webp) center top/100% auto;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-nav-open .l-header-drawer {
  opacity: 1;
  pointer-events: auto;
}

.l-header-drawer__wrap {
  padding: 5.25rem 2rem;
}

.l-header-drawer__action {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
.l-header-drawer__action a {
  width: 100%;
}

/*----------------------------------------------------
	ヘッダー メニュー
----------------------------------------------------*/
@media screen and (max-width: 1023px) {
  .l-header-menu {
    position: absolute;
    right: 0.75rem;
    top: 0;
    z-index: 2;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
  }
  .l-header-menu span {
    display: block;
    position: absolute;
    height: 0;
    width: 2rem;
    border-top: var(--border-accent);
    border-color: #fff;
    left: 0.5rem;
    -webkit-transition: top 0.35s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0s cubic-bezier(0.5, 1, 0.89, 1);
    transition: top 0.35s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0s cubic-bezier(0.5, 1, 0.89, 1);
    transition: top 0.35s cubic-bezier(0.5, 1, 0.89, 1), transform 0s cubic-bezier(0.5, 1, 0.89, 1);
    transition: top 0.35s cubic-bezier(0.5, 1, 0.89, 1), transform 0s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-header-menu span:nth-child(1) {
    top: calc(50% - 0.25rem);
  }
  .l-header-menu span:nth-child(2) {
    top: 50%;
  }
  .l-header-menu span:nth-child(3) {
    top: calc(50% + 0.25rem);
  }
  .is-nav-open .l-header-menu span, .is-scrolled .l-header-menu span {
    border-color: var(--color-accent);
  }
  .l-header-menu.is-nav-open span {
    -webkit-transition: top 0.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    transition: top 0.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    transition: top 0.2s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    transition: top 0.2s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-header-menu.is-nav-open span:nth-child(1) {
    top: 50%;
    -webkit-transform: scale(-1, -1) rotate(-15deg);
            transform: scale(-1, -1) rotate(-15deg);
  }
  .l-header-menu.is-nav-open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .l-header-menu.is-nav-open span:nth-child(3) {
    top: 50%;
    -webkit-transform: scale(-1, -1) rotate(15deg);
            transform: scale(-1, -1) rotate(15deg);
  }
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: var(--header-height);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 1023px) {
  .is-scrolled .l-header {
    background: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .l-header {
    position: absolute;
  }
}
.page-voice .l-header {
  display: none;
}

.l-header-logo {
  position: absolute;
  z-index: 2;
  left: calc(50% - 11.09375rem);
  width: 12.875rem;
  line-height: 0;
}
.l-header-logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-logo img {
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-header-logo img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.is-nav-open .l-header-logo img:nth-child(1), .is-scrolled .l-header-logo img:nth-child(1) {
  opacity: 0;
}
.is-nav-open .l-header-logo img:nth-child(2), .is-scrolled .l-header-logo img:nth-child(2) {
  opacity: 1;
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
@media screen and (max-width: 1023px) {
  .l-aside {
    display: none;
  }
}

.l-aside-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
.l-aside-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-aside-logo {
  position: fixed;
  width: 41.5555555556vh;
  line-height: 0;
  left: 6.8888888889vh;
  top: calc(50% - 12.5555555556vh);
}

.l-aside-nav {
  position: fixed;
  width: 38.3333333333vh;
  top: 6.3333333333vh;
  bottom: 6.3333333333vh;
  left: calc(50% + 23.4375vw);
  padding-top: 3.3333333333vh;
  z-index: 2;
}
.l-aside-nav:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: url(../img/bg-loose-leaf.webp) center top/100% auto no-repeat;
}

.l-aside-nav__wrap {
  background: #fff;
  border: var(--border-gray);
  border-top: none;
  -webkit-filter: drop-shadow(0vh 0.3333333333vh 0vh rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0vh 0.3333333333vh 0vh rgba(0, 0, 0, 0.16));
  padding: 1.1111111111vh 2.4444444444vh 3.3333333333vh;
  height: 100%;
}

.l-aside-nav__action {
  margin-top: 2.6666666667vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8888888889vh;
}
.l-aside-nav__action a {
  width: 100%;
}

.l-aside-nav__bnr {
  position: relative;
  margin-top: 2.6666666667vh;
  padding-bottom: 2.2222222222vh;
  overflow: hidden;
}
.l-aside-nav__bnr .swiper {
  width: 26.6666666667vh;
  overflow: initial;
}
.l-aside-nav__bnr img {
  border-radius: 0.7777777778vh;
  border: var(--border-gray);
  -webkit-box-shadow: 0vh 0.3333333333vh 0vh rgba(0, 0, 0, 0.16);
          box-shadow: 0vh 0.3333333333vh 0vh rgba(0, 0, 0, 0.16);
}
.l-aside-nav__bnr .swiper-pagination-bullets.swiper-pagination-bullets {
  bottom: 0;
  line-height: 0;
}
.l-aside-nav__bnr .swiper-pagination-bullet.swiper-pagination-bullet {
  width: 0.8888888889vh;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.l-footer {
  padding: 48px 0;
  background: #363636;
}

.l-footer-logo {
  text-align: center;
}
.l-footer-logo img {
  width: 267.17px;
}

.l-footer-pagetop {
  margin-top: 40px;
  text-align: center;
}

/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-top-questionnaire
----------------------------------------------------*/
.p-top-mv {
  --mv-height: 44.25rem;
  height: var(--mv-height);
  position: relative;
  background: url(../img/mv-bg.webp) center center/cover no-repeat;
}

.p-top-mv-logo {
  width: 14.35875rem;
  position: absolute;
  top: 4.6875rem;
  left: calc(50% - 7.625rem);
  z-index: 5;
}

.p-top-mv-bg {
  position: absolute;
  width: 100%;
  height: var(--mv-height);
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 12;
}
.p-top-mv-bg video {
  opacity: 0;
}
.p-top-mv-bg canvas {
  content: "";
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-top-mv-pic {
  width: 10.4375rem;
  position: absolute;
  top: 16.375rem;
  left: calc(50% - 5.25rem);
  z-index: 10;
}

.p-top-mv__wrap {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1.875rem;
  z-index: 15;
}

.p-top-mv-news {
  padding: 1rem 1rem;
  background: #fff;
  border: var(--border-color);
}

.p-top-mv-news__wrap {
  height: 7.75rem;
  padding-right: 0;
  overflow: auto;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-nav {
  padding: var(--padding-block-sm) 0 var(--padding-section-sm);
  background: #fff url(../img/bg-dot.webp) center top/100% auto;
}

.p-top-nav-message {
  margin-inline: 1rem;
  padding: 0.625rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  background: #f8f8f8;
  border: var(--border-dash-gray);
  position: relative;
}
.p-top-nav-message i {
  position: absolute;
  left: -0.625rem;
  top: -0.625rem;
  width: 1.75rem;
}

.p-top-nav-message__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.25rem;
  font-size: 0.75rem;
}
.p-top-nav-message__more img {
  width: 0.885rem;
}

.p-top-nav-list {
  padding-top: var(--padding-block-sm);
}

/*25.12.10au*/
.p-top-nav-app {
  border-radius: 0.4375rem;
  border: var(--border);
  -webkit-box-shadow: 0 0.1875rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
margin-top:30px;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-schedule {
  position: relative;
  padding: var(--padding-section-sm) 0 var(--padding-section-sm);
}

.p-top-schedule__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 2;
}
.p-top-schedule__bg svg {
  position: absolute;
  right: -0.625rem;
  top: -0.625rem;
  width: 8.111875rem;
  height: auto;
}

.p-top-schedule__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.1875rem;
}

.p-top-schedule-section {
  position: relative;
}

.p-top-schedule-section__chapter {
  position: absolute;
  top: 3.125rem;
  left: calc(100% - 0.875rem);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  white-space: nowrap;
  font-family: "Oswald", serif;
  font-weight: bold;
  font-size: 0.75rem;
  color: #bababa;
}

.p-top-schedule-section__bg {
  position: absolute;
  left: calc(50% - 10.125rem);
  top: -1.625rem;
}
.p-top-schedule-section__bg img {
  width: 20.125rem;
}

.p-top-schedule-section__head {
  padding-bottom: 2.25rem;
}

.p-top-schedule-section__wrap {
  padding: 3.75rem 1rem 3.125rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 0.125rem solid #adadad;
}

.p-top-schedule-section__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.0625rem;
}
.p-top-schedule-section__block .c-label {
  margin-inline: auto;
}
.p-top-schedule-section__block h3 {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
}
.p-top-schedule-section__block + .p-top-schedule-section__block {
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: var(--border-dash-gray);
}

.p-top-schedule-section__belonging {
  padding: 1.5rem 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  border-radius: 0.375rem;
  background: #f2fbff;
  border: var(--border-accent);
}
.p-top-schedule-section__belonging h4 {
  margin-bottom: 0.25rem;
  padding-bottom: 0.375rem;
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center;
  color: #0185cb;
  border-bottom: var(--border-accent);
  border-style: dashed;
}
.p-top-schedule-section__belonging ._ex {
  padding: 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  border: var(--border-dash-gray);
}

.p-top-schedule-section__ceremony {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.p-top-schedule-section__ceremony .c-label {
  margin-inline: auto;
}
.p-top-schedule-section__ceremony h3 {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
}
.p-top-schedule-section__ceremony figure {
  margin-inline: -0.375rem;
}

.p-top-schedule-section__ceremonyDetail {
  margin-top: 0.625rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-top-schedule-section__ceremonyDetail h4 {
  font-weight: bold;
  font-size: 0.9375rem;
}

.p-top-schedule-section__ceremonyEX {
  margin-top: 0.625rem;
  padding: 1.125rem 0;
  border-radius: 0.5rem;
  background: #fff2f8;
  font-weight: bold;
  text-align: center;
}

.p-top-schedule-section--01 .p-top-schedule-section__bg {
  top: -1.125rem;
}

.p-top-schedule-section--03 .p-top-schedule-section__pic {
  text-align: center;
  position: relative;
  margin-bottom: -1.875rem;
}
.p-top-schedule-section--03 .p-top-schedule-section__pic img {
  width: 100%;
}
.p-top-schedule-section--03 .p-top-schedule-section__pic img:nth-child(1) {
  position: absolute;
  width: 15.665rem;
  left: calc(50% - 7.8125rem);
  top: -5.625rem;
}
.p-top-schedule-section--03 .p-top-schedule-section__start {
  padding-top: 2.25rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-documents {
  position: relative;
  padding: 10rem 0 0;
}

.p-top-documents__bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  overflow: hidden;
}
.p-top-documents__bg:before {
  content: "";
  display: block;
  width: 39.125rem;
  height: 39.125rem;
  position: absolute;
  left: calc(50% - 19.75rem);
  top: 0.875rem;
  pointer-events: none;
  background: #0185cb;
  border-radius: 100%;
}
.p-top-documents__bg svg {
  position: absolute;
  top: 0;
  left: calc(50% - 4rem);
  width: 8.111875rem;
}

.p-top-documents__wrap {
  position: relative;
  padding: 0 0 var(--padding-section);
  background: #0185cb;
}

.p-top-documents__inner {
  position: relative;
  padding: 2.25rem 1rem 4rem;
  border-radius: 0rem 0.5rem 0.5rem 0.5rem;
  background: #e0f4ff;
  -webkit-box-shadow: 0rem 0.4375rem 0rem rgba(0, 0, 0, 0.16);
          box-shadow: 0rem 0.4375rem 0rem rgba(0, 0, 0, 0.16);
}
.p-top-documents__inner:before {
  content: "";
  display: block;
  width: 21.4375rem;
  height: 3.4375rem;
  position: absolute;
  left: 0;
  top: -2.5rem;
  pointer-events: none;
  background: url(../img/p-top-documents-inner-bg.webp) 0 0/100% auto no-repeat;
}

.p-top-documents__tab {
  position: absolute;
  left: 0.75rem;
  top: -1.875rem;
  font-family: "Oswald", serif;
  font-weight: bold;
  font-size: 0.75rem;
  color: #81c1e5;
}

.p-top-documents__list {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.p-top-documents-item__body {
  display: none;
  margin-top: 0.25rem;
  padding: 1.25rem 1.25rem;
  border-radius: 0.375rem;
  background: #f8fcff;
}
.p-top-documents-item__body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-notices {
  position: relative;
  padding: 4.375rem 0 3.75rem;
}
.p-top-notices:before {
  content: "";
  display: block;
  width: 19.75rem;
  height: 6.25rem;
  position: absolute;
  right: 0;
  top: -1.8125rem;
  pointer-events: none;
  border-radius: 3.75rem 0rem 0rem 0rem;
  background: #f8e2b2;
}
.p-top-notices:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 0rem 3.75rem 0rem 0rem;
  background: #fff5e0;
}

.p-top-notices__head {
  position: relative;
  z-index: 2;
}

.p-top-notices-lead {
  margin-top: 1.5rem;
  padding-top: 2.5rem;
  position: relative;
  z-index: 2;
}
.p-top-notices-lead:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: url(../img/bg-loose-leaf.webp) center top/100% auto no-repeat;
}

.p-top-notices-lead__wrap {
  padding: 0.3125rem 1.46875rem 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  background: #fff;
  border: var(--border-gray);
  border-top: none;
  -webkit-filter: drop-shadow(0rem 0.1875rem 0rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0rem 0.1875rem 0rem rgba(0, 0, 0, 0.16));
  text-align: center;
}

.p-top-notices-lead__title {
  font-weight: bold;
  font-size: 1rem;
}

.p-top-notices-list {
  margin-top: 0.75rem;
  padding-top: 1.875rem;
  position: relative;
  z-index: 2;
}
.p-top-notices-list:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: url(../img/bg-loose-leaf.webp) center top/100% auto no-repeat;
}

.p-top-notices-list__wrap {
  position: relative;
  padding: 1.5rem 1rem 1.5rem;
  background: #fff;
  border: var(--border-gray);
  border-top: none;
  -webkit-filter: drop-shadow(0rem 0.1875rem 0rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0rem 0.1875rem 0rem rgba(0, 0, 0, 0.16));
}
.p-top-notices-list__wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: url(../img/bg-loose-leaf-line.webp) 0 0/100% auto repeat-y;
}

.p-top-notices-list__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-top-notices-list__pic {
  position: relative;
  margin-top: 1.625rem;
  text-align: center;
}
.p-top-notices-list__pic img {
  width: 12.48rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-questionnaire {
  padding-top: var(--padding-section-sm);
}

.p-top-questionnaire-lead {
  margin-top: 2.125rem;
  position: relative;
}

.p-top-questionnaire-lead__bg {
  position: absolute;
  top: -1.0625rem;
  left: calc(50% - 9.625rem);
}
.p-top-questionnaire-lead__bg img {
  width: 19.25rem;
}

.p-top-questionnaire-lead__wrap {
  padding: 2.25rem 1rem 1.75rem;
  background: #fff;
  border: var(--border);
  -webkit-box-shadow: 0rem 0.3125rem 0rem rgba(0, 0, 0, 0.16);
          box-shadow: 0rem 0.3125rem 0rem rgba(0, 0, 0, 0.16);
}

.p-top-questionnaire-reason {
  margin-top: 2.75rem;
  position: relative;
  border-radius: 0.5625rem;
  background: #59cb7f;
  border: var(--border-color);
  -webkit-box-shadow: 0rem 0.3125rem 0rem rgba(0, 0, 0, 0.16);
          box-shadow: 0rem 0.3125rem 0rem rgba(0, 0, 0, 0.16);
  padding: 1.8125rem 1rem 2.75rem;
}

.p-top-questionnaire-reason__clip {
  position: absolute;
  top: 0.6875rem;
  left: calc(50% - 4.625rem);
}
.p-top-questionnaire-reason__clip img {
  width: 9.25rem;
}

.p-top-questionnaire-reason__wrap {
  padding: 3.125rem 1rem 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: var(--border-color);
  -webkit-box-shadow: 0rem 0.3125rem 0rem rgba(0, 0, 0, 0.16);
          box-shadow: 0rem 0.3125rem 0rem rgba(0, 0, 0, 0.16);
}

.p-top-questionnaire-reason__title {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
}

.p-top-questionnaire-reason__figure {
  margin-top: 1.25rem;
  width: 100%;
  padding: 0 0.375rem;
  text-align: center;
}
.p-top-questionnaire-reason__figure img {
  width: 100%;
}
.p-top-questionnaire-reason__figure figcaption {
  margin-top: 1.875rem;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.375;
}

.p-top-questionnaire-reason__detail {
  margin-top: 1.125rem;
  text-align: center;
}
.p-top-questionnaire-reason__detail img {
  width: 15.9375rem;
}

.p-top-questionnaire-reason__ex {
  margin-top: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.p-top-questionnaire-reason__ex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
.p-top-questionnaire-reason__ex i {
  width: 0.6875rem;
  height: 0.6875rem;
  background: #77cffd;
  border: var(--border-color);
}
.p-top-questionnaire-reason__ex li:nth-child(1) i {
  background: #77cffd;
}
.p-top-questionnaire-reason__ex li:nth-child(2) i {
  background: #FFEABC;
}
.p-top-questionnaire-reason__ex li:nth-child(3) i {
  background: #72D593;
}
.p-top-questionnaire-reason__ex li:nth-child(4) i {
  background: #FCC596;
}
.p-top-questionnaire-reason__ex li:nth-child(5) i {
  background: #FC9696;
}
.p-top-questionnaire-reason__ex li:nth-child(6) i {
  background: #D2DD84;
}
.p-top-questionnaire-reason__ex li:nth-child(7) i {
  background: #4AA5D5;
}
.p-top-questionnaire-reason__ex li:nth-child(8) i {
  background: #CC99EF;
}
.p-top-questionnaire-reason__ex li:nth-child(9) i {
  background: #B28C6B;
}
.p-top-questionnaire-reason__ex li:nth-child(10) i {
  background: #F7A2C9;
}
.p-top-questionnaire-reason__ex li:nth-child(11) i {
  background: #99F0F7;
}
.p-top-questionnaire-reason__ex li:nth-child(12) i {
  background: #E5E5E5;
}

.p-top-questionnaire-voice {
  margin-top: 1.3125rem;
  position: relative;
  border-radius: 0.5625rem;
  background: #59cb7f;
  border: var(--border-color);
  -webkit-box-shadow: 0rem 0.3125rem 0rem rgba(0, 0, 0, 0.16);
          box-shadow: 0rem 0.3125rem 0rem rgba(0, 0, 0, 0.16);
  padding: 1.8125rem 1rem 2.75rem;
}

.p-top-questionnaire-voice__clip {
  position: absolute;
  top: 0.6875rem;
  left: calc(50% - 4.625rem);
}
.p-top-questionnaire-voice__clip img {
  width: 9.25rem;
}

.p-top-questionnaire-voice__wrap {
  padding: 3.125rem 1rem 2.8125rem;
  background: #fff;
  border: var(--border-color);
  -webkit-box-shadow: 0rem 0.3125rem 0rem rgba(0, 0, 0, 0.16);
          box-shadow: 0rem 0.3125rem 0rem rgba(0, 0, 0, 0.16);
}

.p-top-questionnaire-voice__title {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
}

.p-top-questionnaire-voice-form {
  margin-top: 1.5rem;
}

.p-top-questionnaire-voice-form__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-top-questionnaire-voice-form__btn {
  margin-top: 1.25rem;
  text-align: center;
}

.p-top-questionnaire-voice__list {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-top-questionnaire-voice__more {
  margin-top: 2.5rem;
  text-align: center;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-bnr {
  margin: var(--padding-section) 0 0;
}

.p-top-bnr__list {
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.p-top-bnr__list li {
  border-radius: 0.4375rem;
  border: var(--border);
  -webkit-box-shadow: 0 0.1875rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-life {
  position: relative;
  margin: var(--padding-section) 0 var(--padding-section-sm);
}

.p-top-life__bg img {
  position: absolute;
  left: calc(50% - 0.375rem);
  top: -1rem;
  width: 2.5rem;
}

.p-top-life__wrap {
  padding: 0 1rem 2.8125rem;
  border-radius: 0.5rem;
  background: #fcd2e6;
  -webkit-box-shadow: 0 0.3125rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3125rem 0 rgba(0, 0, 0, 0.16);
  border-top: 2.375rem solid #fa679a;
}

.p-top-life__head {
  padding-top: var(--padding-block);
}

.p-top-life__list {
  padding-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-movie {
  position: relative;
}

.p-top-movie__bg {
  width: 100%;
  height: calc(100% + 1.25rem);
  position: absolute;
  left: 0;
  top: -0.625rem;
  pointer-events: none;
}
.p-top-movie__bg img {
  position: absolute;
  width: 25.75rem;
  max-width: none;
  left: -1.15625rem;
}
.p-top-movie__bg img:nth-child(1) {
  top: 0;
}
.p-top-movie__bg img:nth-child(2) {
  bottom: 0;
}

.p-top-movie__wrap {
  padding: var(--padding-section-sm) 0;
  background: #535353;
}

.p-top-movie__list {
  padding-top: var(--padding-block);
}
.p-top-movie__list .swiper {
  overflow: initial;
  width: 16.5rem;
  margin: 0;
}
.p-top-movie__list .swiper-wrapper {
  height: auto;
}

.p-top-movie-item {
  position: relative;
}
.p-top-movie-item svg {
  width: 2.5rem;
  height: auto;
  position: absolute;
  left: calc(50% - 1.25rem);
  top: calc(50% - 1.25rem);
}

.p-top-movie__more {
  padding-top: var(--padding-block);
  text-align: center;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-faq {
  padding: var(--padding-section-sm) 0 var(--padding-section);
}

.p-top-faq__sections {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}

.p-top-faq-section__title {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.6428571429;
}

.p-top-faq-section__list {
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-contact {
  position: relative;
  padding-top: var(--padding-section);
  overflow: hidden;
}
.p-top-contact:before {
  content: "";
  display: block;
  width: 39.125rem;
  height: 39.125rem;
  position: absolute;
  left: calc(50% - 19.5625rem);
  top: 0;
  pointer-events: none;
  border-radius: 100%;
  background: #DBDBDB url(../img/bg-dot.webp) center top/100% auto;
}

.p-top-contact__wrap {
  position: relative;
  background: #DBDBDB url(../img/bg-dot.webp) center top/100% auto;
}

.p-top-contact-tel {
  margin-top: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  width: 16.74rem;
  height: 7.10375rem;
  padding-top: 0.5rem;
  margin-inline: auto;
  background: #fff url(../img/p-contact-tel-bg.webp) center center/contain no-repeat;
  -webkit-filter: drop-shadow(0rem 0.1875rem 0rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0rem 0.1875rem 0rem rgba(0, 0, 0, 0.16));
}

.p-top-contact-tel__label {
  font-weight: 500;
  font-size: 0.875rem;
  text-align: center;
  color: #363636;
}

.p-top-contact-tel__no {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #363636;
}

.p-top-contact__list {
  margin-top: 4.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6875rem;
}

.p-top-contact-campus {
  background: #fff;
  border: var(--border-light-gray);
}

.p-top-contact-campus__pic {
  position: relative;
}
.p-top-contact-campus__pic:before {
  content: "";
  display: block;
  width: 17.67625rem;
  height: 2.096875rem;
  position: absolute;
  left: calc(50% - 8.75rem);
  top: -1rem;
  pointer-events: none;
  background: url(../img/p-top-contact-campus-label.webp) center 0/contain no-repeat;
}

.p-top-contact-campus:nth-child(odd) .p-top-contact-campus__pic:before {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}

.p-top-contact-campus:nth-child(even) .p-top-contact-campus__pic:before {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.p-top-contact-campus__wrap {
  padding: 1.375rem 1rem 2rem;
}

.p-top-contact-campus__name {
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 1.875rem;
}

.p-top-contact-campus__faculty {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.p-top-contact-campus__info {
  margin-top: 1rem;
  padding: 1.375rem 1rem;
  border-radius: 0.625rem;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.59375rem;
  font-size: 0.875rem;
  line-height: 1.4375rem;
}
.p-top-contact-campus__info dl:not(:first-child) {
  border-top: var(--border-dot);
  padding-top: 0.59375rem;
}
.p-top-contact-campus__info dt {
  margin-top: 0.125rem;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.4375rem;
}

.p-top-contact__action {
  padding: 2.9375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-voice {
  border-top: 0.25rem solid #ffdc78;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-voice-mv {
  position: relative;
  background: #fff;
}

.p-voice-mv__back {
  position: absolute;
  left: 1rem;
  top: 0.75rem;
}

.p-voice-mv__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: -1.25rem;
  left: calc(50% - 2rem);
  width: 4rem;
  height: 4rem;
  background: #fff;
  border-radius: 100%;
  font-family: "Oswald", serif;
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center;
}
.p-voice-mv__scroll p {
  position: relative;
  top: -0.375rem;
}
.p-voice-mv__scroll svg {
  width: 1.5rem;
  height: auto;
  line-height: 0;
}

.p-voice-mv__bg {
  position: absolute;
  width: 6.375rem;
  right: 0.375rem;
  bottom: -1.875rem;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-voice-new {
  margin-top: 6.25rem;
  position: relative;
}

.p-voice-new__head {
  position: absolute;
  width: 19.375rem;
  top: -3.25rem;
  left: calc(50% - 9.6875rem);
}
.p-voice-new__head img {
  width: 100%;
}

.p-voice-new__wrap {
  background: #fff;
  padding: 4.375rem 1rem 3.125rem;
  border: 0.125rem solid #363636;
}

.p-voice-new-q1-figure {
  position: relative;
  margin-top: 1rem;
}
.p-voice-new-q1-figure img {
  position: relative;
  z-index: 5;
}
.p-voice-new-q1-figure ._graph,
.p-voice-new-q1-figure ._mask {
  position: absolute;
  width: 16.5rem;
  left: calc(50% - 8.3125rem);
  z-index: 4;
}
.p-voice-new-q1-figure ._mask {
  width: 17.5rem;
  top: -0.5rem;
  left: calc(50% - 8.75rem);
}
.p-voice-new-q1-figure ._mask svg {
  width: 100%;
  height: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.p-voice-new-q2 {
  margin-top: 2rem;
  padding-top: 2.5rem;
  border-top: var(--border-dash-gray);
}

.p-voice-new-q2-figure {
  margin-top: 1rem;
  position: relative;
}
.p-voice-new-q2-figure img {
  position: relative;
  z-index: 5;
}
.p-voice-new-q2-figure ._graph,
.p-voice-new-q2-figure ._mask {
  position: absolute;
  z-index: 4;
}
.p-voice-new-q2-figure ._mask {
  width: 9.375rem;
}
.p-voice-new-q2-figure ._mask svg {
  width: 100%;
  height: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.p-voice-new-q2-figure ._mask1 {
  top: -0.375rem;
  left: calc(50% - 9rem);
}
.p-voice-new-q2-figure ._mask2 {
  top: 5.125rem;
  left: calc(50% + 0.5625rem);
}
.p-voice-new-q2-figure ._mask3 {
  top: 13.75rem;
  left: calc(50% - 9.0625rem);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-voice-student {
  margin-top: 4.75rem;
  position: relative;
}

.p-voice-student__head {
  position: absolute;
  width: 19.375rem;
  top: -3.25rem;
  left: calc(50% - 9.6875rem);
}
.p-voice-student__head img {
  width: 100%;
}

.p-voice-student__wrap {
  background: #fff;
  padding: 5rem 1rem 1rem;
  border: 0.125rem solid #363636;
}

.p-voice-student-q1__figure {
  margin-top: 1rem;
  position: relative;
}
.p-voice-student-q1__figure img {
  position: relative;
  z-index: 5;
}
.p-voice-student-q1__figure ._graph,
.p-voice-student-q1__figure ._mask {
  position: absolute;
  z-index: 4;
}
.p-voice-student-q1__figure ._mask {
  left: calc(50% - 2rem);
  top: 1.25rem;
}
.p-voice-student-q1__figure ._mask svg {
  width: 10.9375rem;
  height: auto;
}

.p-voice-student-q2 {
  margin-top: 2rem;
  padding-top: 2.5rem;
  border-top: var(--border-dash-gray);
}

.p-voice-student-q2__figure {
  margin-top: 1rem;
  position: relative;
}
.p-voice-student-q2__figure img {
  position: relative;
  z-index: 5;
}
.p-voice-student-q2__figure ._graph,
.p-voice-student-q2__figure ._mask {
  position: absolute;
  z-index: 4;
}
.p-voice-student-q2__figure ._mask {
  width: 18.75rem;
  left: calc(50% - 9.28125rem);
  top: -0.625rem;
}
.p-voice-student-q2__figure ._mask svg {
  width: 100%;
  height: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.p-voice-student-q3 {
  margin-top: 2rem;
  padding-top: 2.5rem;
  border-top: var(--border-dash-gray);
}

.p-voice-student-q3__voice {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.625rem;
}

.p-voice__foot {
  padding: 2.9375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.cm-block-voice {
  padding: 3.125rem 1rem 1.875rem;
  position: relative;
  border-radius: 0.625rem;
  background: #faf7e7;
  border: var(--border);
}

.cm-block-voice[data-color=green] {
  background: #e0f2db;
}
.cm-block-voice[data-color=green] .cm-block-voice__title {
  background: #b6dd8b;
}

.cm-block-voice__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.25rem;
  border-radius: 1.125rem;
  background: #ffdd81;
  border: var(--border);
  padding: 0 2.5rem;
  position: absolute;
  top: -1.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}

.cm-block-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.cm-block-voice__pic {
  margin-top: 1.25rem;
}

.cm-block-voice__pic2 {
  margin: 1.25rem -0.5rem 0;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-main
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.cm-nav-drawer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.6875rem 0.125rem 0.6875rem 0.5rem;
  border-bottom: var(--border-dash);
  font-weight: 500;
  font-size: 1rem;
}
.cm-nav-drawer__link svg {
  width: 1.5rem;
  height: auto;
  fill: var(--color-accent);
}
@media screen and (min-width: 1024px) {
  .cm-nav-drawer__link {
    font-size: 1.7777777778vh;
    padding: 1.2222222222vh 0.2222222222vh 1.2222222222vh 0.8888888889vh;
  }
  .cm-nav-drawer__link svg {
    width: 2.6666666667vh;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-nav-page {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.75rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 0.75rem;
}

.cm-nav-page__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  padding: 0.5625rem 0.375rem 0 0.75rem;
  width: 100%;
  aspect-ratio: 331/140;
  background: url(../img/nav-page-bg.webp) center center/contain no-repeat;
  -webkit-filter: drop-shadow(0rem 0.1875rem 0rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0rem 0.1875rem 0rem rgba(0, 0, 0, 0.16));
}
.cm-nav-page__link span {
  width: 7.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: -0.05em;
  line-height: 1.2857142857;
  text-align: center;
}
.cm-nav-page__link i {
  width: 1.5rem;
}
.cm-nav-page__link svg {
  width: 100%;
  height: auto;
  fill: var(--color-section);
}
.cm-nav-page__link:after {
  content: "";
  display: block;
  width: 8.75rem;
  height: 0.125rem;
  position: absolute;
  left: 0.5625rem;
  bottom: 0;
  pointer-events: none;
  background: var(--color-section);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-post
----------------------------------------------------*/
body figure {
  margin-bottom: 0;
}

.cm-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  font-size: 1rem;
  line-height: 2;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .cm-post {
    gap: 36px;
  }
}
.cm-post h1 {
  font-size: 2em;
  margin-top: 0.67em;
  font-weight: bold;
}
.cm-post h2 {
  font-size: 1.5em;
  margin-top: 0.83em;
  font-weight: bold;
}
.cm-post h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  font-weight: bold;
}
.cm-post h4 {
  font-size: 1em;
  margin-top: 1.33em;
  font-weight: bold;
}
.cm-post h5 {
  font-size: 0.83em;
  margin-top: 1.67em;
  font-weight: bold;
}
.cm-post strong {
  font-weight: bold;
}
.cm-post em {
  font-style: italic;
}
.cm-post ul, .cm-post ol {
  margin-left: 1.5em;
}
.cm-post li {
  list-style: disc;
}
.cm-post ol li {
  list-style: decimal;
}
.cm-post table th {
  font-weight: bold;
}
.cm-post table th,
.cm-post table td {
  padding: 0.5em 0.5em;
  border: 1px solid #ccc;
}
.cm-post a {
  color: #1DA1F2;
  text-decoration: underline;
}
.cm-post a:hover {
  text-decoration: none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-gallery,
.cm-post .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-gallery,
  .cm-post .wp-block-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-btn
----------------------------------------------------*/
.c-btn-square {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16.5rem;
  height: 3.3125rem;
  border-radius: 0.5rem;
  background: var(--color-accent);
  -webkit-box-shadow: 0 0.1875rem 0rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0rem rgba(0, 0, 0, 0.16);
  position: relative;
  font-weight: bold;
  font-size: 0.9375rem;
  text-align: center;
  color: #fff;
}

.c-btn-square--aside {
  height: 2.3003472222rem;
  font-size: 15px;
}

.c-btn-square__arrow {
  position: absolute;
  right: 0.625rem;
  width: 1.5rem;
  line-height: 0;
}
.c-btn-square__arrow svg {
  width: 100%;
  height: auto;
  fill: #fff;
}

.c-btn-square--back .c-btn-square__arrow {
  right: auto;
  left: 0.625rem;
}

.c-btn-square--wh {
  background: #fff;
  border: var(--border-accent);
  -webkit-box-shadow: 0 0.1875rem 0rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0rem rgba(0, 0, 0, 0.16);
  color: var(--color-accent);
}
.c-btn-square--wh .c-btn-square__arrow svg {
  fill: #009cef;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-document {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  width: 100%;
  height: 3.25rem;
  border-radius: 0.375rem;
  padding: 0.8125rem 0.75rem 0.8125rem 1rem;
  background: #fff;
  border: var(--border-light-gray);
  text-align: left;
  font-weight: bold;
  font-size: 1rem;
  overflow: hidden;
  position: relative;
}
.c-btn-document:before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: #87B7DC;
}
.c-btn-document[data-color="#1F6CB7"]:before {
  background: #1F6CB7;
}
.c-btn-document[data-color="#86BAE1"]:before {
  background: #86BAE1;
}
.c-btn-document[data-color="#80A701"]:before {
  background: #80A701;
}
.c-btn-document[data-color="#BD5339"]:before {
  background: #BD5339;
}
.c-btn-document[data-color="#5B75AB"]:before {
  background: #5B75AB;
}
.c-btn-document[data-color="#BA7C95"]:before {
  background: #BA7C95;
}
.c-btn-document[data-color="#B9563A"]:before {
  background: #B9563A;
}
.c-btn-document[data-color="#E7B137"]:before {
  background: #E7B137;
}
.c-btn-document[data-color="#D85D0E"]:before {
  background: #D85D0E;
}
.c-btn-document[data-color="#E1870E"]:before {
  background: #E1870E;
}
.c-btn-document[data-color="#DE6861"]:before {
  background: #DE6861;
}
.c-btn-document[data-color="#227F50"]:before {
  background: #227F50;
}
.c-btn-document[data-color="#268253"]:before {
  background: #268253;
}

.c-btn-document--sm {
  font-size: 0.875rem;
}

.c-btn-document__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-btn-document__status {
  width: 1.625rem;
  height: 1.625rem;
  background: #0185cb;
  border-radius: 100%;
  line-height: 0;
}
.c-btn-document__status svg {
  width: 100%;
  height: auto;
  stroke: #fff;
}
.is-open .c-btn-document__status {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-life {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  width: 100%;
  height: 4.875rem;
  border-radius: 0.25rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border: var(--border);
  -webkit-box-shadow: 0 0.1875rem 0 #fbb7d9;
          box-shadow: 0 0.1875rem 0 #fbb7d9;
  font-weight: 500;
  font-size: 1rem;
}

.c-btn-life__ico {
  width: 2.875rem;
}

.c-btn-life__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-btn-life__arrow {
  width: 1.5rem;
  height: 1.5rem;
  background: #fa679a;
  border-radius: 100%;
  line-height: 0;
}
.c-btn-life__arrow svg {
  width: 100%;
  height: auto;
  fill: #fff;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: bold;
  font-size: 14px;
}

.c-btn-arrow__arrow {
  width: 24px;
  height: 24px;
  background: #9bcc63;
  border-radius: 100%;
}
.c-btn-arrow__arrow svg {
  width: 100%;
  height: auto;
  stroke: #fff;
  fill: #fff;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-pagetop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  border: var(--border-wh);
  border-radius: 100%;
}
.c-btn-pagetop svg {
  width: 1.75rem;
  height: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: #fff;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-round {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13.6875rem;
  height: 2.375rem;
  border-radius: 1.1875rem;
  background: #363636;
  font-weight: bold;
  font-size: 0.9375rem;
  color: #fff;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  padding: 0.25rem 0;
  position: relative;
  font-size: 0.875rem;
}
.c-btn-more:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  border: var(--border-color);
}

.c-btn-more__ico {
  width: 1.25rem;
}
.c-btn-more__ico img {
  width: 100%;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-card
----------------------------------------------------*/
.c-card-news:not(:first-child) {
  border-top: var(--border-dash);
}

.c-card-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  padding: 0.5rem 1.625rem 0.5rem 0;
  position: relative;
}
.c-card-news:first-child .c-card-news__link {
  padding-top: 0;
}

.c-card-news__date {
  font-family: "Oswald", serif;
  font-weight: bold;
  font-size: 0.625rem;
  color: #989898;
}

.c-card-news__title {
  font-size: 0.75rem;
  line-height: 1.5;
}

.c-card-news__arrow {
  position: absolute;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: var(--color-accent-dark);
  border-radius: 100%;
  line-height: 0;
}
.c-card-news__arrow svg {
  width: 100%;
  height: auto;
  fill: #fff;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
}

.c-card-notice__ico {
  width: 1.875rem;
}
.c-card-notice__ico img {
  width: 100%;
}

.c-card-notice__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0rem 0.5rem 0.5rem 0.5rem;
  background: #fff;
  border: var(--border-light-gray);
  padding: 1rem 1rem 1.25rem;
}

.c-card-notice__title {
  font-weight: bold;
  font-size: 1rem;
}

.c-card-notice__lead {
  margin-top: 0.25rem;
}

.c-card-notice__schedule {
  margin-top: 0.75rem;
  border-radius: 0.25rem;
  background: #f5f5f5;
  padding: 1.25rem 1rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.c-card-notice__schedule dl:not(:first-child) {
  margin-top: 1.0625rem;
  padding-top: 1.0625rem;
  border-top: var(--border-dash-gray);
}
.c-card-notice__schedule dt {
  font-weight: bold;
}
.c-card-notice__schedule dd {
  margin-top: 0.25rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-faq {
  border-radius: 0.25rem 0.25rem;
  overflow: hidden;
  background: #fff;
  border: var(--border-gray);
}

.c-card-faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  width: 100%;
  padding: 0.75rem 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375;
  text-align: left;
}

.c-card-faq__Q {
  margin-top: 0.25rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 1.125rem;
  height: 1rem;
  background: url(../img/ico-faq-q.svg) center center/contain no-repeat;
}

.c-card-faq__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-card-faq__status {
  margin-left: 0.625rem;
  width: 1.5rem;
  border-radius: 100%;
  background: #c07eed;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-card-faq__status svg {
  width: 100%;
  height: auto;
  stroke: #fff;
}
.is-open .c-card-faq__status {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.c-card-faq__body {
  display: none;
}

.c-card-faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  padding: 0.75rem 1rem;
  background: #f9f0ff;
  border-top: var(--border-gray);
}

.c-card-faq__A {
  margin-top: 0.25rem;
  width: 1.125rem;
  height: 1rem;
  background: url(../img/ico-faq-a.svg) center center/contain no-repeat;
}

.c-card-faq__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
  line-height: 1.6428571429;
}
.c-card-faq__txt ._link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-voice {
  position: relative;
  background: #e7faee;
  border-radius: 0.875rem 0.875rem 0 0.875rem;
  padding: 1.6875rem 0.625rem 1rem 1.25rem;
  margin-right: 0.75rem;
}
.c-card-voice:after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 1.25rem;
  position: absolute;
  left: 100%;
  bottom: 0;
  pointer-events: none;
  background: url(../img/card-voice-bg.svg) 0 bottom/contain no-repeat;
}

[data-color=yellow] .c-card-voice {
  background: #fff;
}
[data-color=yellow] .c-card-voice:after {
  background: url(../img/card-voice-bg-wh.svg) 0 bottom/contain no-repeat;
}
[data-color=yellow] .c-card-voice .c-card-voice__faculty {
  color: #efb100;
}

[data-color=green] .c-card-voice {
  background: #fff;
}
[data-color=green] .c-card-voice:after {
  background: url(../img/card-voice-bg-wh.svg) 0 bottom/contain no-repeat;
}
[data-color=green] .c-card-voice .c-card-voice__faculty {
  color: #9bcd64;
}

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

.c-card-voice__ico {
  width: 1.875rem;
}
.c-card-voice__ico img {
  width: 100%;
}

.c-card-voice__faculty {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  color: #59cb7f;
}

.c-card-voice__body {
  margin-top: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.c-card-voice__title {
  font-weight: bold;
  font-size: 1rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.c-form-select {
  position: relative;
}
.c-form-select:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 0.25rem;
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  pointer-events: none;
  background: #efefef url(../img/ico-angle-select.svg) center center/0.875rem 0.5rem no-repeat;
}
.c-form-select select {
  width: 100%;
  padding: 0 2.625rem 0 1.125rem;
  height: 2.5rem;
  border-radius: 0.4375rem;
  background: #fff;
  border: var(--border-light-gray);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 500;
  font-size: 0.875rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-heading
----------------------------------------------------*/
.c-heading-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  text-align: center;
}

.c-heading-section__ico {
  width: 3.3125rem;
}

.c-heading-section__title {
  margin-top: 0.625rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.25;
}

.c-heading-section__en {
  margin-top: -0.125rem;
  font-family: "Oswald", serif;
  font-weight: 500;
  font-size: 0.9375rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-questionnaire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  text-align: center;
}

.c-heading-questionnaire__en {
  font-family: "Oswald", serif;
  font-weight: bold;
  font-size: 1.5rem;
}
.c-heading-questionnaire__en:after {
  margin-top: 0.3125rem;
  content: "";
  display: block;
  margin-inline: auto;
  pointer-events: none;
  width: 0.8125rem;
  height: 0;
  border-top: var(--border);
}

.c-heading-questionnaire__title {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.c-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.1875rem 1.25rem;
  border-radius: 1rem;
  background: var(--color-accent-light);
  border: var(--border-accent);
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #0185cb;
}

.c-label--pink {
  background: #f9e8f0;
  border-color: #f7a2c9;
  color: #fa679a;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	.c-link
----------------------------------------------------*/
.c-link-text, .c-card-faq__txt a {
  color: var(--color-section);
  text-decoration: underline;
}
.c-link-text:hover, .c-card-faq__txt a:hover {
  text-decoration: none;
}
.c-link-text img, .c-card-faq__txt a img {
  padding-left: 0.3125rem;
  vertical-align: bottom;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-link-underline {
  text-decoration: underline;
}
.c-link-underline:hover {
  text-decoration: none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-paragraph
----------------------------------------------------*/
.c-paragraph, .c-paragraph-list, .c-paragraph-label, .c-paragraph-dl, .p-top-documents-item__body, .p-top-questionnaire-reason__ex, .c-card-notice__lead, .c-card-voice__body {
  font-size: 0.875rem;
  line-height: 1.5714285714;
}

.c-paragraph-sm {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}

.c-paragraph-strong {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.375;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-paragraph-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}
.c-paragraph-dl dt {
  font-size: 1rem;
  font-weight: bold;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-paragraph-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
}
.c-paragraph-label dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.125rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  background: #f9e8f0;
  font-weight: 500;
  color: #fa679b;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-paragraph-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1.0625rem;
  gap: 0.25rem;
}
.c-paragraph-list dt {
  position: relative;
  font-weight: bold;
}
.c-paragraph-list dt:before {
  content: "・";
  left: -1.0625rem;
  position: absolute;
}
.c-paragraph-list dd {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

/* Common Styles */
/* Bullets */
/* Progress */
/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
.bold,
.strong {
  font-weight: bold;
}

.u-hide {
  display: none;
}

.u-breakLine {
  display: inline-block;
}

.u-center {
  text-align: center;
}

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

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

.u-accent-color {
  color: var(--accent-color);
}

.u-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  padding-bottom: 6.25rem;
}
.u-template > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.u-gap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--gap);
}

.is-disabled {
  opacity: 0.7;
  pointer-events: none;
}

.u-budoux {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

[data-delay="0.1"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-delay="0.2"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-delay="0.3"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-delay="0.4"] {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-delay="0.5"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-delay="0.6"] {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-delay="0.7"] {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-delay="0.8"] {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-delay="0.9"] {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-delay="1"] {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-delay="1.1"] {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-delay="1.2"] {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-delay="1.3"] {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-delay="1.4"] {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-delay="1.5"] {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-delay="1.6"] {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-delay="1.7"] {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-delay="1.8"] {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-delay="1.9"] {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-delay="2"] {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-delay="2.1"] {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-delay="2.2"] {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-delay="2.3"] {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-delay="2.4"] {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-delay="2.5"] {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-delay="2.6"] {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-delay="2.7"] {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-delay="2.8"] {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-delay="2.9"] {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-delay="3"] {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.__loop {
  -webkit-animation: loopLeft linear 30s infinite;
          animation: loopLeft linear 30s infinite;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__loop img {
  width: auto;
  max-width: none;
  height: 18.75rem;
}
@media screen and (min-width: 1024px) {
  .__loop {
    -webkit-animation: loopLeft linear 50s infinite;
            animation: loopLeft linear 50s infinite;
  }
  .__loop img {
    height: 32.875rem;
  }
}

@-webkit-keyframes loopLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes loopLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes loopRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes loopRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}