@charset "UTF-8";
/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
/*!
 * * Theme Name: Kids International Ltd
 * * Author: Kokochie
 * * Author URI: https://kokochie.co.jp/ */
/* pageload effect  ------- fadein */
.js-pageload-fadein {
  animation: both 0.75s ease-out;
  visibility: hidden;
  /* scroll effect  ------- fadein */
}
.js-pageload-fadein.is-on {
  animation-name: effect-scroll-fadain--t-b;
  visibility: visible !important;
}

.js-scroll-fadain {
  animation: both 0.75s ease-out;
  visibility: hidden;
}
.js-scroll-fadain.is-on {
  animation-name: effect-scroll-fadain;
  visibility: visible !important;
}

@keyframes effect-scroll-fadain {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-scroll-fadain.js-scroll-fadain--r-l.is-on {
  animation-name: effect-scroll-fadain--r-l;
}

@keyframes effect-scroll-fadain--r-l {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-scroll-fadain.js-scroll-fadain--l-r.is-on {
  animation-name: effect-scroll-fadain--l-r;
}

@keyframes effect-scroll-fadain--l-r {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-scroll-fadain.js-scroll-fadain--b-t.is-on {
  animation-name: effect-scroll-fadain--t-b;
}

@keyframes effect-scroll-fadain--t-b {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@keyframes gnavHover {
  0% {
    opacity: 0.1;
    transform: translateY(5px);
  }
  30% {
    opacity: 0.7;
    transform: translateY(2px);
  }
  50% {
    opacity: 0.1;
    transform: translateY(-2px);
  }
  80% {
    opacity: 0.7;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes arrowLength01 {
  0% {
    height: 80px;
  }
  20% {
    height: 50px;
  }
  50% {
    height: 20px;
  }
  80% {
    height: 50px;
  }
  100% {
    height: 80px;
  }
}
@keyframes arrowLength02 {
  0% {
    top: 70px;
  }
  20% {
    top: 40px;
  }
  50% {
    top: 10px;
  }
  80% {
    top: 40px;
  }
  100% {
    top: 70px;
  }
}
@keyframes headerAnime {
  from {
    opacity: 0;
    transform: translateY(-110px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes headerFadeOut {
  from {
    transform: translateY(0px);
    opacity: 1;
  }
  to {
    transform: translateY(-110px);
    opacity: 0;
  }
}
@keyframes topKvTitle {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes topKvTitle-2 {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes topKvTitle-3 {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scrolldown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes scrollFadeIn {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes aboutSlide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes aboutSlide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*!
 * * ress.css • v1.2.2
 * * MIT License
 * * github.com/filipelinhares/ress */
/* # =================================================================
 * * # Global selectors
 * * # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*, ::before, ::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
 * * # General elements
 * * # ================================================================= */
/* Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/* ** Correct `block` display not defined for any HTML5 element in IE 8/9
 * ** Correct `block` display not defined for `details` or `summary` in IE 10/11
 * ** and Firefox
 * ** Correct `block` display not defined for `main` in IE 11 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

summary {
  display: block;
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+
  *
  * /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul, ol {
  list-style-type: none;
}

/* # =================================================================
 * * # Forms
 * * # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

input[type=text], input[type=password] {
  outline: none;
}

textarea, select {
  outline: none;
}

/* # =================================================================
 * * # Specify media element style
 * * # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
 * * # Accessibility
 * * # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
 * * # Selection
 * * # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection, ::selection {
  background-color: #efefef;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* Clearfix */
.cl:before {
  content: " ";
  display: table;
}
.cl:after {
  content: " ";
  display: table;
  clear: both;
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
/* --------------------- */
/* 基本構造     -------- */
/* --------------------- */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}
html.c-bg-fixed, html.c-bg-fixed body {
  overflow: hidden;
}

body {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ　ProN", "Hiragino Sans", sans-serif;
  line-height: 1.5;
  font-weight: normal;
  color: #000000;
  font-size: 1.6rem;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body#page-cn {
  font-family: "Noto Sans SC", sans-serif;
}

.en {
  font-family: "Roboto", sans-serif;
}

/* テキスト ----------------------*/
h1 {
  line-height: 1.4;
  font-size: inherit;
}

h2 {
  line-height: 1.4;
  font-size: inherit;
}

h3 {
  line-height: 1.4;
  font-size: inherit;
}

p {
  -webkit-font-smoothing: antialiased;
}

p, dt, dd, a, span, li {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-only {
    display: block;
  }
}

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

.br-tb, .br-sp {
  display: none;
}

@media screen and (min-width: 480px) and (max-width: 1024px) {
  .br-pc {
    display: none;
  }
  .br-tb {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .br-pc, .br-tb {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* リンク ----------------------*/
a {
  transition: all 0.2s;
  text-decoration: none;
  color: #22282D;
}

/* 画像 ----------------------*/
img {
  max-width: 100%;
  vertical-align: bottom;
}

input {
  outline: none;
}

input::-ms-clear {
  visibility: hidden;
}

button {
  cursor: pointer;
  outline: none;
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.wrapper {
  position: relative;
  padding-top: 115px;
  color: #22282D;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding-top: 60px;
  }
}

.l-content {
  width: 100%;
  padding: 50px 0 60px;
}
@media screen and (max-width: 480px) {
  .l-content {
    padding: 20px 0 0;
  }
}

.l-inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1220px) {
  .l-inner {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .l-inner {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .l-inner {
    padding: 0 20px;
  }
}

.l-inner--narrow {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .l-inner--narrow {
    width: 100%;
    padding: 0 20px;
  }
}

.l-section + .l-section {
  margin-top: 70px;
}
@media screen and (max-width: 480px) {
  .l-section {
    margin: 20px 0;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
/* --------------------- */
/* 外枠レイアウト ------ */
/* --------------------- */
.l-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.l-row__col {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .l-row__col {
    margin-bottom: 20px;
  }
}

.l-row--col02 .l-row__col {
  width: calc((100% - 40px) / 2);
}
.l-row--col02 .l-row__col:not(:nth-child(2)) {
  margin-right: 40px;
}

.l-row--col03 .l-row__col {
  width: calc((100% - 112px) / 3);
}
.l-row--col03 .l-row__col:not(:nth-child(3)) {
  margin-right: 56px;
}

@media screen and (max-width: 1024px) {
  .l-row--col01-sp .l-row__col {
    width: 100%;
    margin-right: 0 !important;
  }
  .l-row--col01-sp .l-row__col:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

/* 画像枠 ----------------------*/
.img_wrap {
  font-size: 0;
}
.img_wrap img {
  width: 100%;
}
.img_wrap picture {
  width: 100%;
}

/* object-fit ----------------------*/
.obj-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: center center;
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.l-globalheader {
  position: fixed;
  z-index: 10;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-bottom: 1px solid #E7E7E7;
}
.l-globalheader-inner {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-globalheader {
    background: #FFFFFF;
  }
  .l-globalheader-inner {
    height: 60px;
  }
}

.l-globalheader-brandlogo {
  position: absolute;
  max-width: 365px;
  top: 14px;
  left: 45px;
  z-index: 10;
  height: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .l-globalheader-brandlogo {
    left: 15px;
    max-width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .l-globalheader-brandlogo {
    top: 7px;
  }
}
@media screen and (max-width: 480px) {
  .l-globalheader-brandlogo {
    max-width: 232px;
    left: 18px;
  }
}
.l-globalheader-brandlogo.open {
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
}
.l-globalheader-brandlogo .l-kidsinternational_logo-1 a {
  display: block;
  padding-right: 30px;
  border-right: 1px solid #EAEAEA;
}
.l-globalheader-brandlogo .l-kidsinternational_logo-1 {
  padding-right: 26px;
  border-right: 1px solid #EAEAEA;
}
@media screen and (max-width: 480px) {
  .l-globalheader-brandlogo .l-kidsinternational_logo-1 {
    padding-right: 18px;
    width: 216px;
  }
}
@media screen and (max-width: 320px) {
  .l-globalheader-brandlogo .l-kidsinternational_logo-1 {
    padding-right: 14px;
    width: 181px;
  }
}
.l-globalheader-brandlogo .l-kidsinternational_logo-2 {
  padding-left: 18px;
}
@media screen and (max-width: 480px) {
  .l-globalheader-brandlogo .l-kidsinternational_logo-2 {
    width: 50px;
    padding-left: 11px;
  }
}

.l-globalnav-down {
  width: 100%;
}
.l-globalnav-lower {
  background-color: #FFFFFF;
  padding: 0 25px;
  width: 100%;
  height: 70px;
  display: flex;
  border-bottom: 1px solid #E7E7E7;
}
@media screen and (max-width: 1600px) {
  .l-globalnav-lower {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .l-globalnav {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    background-color: #FFFFFF;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    width: 100%;
    height: auto;
    -webkit-overflow-scrolling: auto;
    overflow-scrolling: auto;
    overflow-y: scroll;
  }
  .l-globalnav-down {
    display: none;
  }
  .l-globalnav-lower {
    padding: 0px;
    background-color: inherit;
    height: auto;
    border-bottom: 0 !important;
  }
}

.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1024px) {
  .js-drawer-open .l-globalnav {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    visibility: visible;
    pointer-events: auto;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 99;
  }
}

.globalnav-subnav {
  color: #FFFFFF;
  background-color: #fff;
  font-size: 1.2rem;
  height: 45px;
}
.globalnav-subnav__list {
  display: flex;
  justify-content: center;
  height: 100%;
}
.globalnav-subnav__item {
  height: 100%;
}
.globalnav-subnav__item a {
  color: #004273;
}
.globalnav-subnav__link {
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 100%;
  color: #004273;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .globalnav-subnav__link {
    font-size: 14px;
  }
}
.globalnav-subnav__link:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 3px;
  background-color: transparent;
  transition: all 0.4s;
  bottom: -1px;
  opacity: 0;
}
.globalnav-subnav__link:hover:after {
  width: calc(100% - 30px);
  background-color: #4EA3D4;
  bottom: 1px;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .globalnav-subnav {
    display: none;
  }
}

.globalnav-subnav__popupSwitch:hover .globalnav-subnav__popupContents {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.globalnav-subnav__popupContents {
  padding-top: 10px;
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  width: 250px;
  opacity: 0;
  pointer-events: none;
}
.globalnav-subnav__popupContents:hover {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.globalnav-subnav__popupContents .globalnav-subnav__popupList {
  padding: 10px 0;
  background: #fff;
}
.globalnav-subnav__popupContents .globalnav-subnav__popupList a {
  padding: 1rem 2rem;
  display: block;
  background: #fff;
}
.globalnav-subnav__popupContents .globalnav-subnav__popupList a:hover {
  opacity: 0.7;
}

.globalnav-mainnav {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .globalnav-mainnav__downlist {
    width: 82%;
  }
}
.globalnav-mainnav__upperlist {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .globalnav-mainnav__upperlist {
    width: 82%;
  }
}
.globalnav-mainnav__list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .globalnav-mainnav__list {
    font-size: 14px;
  }
}
.globalnav-mainnav__lowerList {
  border-top: 1px solid #EDEDED;
}
.globalnav-mainnav__lowerList .item-indent {
  padding-left: 1.5rem;
}
.globalnav-mainnav__item .c-language {
  display: flex;
  font-size: 14px;
  align-items: center;
  margin-right: 40px;
  margin-left: 20px;
  line-height: 1;
  position: relative;
  top: 6px;
}
@media screen and (max-width: 1600px) {
  .globalnav-mainnav__item .c-language {
    margin-right: 20px;
    margin-left: 10px;
    font-size: 11px;
    position: relative;
    top: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .globalnav-mainnav__item .c-language {
    width: 82%;
    margin: 0 auto;
    padding: 17px 0 0 5px;
    font-size: 14px;
  }
}
.globalnav-mainnav__item .c-language_ttl:not(:last-child) {
  padding-right: 15px;
  border-right: 1px solid #CACACA;
}
.globalnav-mainnav__item .c-language_ttl:not(:first-child) {
  padding-left: 15px;
}
.globalnav-mainnav__item .c-language_ttl:hover:not(.active) a {
  opacity: 0.7;
}
.globalnav-mainnav__item .c-language_ttl.active a {
  color: #004273;
}
.globalnav-mainnav__item .c-language_ttl:not(.active) a {
  color: #CACACA;
}
.globalnav-mainnav__item .c-language_ttl:not(.active):hover a {
  color: #004273;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .globalnav-mainnav__item.language {
    border: 0;
  }
}
.globalnav-mainnav__contactbox {
  display: flex;
  column-gap: 10px;
}
@media screen and (max-width: 1024px) {
  .globalnav-mainnav__contactbox {
    display: flex;
    width: 82%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    column-gap: 0;
  }
  .globalnav-mainnav__contactbox .c-pulldown__switch {
    padding: 0 !important;
    top: 22px;
    margin-right: 7px;
  }
  .globalnav-mainnav__contactbox .contact {
    margin-left: 7px;
  }
}
@media screen and (max-width: 1024px) {
  .globalnav-mainnav__contactbox .globalnav-mainnav__item {
    width: auto;
    border: 0;
  }
}
.globalnav-mainnav__contactbox .c-button {
  min-width: 160px;
  position: relative;
  top: 0px;
}
.globalnav-mainnav__link {
  display: block;
  padding: 10px 20px;
  color: #004273;
  height: 50px;
  position: relative;
  top: 10px;
}
.globalnav-mainnav__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1600px) {
  .globalnav-mainnav__link {
    padding: 10px;
  }
}
.globalnav-mainnav__link-contact {
  position: relative;
}
.globalnav-mainnav__link-contact .link-contact-moji {
  position: absolute;
  left: 14%;
  top: 25%;
}
.globalnav-mainnav__link-contact .link-contact-icon {
  position: absolute;
  background-image: url(../img/common/iconlink-other.svg);
  width: 16px;
  height: 16px;
  top: 15px;
  right: 12%;
  transition: 0.2s;
}
.globalnav-mainnav__link-contact.c-button {
  min-width: 190px;
  padding: 2px 12px !important;
  text-align: left;
  color: #FFFFFF !important;
}
.globalnav-mainnav__link-contact.c-button.c-button-primary:hover {
  color: #FFFFFF !important;
  background-color: #004273 !important;
  opacity: 0.7;
}
@media screen and (max-width: 1300px) {
  .globalnav-mainnav__link-contact.c-button {
    min-width: 170px;
  }
}
@media screen and (max-width: 1024px) {
  .globalnav-mainnav__link-contact.c-button {
    min-width: 170px;
  }
  .globalnav-mainnav__link-contact.c-button.c-button-primary:hover {
    opacity: 1;
  }
  .globalnav-mainnav__link-contact.c-button.c-button-secondary:hover {
    opacity: 1;
  }
}
.globalnav-mainnav__link-contact .link-contact-moji {
  position: relative;
  left: auto;
  top: auto;
  font-size: 1.4rem;
}
@media screen and (max-width: 1300px) {
  .globalnav-mainnav__link-contact .link-contact-moji {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .globalnav-mainnav__link-contact .link-contact-moji {
    font-size: 1.1rem;
  }
}
.globalnav-mainnav__link-contact .link-contact-icon {
  position: relative;
  display: inline-block;
  background-image: url(../img/common/iconlink-other.svg);
  width: 12px;
  height: 12px;
  top: auto;
  right: auto;
  transition: 0.2s;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .globalnav-mainnav {
    padding-top: 60px;
  }
  .globalnav-mainnav__list {
    flex-direction: column;
    padding-bottom: 130px;
  }
  .globalnav-mainnav__item {
    border-bottom: 1px solid #EDEDED;
    width: 100%;
    color: #22282D;
  }
  .globalnav-mainnav__link {
    padding: 17px 20px;
    font-weight: normal;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .globalnav-mainnav__upperlist {
    flex-direction: column;
    border-top: 1px solid #004273;
    border-bottom: 1px solid #004273;
  }
  .globalnav-mainnav__upperlist .globalnav-mainnav__item:first-child {
    border-top: none;
  }
  .globalnav-mainnav__upperlist .globalnav-mainnav__item:last-child {
    border-bottom: none;
  }
  .globalnav-mainnav__downlist .globalnav-mainnav__item:last-child {
    border-bottom: none;
  }
}
.globalnav-mainnav .c-pulldown__switch {
  display: none;
}
.globalnav-mainnav .c-pulldown__switch:after {
  content: none;
}
.globalnav-mainnav .c-pulldown__content {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .globalnav-mainnav .c-pulldown__list {
    flex-direction: column;
  }
  .globalnav-mainnav .c-pulldown__switch {
    padding: 16px 8px;
    position: relative;
    display: block;
    color: #22282D;
    top: 0;
  }
  .globalnav-mainnav .c-pulldown__switch:after {
    content: "";
    right: 26px;
  }
  .globalnav-mainnav .c-pulldown__content {
    display: none;
    flex-direction: column;
    background: #ECEEF0;
  }
  .globalnav-mainnav .c-pulldown__item {
    border-top: 1px solid #D9D9D9;
  }
  .globalnav-mainnav .c-pulldown__item:first-of-type {
    border-top: 1px solid #22282D;
  }
}

@media screen and (max-width: 1024px) {
  .l-globalheader.glabal-header-toppage {
    background: #000000;
  }
}
.l-globalheader.glabal-header-toppage .l-globalnav-lower {
  background-color: inherit;
}
@media screen and (max-width: 1024px) {
  .l-globalheader.glabal-header-toppage .l-globalnav:after {
    content: "";
    position: fixed;
    display: inline-block;
    width: 100%;
    height: 60px;
    background: #000000;
    top: 0;
    left: 0;
  }
}
.l-globalheader.glabal-header-toppage .l-globalnav__link {
  color: #FFFFFF;
}
.l-globalheader.glabal-header-toppage .l-globalnav__link:hover {
  color: #004273;
}
.l-globalheader.glabal-header-toppage .l-globalnav__link-contact {
  border: 1px solid #FFFFFF;
  background: inherit;
}
.l-globalheader.glabal-header-toppage .l-globalnav__link-contact:hover {
  color: #22282D;
  background: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .l-globalheader.glabal-header-toppage .l-globalnav__link {
    color: #22282D;
    font-weight: 400;
  }
}
@media screen and (max-width: 1024px) {
  .l-globalheader.glabal-header-toppage .c-drawer-toggle span {
    background: #FFFFFF;
  }
}
.l-globalheader.glabal-header-toppage .l-globalnav.glabal-nav-scrolled .l-globalnav-lower {
  background-color: #000000;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.p-modal-gnav-search .c-modal-content {
  width: auto;
  background-color: inherit;
}
.p-modal-gnav-search .c-modal-bg {
  background: rgb(0, 0, 0);
}
.p-modal-gnav-search .c-btn-modal-close {
  position: fixed;
  display: inline-block;
  width: 30px;
  height: 40px;
  top: 100px;
  left: 90%;
  bottom: inherit;
  transform: none;
  padding: 0;
}
.p-modal-gnav-search .p-modal-close-btn {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}
.p-modal-gnav-search .p-modal-close-btn:before, .p-modal-gnav-search .p-modal-close-btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  transform: rotate(45deg);
}
.p-modal-gnav-search .p-modal-close-btn:after {
  transform: rotate(-45deg);
}

.js-default {
  opacity: 1 !important;
  visibility: visible !important;
}

.active {
  opacity: 1;
  visibility: visible;
}

.en .globalnav-mainnav__link-contact.c-button {
  min-width: 160px;
}
@media screen and (max-width: 1024px) {
  .en .globalnav-mainnav__link-contact .link-contact-moji {
    left: auto;
  }
}

.l-globalheader.cn {
  border-bottom: none;
}
.l-globalheader.cn .l-globalheader-brandlogo {
  top: 50%;
  transform: translateY(-50%);
}
.l-globalheader.cn .l-globalnav-lower {
  height: 100px;
}
.l-globalheader.cn .l-globalnav-lower.shrink {
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .l-globalheader.cn .l-globalnav-lower.shrink {
    height: 72px;
  }
}
.l-globalheader.cn .globalnav-mainnav__link-contact.c-button {
  background-color: #FFF;
  border: 2px solid #FF8023;
  color: #FF8023 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  letter-spacing: 0.02em;
  font-weight: 700;
  min-width: auto;
  width: 211px;
  height: 48px;
}
.l-globalheader.cn .globalnav-mainnav__link-contact.c-button:hover {
  background-color: #FF8023 !important;
  color: #FFF !important;
}
@media screen and (max-width: 1024px) {
  .l-globalheader.cn .globalnav-mainnav__link-contact.c-button {
    background-color: #FF8023;
    color: #FFF !important;
  }
}
.l-globalheader.cn .globalnav-mainnav__link-contact.c-button .link-contact-moji {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .l-globalheader.cn .globalnav-mainnav__link-contact.c-button .link-contact-moji {
    font-size: 1.6rem;
  }
}
.l-globalheader.cn .globalnav-mainnav__link {
  line-height: 1;
  color: #22282D;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px 15px;
}
.l-globalheader.cn .globalnav-mainnav__link:hover {
  color: #4EA3D4;
  opacity: 1;
}
.l-globalheader.cn .globalnav-mainnav__contactbox {
  margin-left: 25px;
}
@media screen and (max-width: 1024px) {
  .l-globalheader.cn .l-globalnav-lower {
    height: 60px;
  }
  .l-globalheader.cn .globalnav-mainnav__upperlist {
    border-top: none;
    border-bottom: none;
  }
  .l-globalheader.cn .globalnav-mainnav .c-pulldown__switch {
    font-size: 1.6rem;
  }
  .l-globalheader.cn .globalnav-mainnav .c-pulldown__switch:hover {
    opacity: 0.7;
  }
}

.js-drawer-open .l-globalheader.cn .l-globalnav-lower {
  height: auto;
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
@media screen and (max-width: 1024px) {
  .l-globalfooter {
    padding-bottom: 60px;
  }
}
.l-globalfooter_nav {
  background-color: #004273;
  padding: 50px 0 62px;
}
@media screen and (max-width: 870px) {
  .l-globalfooter_nav {
    padding: 60px 30px 72px;
  }
}
@media screen and (max-width: 480px) {
  .l-globalfooter_nav {
    padding: 0;
  }
}
.l-globalfooter_nav-inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.l-globalfooter_list {
  columns: 3;
  column-fill: auto;
  height: 320px;
  column-gap: 115px;
}
@media screen and (max-width: 1024px) {
  .l-globalfooter_list {
    height: 320px;
  }
}
@media screen and (max-width: 880px) {
  .l-globalfooter_list {
    column-gap: 30px;
  }
}
@media screen and (max-width: 750px) {
  .l-globalfooter_list {
    height: 410px;
  }
}
@media screen and (max-width: 480px) {
  .l-globalfooter_list {
    columns: auto;
    height: auto !important;
    column-gap: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.l-globalfooter_list li {
  margin-bottom: 24px;
  width: 210px;
}
@media screen and (max-width: 1024px) {
  .l-globalfooter_list li {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .l-globalfooter_list li {
    height: 55px;
  }
}
@media screen and (max-width: 480px) {
  .l-globalfooter_list li:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .l-globalfooter_list li:not(:first-child) {
    border-top: 1px solid #345F7E;
  }
}
@media screen and (max-width: 480px) {
  .l-globalfooter_list li {
    width: 50%;
    margin-bottom: 0;
  }
}
.l-globalfooter_list li:nth-child(7) {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .l-globalfooter_list li:nth-child(7) {
    margin-bottom: 0;
  }
}
.l-globalfooter_list li:nth-child(14) {
  margin-bottom: 200px;
}
@media screen and (max-width: 480px) {
  .l-globalfooter_list li:nth-child(14) {
    margin-bottom: 0;
  }
}
.l-globalfooter_list li:last-child {
  margin-bottom: 0;
}
.l-globalfooter_list li:not(:last-child) a:hover {
  opacity: 0.7;
}
.l-globalfooter_list li .link-contact-icon {
  position: relative;
  display: inline-block;
  background-image: url(../img/common/iconlink-other.svg);
  width: 12px;
  height: 12px;
  top: auto;
  right: auto;
  transition: 0.2s;
  background-size: cover;
  margin-left: 5px;
}
.l-globalfooter_list li > a,
.l-globalfooter_list li > span {
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .l-globalfooter_list li > a .sp_only,
  .l-globalfooter_list li > span .sp_only {
    display: block !important;
  }
}
@media screen and (min-width: 481px) {
  .l-globalfooter_list li > a .sp_only,
  .l-globalfooter_list li > span .sp_only {
    display: none !important;
  }
}
.l-globalfooter_list li .arrowdown:before {
  content: "▼ ";
  font-size: 70%;
}
@media screen and (max-width: 480px) {
  .l-globalfooter_list li:not(.l-globalfooter_list-language) > a,
  .l-globalfooter_list li:not(.l-globalfooter_list-language) > span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    padding-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .l-globalfooter_list .l-globalfooter_item--01 {
    order: 1;
  }
  .l-globalfooter_list .l-globalfooter_item--02 {
    order: 2;
  }
  .l-globalfooter_list .l-globalfooter_item--03 {
    order: 3;
  }
  .l-globalfooter_list .l-globalfooter_item--04 {
    order: 4;
  }
  .l-globalfooter_list .l-globalfooter_item--05 {
    order: 5;
  }
  .l-globalfooter_list .l-globalfooter_item--06 {
    order: 6;
  }
  .l-globalfooter_list .l-globalfooter_item--07 {
    order: 7;
  }
  .l-globalfooter_list .l-globalfooter_item--08 {
    order: 8;
  }
  .l-globalfooter_list .l-globalfooter_item--09 {
    order: 9;
  }
  .l-globalfooter_list .l-globalfooter_item--10 {
    order: 10;
  }
  .l-globalfooter_list .l-globalfooter_item--11 {
    order: 11;
  }
  .l-globalfooter_list .l-globalfooter_item--12 {
    order: 12;
  }
  .l-globalfooter_list .l-globalfooter_item--13 {
    order: 13;
  }
  .l-globalfooter_list .l-globalfooter_item--14 {
    order: 14;
  }
  .l-globalfooter_list .l-globalfooter_item--15 {
    order: 15;
  }
  .l-globalfooter_list .l-globalfooter_item--16 {
    order: 16;
  }
  .l-globalfooter_list .l-globalfooter_item--17 {
    order: 17;
  }
  .l-globalfooter_list .l-globalfooter_item--18 {
    order: 18;
  }
  .l-globalfooter_list .l-globalfooter_item--19 {
    order: 19;
  }
  .l-globalfooter_list .l-globalfooter_item--02, .l-globalfooter_list .l-globalfooter_item--04, .l-globalfooter_list .l-globalfooter_item--06, .l-globalfooter_list .l-globalfooter_item--08, .l-globalfooter_list .l-globalfooter_item--10, .l-globalfooter_list .l-globalfooter_item--12, .l-globalfooter_list .l-globalfooter_item--14, .l-globalfooter_list .l-globalfooter_item--16, .l-globalfooter_list .l-globalfooter_item--18, .l-globalfooter_list .l-globalfooter_item--20 {
    border-right: 1px solid #345F7E;
  }
}
@media screen and (max-width: 480px) {
  .l-globalfooter_list-language {
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
}
.l-globalfooter_list-language a {
  color: rgba(255, 255, 255, 0.5) !important;
}
.l-globalfooter_list-language a:not(:last-child) {
  padding-right: 18px;
  border-right: 1px solid rgb(255, 255, 255);
}
.l-globalfooter_list-language a:not(:first-child) {
  padding-left: 18px;
}
.l-globalfooter_list-language a.on {
  color: rgb(255, 255, 255) !important;
}
.l-globalfooter_list-language a:hover {
  opacity: 1 !important;
}
.l-globalfooter_list-language a:not(.on):hover {
  color: #fff !important;
}
.l-globalfooter-downtop {
  padding: 20px 0;
  border-bottom: 1px solid #EAEAEA;
}
@media screen and (max-width: 480px) {
  .l-globalfooter-downtop {
    padding: 26px 32px;
  }
}
.l-globalfooter-downtop-brandlogo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .l-globalfooter-downtop-brandlogo {
    flex-direction: column;
  }
}
.l-globalfooter-downtop-brandlogo_logo:first-child {
  padding-right: 30px;
  border-right: 1px solid #EAEAEA;
  width: 290px;
}
@media screen and (max-width: 480px) {
  .l-globalfooter-downtop-brandlogo_logo:first-child {
    padding-right: 0;
    margin-bottom: 26px;
    width: 235px;
    border-right: none;
  }
}
.l-globalfooter-downtop-brandlogo_logo:last-child {
  margin-left: 30px;
  width: 55px;
}
@media screen and (max-width: 480px) {
  .l-globalfooter-downtop-brandlogo_logo:last-child {
    padding-left: 0;
    margin-left: 0;
    width: 66px;
  }
}
.l-globalfooter-downdown ul {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin: 25px 0 20px;
}
@media screen and (max-width: 480px) {
  .l-globalfooter-downdown ul {
    margin: 20px 0;
  }
}
.l-globalfooter-downdown ul li a {
  font-size: 1.2rem;
  color: #5B5B5B;
}
.l-globalfooter-downdown .copyright {
  text-align: center;
  margin-bottom: 24px;
  font-size: 1.2rem;
  color: #5B5B5B;
}
@media screen and (max-width: 480px) {
  .l-globalfooter-downdown .copyright {
    margin-bottom: 45px;
    padding-top: 20px;
    border-top: 1px solid #EAEAEA;
  }
}
.l-globalfooter-downdown .copyright br {
  display: none;
}
@media screen and (max-width: 480px) {
  .l-globalfooter-downdown .copyright br {
    display: block !important;
  }
}
.l-globalfooter .globalnav-mainnav__link-contact .link-contact-moji {
  position: relative;
  left: auto;
  top: auto;
  font-size: 1.1rem;
}
.l-globalfooter .globalnav-mainnav__link-contact .link-contact-icon {
  position: relative;
  display: inline-block;
  background-image: url(../img/common/iconlink-other.svg);
  width: 12px;
  height: 12px;
  top: auto;
  right: auto;
  transition: 0.2s;
  background-size: cover;
}

.p-fixed_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  padding: 10px 14px 24px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  box-shadow: 0px 0px 15px -5px #777777;
  z-index: 10;
}
.p-fixed_bottom-wrapper {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-fixed_bottom-wrapper {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .p-fixed_bottom-wrapper {
    justify-content: space-between;
    align-items: center;
  }
}
.p-fixed_bottom-request {
  font-size: 1.4rem;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-fixed_bottom-request {
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-fixed_bottom-request {
    margin-right: 0;
  }
}
.p-fixed_bottom-contact .c-button {
  top: 0;
  min-width: 170px;
  padding: 2px 12px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-fixed_bottom-contact {
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-fixed_bottom-contact {
    margin-left: 0;
  }
}
.p-fixed_bottom.active {
  opacity: 1;
  visibility: visible;
}
.p-fixed_bottom.open {
  display: none;
}
.p-fixed_bottom.cn .p-fixed_bottom-wrapper {
  display: block;
  max-width: 310px;
  margin: 0 auto;
}
.p-fixed_bottom.cn .p-fixed_bottom-contact {
  width: 100%;
}
.p-fixed_bottom.cn .p-fixed_bottom-contact-moji {
  font-size: 1.2rem;
}
.p-fixed_bottom.cn .p-fixed_bottom-contact .strg {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  position: relative;
  top: -2px;
}
.p-fixed_bottom.cn .c-button {
  width: 100%;
  height: 60px;
  max-width: 100%;
  min-width: 100%;
  text-align: center;
  background-color: #FF8023;
  border: 2px solid #FF8023;
}
.p-fixed_bottom.cn .c-button:hover {
  background-color: #FFF !important;
  color: #FF8023 !important;
}
@media screen and (max-width: 1024px) {
  .p-fixed_bottom.cn .p-fixed_bottom-contact {
    margin-left: 0;
  }
  .p-fixed_bottom.cn .p-fixed_bottom .c-button {
    max-width: 340px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .hidden-footerInfo-fixed .p-fixed_bottom {
    display: none !important;
  }
}

.scrollTop {
  position: absolute;
  right: 32px;
  bottom: -62px;
}
@media screen and (max-width: 1024px) {
  .scrollTop {
    transition: 0.2s;
  }
}
.scrollTop a {
  transition: 0.2s;
}
.scrollTop a:hover {
  opacity: 0.7;
}
.scrollTop a img {
  width: 36px;
  height: 36px;
}
.scrollTop.fixed {
  position: fixed;
  right: 32px;
  bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .scrollTop {
    position: fixed;
    right: 10px;
    bottom: 84px;
    opacity: 0;
    visibility: hidden;
  }
  .scrollTop.active {
    opacity: 1;
    visibility: visible;
  }
  .scrollTop.bottom {
    bottom: 10px;
  }
}

.en .l-globalfooter-downdown ul {
  flex-wrap: wrap;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .en .l-globalfooter-downdown ul {
    gap: 16px;
  }
}

@media screen and (max-width: 1024px) {
  body.hidden-footerInfo-fixed .l-globalfooter {
    padding-bottom: 0;
  }
}

.l-globalfooter.cn .p-fixed_bottom {
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
  box-shadow: none;
  padding: 10px 30px 10px;
}
.l-globalfooter.cn .p-fixed_bottom.show {
  opacity: 1;
  visibility: visible;
}
.l-globalfooter.cn .globalnav-mainnav__link-contact .link-contact-moji {
  font-size: 1.2rem;
  font-weight: 500;
}
.l-globalfooter.cn .globalnav-mainnav__link-contact .link-contact-icon {
  background-image: url("../img/common/icon_pen.svg");
  width: 24px;
  height: 24px;
  margin-left: 4px;
  top: 2px;
}
.l-globalfooter.cn .globalnav-mainnav__link-contact:hover .link-contact-icon {
  background-image: url("../img/common/icon_pen_orange.svg");
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
@media screen and (max-width: 480px) {
  .br-pctb {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .br-pctb {
    display: block;
  }
}
.c-cover-twoLines {
  margin: 76px 0 74px;
  text-align: center;
  color: #004273;
}
.c-cover-twoLines .c-cover-mainttl {
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 7.605rem;
  font-family: "Cormorant Upright", serif;
  font-weight: 500;
}
.c-cover-twoLines .c-cover-subttl {
  display: block;
  margin-top: 10px;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .c-cover-twoLines {
    margin: 76px 0 54px;
    padding: 0 10px;
  }
  .c-cover-twoLines .c-cover-mainttl {
    font-size: 4.2rem;
  }
  .c-cover-twoLines .c-cover-subttl {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}

.c-cover-twoLines.c-cover-bg {
  margin: 0;
  padding: 80px 0 80px;
  background: #004273;
  color: #FFFFFF !important;
}
@media screen and (max-width: 480px) {
  .c-cover-twoLines.c-cover-bg {
    padding: 60px 20px 60px;
  }
}

.c-cover-oneLines-underline {
  margin: 80px 0 120px;
  color: #004273;
  position: relative;
  text-align: center;
}
.c-cover-oneLines-underline .c-cover-ttl {
  display: block;
  position: relative;
  font-size: 4rem;
  font-weight: 500;
}
.c-cover-oneLines-underline .c-cover-ttl:after {
  content: "";
  max-width: 1160px;
  width: 90%;
  height: 1px;
  display: inline-block;
  background-color: #BBC5CC;
  position: absolute;
  top: calc(100% + 40px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .c-cover-oneLines-underline {
    margin: 60px 0 65px;
    padding: 0 10px;
  }
  .c-cover-oneLines-underline .c-cover-ttl {
    font-size: 2.4rem;
  }
  .c-cover-oneLines-underline .c-cover-ttl:after {
    width: calc(100% - 40px);
    top: inherit;
    bottom: -20px;
  }
}

.c-cover-oneLines-bg {
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #004273;
}
.c-cover-oneLines-bg .c-cover-ttl {
  color: #FFFFFF;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
}
.c-cover-oneLines-bg .c-cover-subttl {
  display: block;
  margin-top: 10px;
  font-size: 2.4rem;
}
@media screen and (max-width: 480px) {
  .c-cover-oneLines-bg {
    height: 162px;
    padding: 0 10px;
    text-align: center;
  }
  .c-cover-oneLines-bg .c-cover-ttl {
    font-size: 2.4rem;
  }
  .c-cover-oneLines-bg .c-cover-subttl {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}

.c-cover_terms-page {
  position: relative;
  background-color: none;
}
.c-cover_terms-page .c-cover_terms-page_ttl {
  display: block;
  position: relative;
  font-size: 40px;
  font-weight: 500;
  color: #004273;
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 480px) {
  .c-cover_terms-page .c-cover_terms-page_ttl {
    font-size: 24px;
    margin-bottom: 65px;
  }
}
.c-cover_terms-page .c-cover_terms-page_ttl:after {
  content: "";
  width: 1160px;
  height: 1px;
  display: inline-block;
  background-color: #BBC5CC;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .c-cover_terms-page .c-cover_terms-page_ttl:after {
    width: calc(100% - 40px);
    bottom: -24px;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.c-accordion {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .c-accordion {
    padding: 0 20px;
  }
}
.c-accordion__list {
  border-top: 2px solid #F2EFE7;
  font-size: 1.7rem;
}
.c-accordion__list:last-child {
  border-bottom: 2px solid #F2EFE7;
}
.c-accordion__title {
  display: flex;
  aling-items: center;
  cursor: pointer;
  position: relative;
  padding: 20px 0 20px 20px;
  background-color: #fff;
  transition: 0.2s;
  color: #22282D;
}
.c-accordion__title:hover {
  color: #4EA3D4;
}
.c-accordion__title:hover .icon-wrap .icon:before,
.c-accordion__title:hover .icon-wrap .icon:after {
  background: #4EA3D4;
}
@media screen and (max-width: 480px) {
  .c-accordion__title:hover {
    color: #22282D;
  }
  .c-accordion__title:hover .icon-wrap .icon:before,
  .c-accordion__title:hover .icon-wrap .icon:after {
    background: #22282D;
  }
  .c-accordion__title.toggle_open {
    color: #4EA3D4;
  }
  .c-accordion__title.toggle_open .icon-wrap .icon:before,
  .c-accordion__title.toggle_open .icon-wrap .icon:after {
    background: #4EA3D4;
  }
}
.c-accordion__title--mark {
  font-size: 3.6rem;
  font-weight: bold;
  font-family: Roboto;
  margin-right: 10px;
}
.c-accordion__title--question {
  display: flex;
  align-items: center;
  padding-right: 80px;
}
@media screen and (max-width: 480px) {
  .c-accordion__title--question {
    padding-right: 34px;
  }
}
.c-accordion__title .icon-wrap {
  position: absolute;
  right: 5px;
  top: 44%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
.c-accordion__title .icon-wrap .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  right: 15px;
}
.c-accordion__title .icon-wrap .icon:before,
.c-accordion__title .icon-wrap .icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #004273;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.c-accordion__title .icon-wrap .icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-accordion__title .icon-wrap .icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.c-accordion__content {
  display: none;
}
.c-accordion__content--answer {
  line-height: 170%;
  padding: 20px 80px 38px 20px;
  display: block;
  font-size: 1.6rem;
}

@media screen and (max-width: 480px) {
  .c-accordion {
    padding: 0 30px;
  }
  .c-accordion__list {
    border-top: 1px solid #F2EFE7;
    font-size: 1.5rem;
  }
  .c-accordion__list:last-child {
    border-bottom: 1px solid #F2EFE7;
  }
  .c-accordion__title {
    padding: 20px;
  }
  .c-accordion__title--mark {
    font-size: 2.2rem;
  }
  .c-accordion__title--question {
    position: relative;
    top: 2px;
  }
  .c-accordion__title .icon-wrap {
    width: 14px;
    height: 14px;
    top: 49%;
  }
  .c-accordion__content {
    padding: 0 0 20px 0;
  }
  .c-accordion__content--answer {
    padding: 20px 0 0;
    font-size: 14px;
  }
}
/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.c-link-block {
  display: block;
  width: 100%;
  height: 100%;
}

.c-button-group {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .c-button-group {
    flex-direction: column;
    gap: 24px;
  }
  .c-button-group .c-button {
    margin: 0 auto;
  }
}

.c-button {
  position: relative;
  display: inline-block;
  min-width: 200px;
  padding: 15px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 50px;
}
.c-button-primary {
  border: 2px solid #004273;
  background-color: #004273;
}
.c-button-primary:hover {
  color: #004273;
  background-color: #FFFFFF;
}
.c-button-secondary {
  border: 2px solid #BDAA48;
  background-color: #BDAA48;
}
.c-button-secondary:hover {
  opacity: 0.7;
}
.c-button-white {
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
}

.c-button-outline-primary {
  color: #004273;
  border: 2px solid #004273;
  background-color: #FFFFFF;
}
.c-button-outline-primary:hover {
  color: #FFFFFF;
  background-color: #004273;
}
.c-button-outline-secondary {
  color: #BDAA48;
  border: 2px solid #BDAA48;
  background-color: #FFFFFF;
}
.c-button-outline-secondary:hover {
  color: #BDAA48;
  background-color: #FFFFFF;
  opacity: 0.7;
}
.c-button-outline-white {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
.c-button-outline-white:hover {
  color: #004273;
  background-color: #FFFFFF;
}

.c-button-primary:hover .c-icon-arrow-white {
  background-image: url(../img/common/icon-arrow-primary.svg);
}
.c-button-outline-white:hover .c-icon-arrow-white {
  background-image: url(../img/common/icon-arrow-primary.svg);
}
.c-button-outline-primary:hover .c-icon-arrow-primary {
  background-image: url(../img/common/icon-arrow-white.svg);
}

.c-link-text {
  text-decoration: underline;
}
.c-link-text:hover {
  color: #4EA3D4;
}

.c-link-rightArrow {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  transition: all 0.2s;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: bold;
  color: #004273;
}
.c-link-rightArrow:hover {
  border-bottom: 1px solid #004273;
}
.c-link-rightArrow::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #004273;
  border-right: 2px solid #004273;
  width: 9px;
  height: 9px;
  top: 50%;
  right: -10px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .c-link-rightArrow {
    font-size: 1.4rem;
  }
}

.c-button-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 15px 50px 15px 50px;
  color: #004273;
  border: 2px solid #004273;
  border-radius: 6px;
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.6rem;
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.c-breadcrumb {
  position: absolute;
  top: 115px;
  left: calc(50vw - 580px);
  z-index: 1;
  width: 1160px;
}
.c-breadcrumb__list {
  display: flex;
  margin: 0 auto;
  color: #99ABB9;
  font-size: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
}
.c-breadcrumb__item {
  position: relative;
  color: #99ABB9;
}
.c-breadcrumb__item:not(:last-of-type) {
  margin-right: 18px;
}
.c-breadcrumb__item:not(:last-of-type)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
  background-color: #99ABB9;
  transform: rotate(45deg);
}
.c-breadcrumb__item:last-of-type {
  padding: 10px 0;
}
.c-breadcrumb__link {
  color: #99ABB9;
  display: inline-block;
  padding: 10px 0;
}
@media screen and (max-width: 1200px) {
  .c-breadcrumb {
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1024px) {
  .c-breadcrumb {
    top: 60px;
    width: calc(100% - 40px);
    height: 30px;
    display: flex;
    align-items: center;
  }
  .c-breadcrumb__list {
    display: flex;
    margin: 0;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.c-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
  text-align: center;
}
.c-table tr {
  border: 1px solid #DBE0E0;
}
.c-table tr td:first-of-type {
  font-weight: 500;
  background-color: #F7F7F7;
}
.c-table th {
  background-color: #F7F7F7;
  font-weight: 500;
  padding: 8px 12px;
  border-right: 1px solid #DBE0E0;
}
.c-table td {
  padding: 8px 12px;
  border: 1px solid #DBE0E0;
}

@media screen and (max-width: 1024px) {
  .c-table {
    font-size: 1.4rem;
  }
  .c-table th, .c-table td {
    padding: 10px;
  }
}
.c-table_two-cols {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
  text-align: left;
}
.c-table_two-cols tr td:first-of-type {
  padding: 16px 20px;
  font-weight: 500;
  background-color: #F7F7F7;
  width: 167px;
}
.c-table_two-cols th {
  background-color: #F7F7F7;
  padding: 8px 12px;
  border-right: 1px solid #DBE0E0;
}
.c-table_two-cols td {
  padding: 16px 8px 16px 24px;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  vertical-align: top;
}

@media screen and (max-width: 480px) {
  .c-table_two-cols {
    font-size: 1.4rem;
  }
  .c-table_two-cols tr td:first-of-type {
    padding: 13px 0 11px 13px;
    width: inherit;
    border-top: 1px solid #E7E7E7;
    border-bottom: 0;
  }
  .c-table_two-cols tr:last-of-type td:last-of-type {
    padding-bottom: 0;
  }
  .c-table_two-cols td {
    display: block;
    width: 100%;
    padding: 12px 0 20px 13px;
    border-top: 0;
    border-bottom: 0;
  }
}
/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.c-drawer-toggle {
  position: absolute;
  z-index: 100;
  width: 42px;
  padding: 10px;
  height: 38px;
  top: 14px;
  right: 10px;
  cursor: pointer;
}
.c-drawer-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  background: #000000;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}
.c-drawer-toggle span:nth-child(1) {
  top: 10px;
}
.c-drawer-toggle span:nth-child(2) {
  top: 19px;
}
.c-drawer-toggle span:nth-child(3) {
  top: 28px;
}

.c-drawer-nav {
  position: absolute;
  width: 100%;
  background-color: #004273;
  overflow-y: scroll;
  visibility: hidden;
}
.c-drawer-list {
  margin-top: 24px;
}
.c-drawer-list a {
  font-size: 14px;
  letter-spacing: 0.03em;
  display: block;
  height: 57px;
  line-height: 57px;
  border-top: 1px solid #696969;
  padding: 0 6.6666666667%;
  transition: none;
}
.c-drawer-list li:last-of-type a {
  border-bottom: 1px solid #696969;
}
.c-drawer-contact {
  color: #FFFFFF;
  text-align: center;
  margin: 33px 0 37px;
}
.c-drawer-contact a {
  transition: none;
}
.c-drawer-contact__ttl {
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.c-drawer-contact__subttl {
  font-size: 11px;
}
.c-drawer-contact__tel {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 22px;
}
.c-drawer-contact__subtel {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 10px;
}
.c-drawer-contact__hours {
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-bottom: 26px;
}
.c-drawer-sns {
  display: flex;
  justify-content: center;
  padding-bottom: 46px;
}
.c-drawer-sns__item {
  width: 28px;
  transition: none;
  margin-bottom: 46px;
}
.c-drawer-sns__item:not(:last-of-type) {
  margin-right: 18px;
}

.fixed .c-drawer-toggle span {
  background-color: #004273;
}

.js-drawer-open {
  position: fixed;
  width: 100%;
}
.js-drawer-open .c-drawer-toggle span:nth-child(1) {
  top: 20px;
  transform: translate(-50%, -50%) rotate(135deg);
}
.js-drawer-open .c-drawer-toggle span:nth-child(2) {
  width: 0;
}
.js-drawer-open .c-drawer-toggle span:nth-child(3) {
  top: 20px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.c-box {
  padding: 30px;
  border: 4px solid #ECEEF0;
  font-size: 1.5rem;
}
.c-box + .c-box {
  margin-top: 30px;
}
.c-box + .c-box.l-row {
  margin-top: 0;
}
.c-box__ttl {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 1.7rem;
}

.l-row .c-box + .c-box {
  margin-top: 0;
}

.c-box--bold {
  border: 6px solid #ECEEF0;
}

.c-box--header-bg {
  padding: 0;
  border: 4px solid #ECEEF0;
}
.c-box--header-bg__header {
  padding: 14px 24px 14px;
  text-align: center;
  background: #ECEEF0;
}
.c-box--header-bg__ttl {
  font-weight: bold;
  font-size: 2.4rem;
}
.c-box--header-bg__content {
  padding: 16px;
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.c-card {
  line-height: 1.5;
}
.c-card__body {
  padding: 16px 0 16px;
}
.c-card__ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.7rem;
}
.c-card__text {
  font-size: 1.5rem;
}
.c-card-article__link:hover .c-card-article__ttl {
  color: #4EA3D4;
  transition: all 0.2s;
}
.c-card-article__link:hover .c-card-article__img img {
  transform: translate(-50%, -50%) scale(105%);
  transition: all 0.2s;
}
.c-card-article__img {
  position: relative;
  padding-top: 62.9120879121%;
  overflow: hidden;
  border-radius: 4px;
  height: 0;
}
.c-card-article__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
.c-card-article__ttl {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.2s;
}
.c-card-article__date {
  display: block;
  margin-top: 16px;
  color: #8C8C8C;
  font-size: 1.4rem;
  line-height: 1;
}
.c-card-article__tagWrap {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-card-article__tag {
  padding: 4px 10px;
  border: 1px solid #004273;
  border-radius: 50px;
  display: inline-block;
  color: #004273;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .c-card-article__ttl {
    margin-top: 12px;
  }
  .c-card-article__date {
    margin-top: 12px;
  }
  .c-card-article__tagWrap {
    margin-top: 12px;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.c-headline-arrow {
  margin: 30px 0 24px;
  padding-left: 30px;
  position: relative;
  line-height: 1.4;
  font-size: 3rem;
  font-weight: bold;
}
.c-headline-arrow:before {
  content: "";
  display: block;
  width: 14px;
  height: 18px;
  background: url("../img/common/icon-arrow-headline.svg");
  position: absolute;
  left: 0;
  top: 12px;
}

.c-headline-numbering {
  text-align: center;
  margin: 160px 0 30px;
  line-height: 1.2;
  font-weight: bold;
}
.c-headline-numbering__number {
  display: block;
  margin-bottom: 12px;
  font-size: 4rem;
  font-family: "Cormorant Upright", serif;
  color: #004273;
}
.c-headline-numbering__ttl {
  display: block;
  margin-bottom: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  .c-headline-numbering {
    margin: 80px 0 30px;
  }
}

.c-section-lead + .c-headline-numbering {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .c-section-lead + .c-headline-numbering .c-section-lead + .c-headline-numbering {
    margin-top: 30px;
  }
}

.c-headline-underbar {
  position: relative;
  text-align: center;
  margin-bottom: 85px;
  line-height: 1.2;
  font-weight: 500;
  color: #004273;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ　ProN", "Hiragino Sans", sans-serif;
  font-size: 3rem;
}
.c-headline-underbar .subttl {
  font-size: 1.8rem;
}
.c-headline-underbar:after {
  content: "";
  width: 30px;
  height: 3px;
  display: inline-block;
  background-color: #4EA3D4;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .c-headline-underbar {
    font-size: 2rem;
    margin-bottom: 50px;
  }
  .c-headline-underbar .subttl {
    font-size: 1.3rem;
  }
  .c-headline-underbar:after {
    bottom: -20px;
    width: 20px;
    height: 2px;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.c-section-lead {
  margin: 0 auto 50px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .c-section-lead {
    margin: 0 auto 16px;
    text-align: left;
    font-size: 1.5rem;
  }
}
.c-section-lead.c-page-lead {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .c-section-lead.c-page-lead {
    margin-top: 0;
  }
}

.c-section-ttl {
  margin: 160px 0 40px;
  line-height: 1.2;
  text-align: center;
  font-size: 7.6054rem;
  font-family: "Cormorant Upright", serif;
  font-weight: 500;
  color: #004273;
}
.c-section-ttl__subttl {
  display: block;
  margin-top: 10px;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ　ProN", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 480px) {
  .c-section-ttl {
    margin: 30px 0 30px;
    line-height: 1.1;
    font-size: 4.3rem;
  }
  .c-section-ttl__subttl {
    font-size: 1.6rem;
    margin-top: 5px;
  }
}

.l-content .l-section:first-of-type .c-section-ttl {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .l-content .l-section:first-of-type .c-section-ttl {
    margin-top: 80px;
  }
}

.c-section-paragraph {
  margin-bottom: 30px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .c-section-paragraph {
    font-size: 1.5rem;
    text-align: left;
  }
}

.c-section-attention {
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .c-section-attention {
    font-size: 1.2rem;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.c-pulldown__switch {
  padding: 10px;
  position: relative;
  display: block;
  cursor: pointer;
}
.c-pulldown__content {
  display: none;
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
/* --------------------- */
/* modal   ------------- */
/* --------------------- */
.c-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
}
.c-modal a {
  word-break: break-all;
}

/* モーダル背景 */
.c-modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.c-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90%;
  min-width: 80%;
  min-height: 50%;
  background: white;
  padding: 20px 20px 40px;
}
@media screen and (max-width: 1024px) {
  .c-modal-content {
    top: 45%;
    transform: translate(-50%, -50%);
    width: 88%;
    height: auto;
    padding: 30px 5% 50px;
  }
}

.c-modal-content__inner {
  height: auto;
}
.c-modal-content__inner img {
  height: auto;
  width: auto;
}

.c-btn-modal-close {
  position: absolute;
  padding: 10px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: bold;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.js-modal-fixed {
  position: fixed;
  left: 0;
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.c-icon-parent {
  position: relative;
}

.c-icon-child {
  position: absolute;
}

.u-rotate-180 {
  transform: rotate(180deg);
}

.u-rotate-90 {
  transform: rotate(90deg);
}

.c-icon-arrow-white {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon-arrow-white.svg) no-repeat center/cover;
}

.c-icon-arrow-secondary {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon-arrow-secondary.svg) no-repeat center/cover;
}

.c-icon-arrow-primary {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon-arrow-primary.svg) no-repeat center/cover;
}

.c-icon-blank-white {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../img/common/icon-blank-white.svg) no-repeat center/auto 100%;
}

.c-icon-right {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.c-icon-right.u-rotate-180 {
  transform: translateY(-50%) rotate(180deg);
}
.c-icon-right.u-rotate-90 {
  transform: translateY(-50%) rotate(90deg);
}

.c-icon-left {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.c-icon-left.u-rotate-180 {
  transform: translateY(-50%) rotate(180deg);
}

.c-icon-arrow-circle {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #004273 url(../img/common/icon-arrow-white.svg) no-repeat center/15px 15px;
}

.c-icon-than-circle {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #004273 url(../img/common/icon-than-white.svg) no-repeat center/15px 15px;
}

.c-icon-check-circle-secondary {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #BDAA48;
  border-radius: 50%;
}
.c-icon-check-circle-secondary:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 5px;
  top: 4px;
  left: 4px;
  border-left: 1px solid #BDAA48;
  border-bottom: 1px solid #BDAA48;
  transform: rotate(-45deg);
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.u-list-numbering-icon > li {
  position: relative;
  padding-left: 77px;
  min-height: 65px;
  counter-increment: title;
}
.u-list-numbering-icon > li:before {
  display: block;
  position: absolute;
  left: 0;
  top: -14px;
  color: #FFF;
  width: 47px;
  height: 65px;
  text-align: center;
  font-family: NanumMyeongjo;
  font-size: 27.721px;
  font-weight: 800;
  line-height: 50px;
  content: counter(title);
  background: url(../img/common/number_icon_bg.svg) no-repeat center/cover;
}
@media screen and (max-width: 480px) {
  .u-list-numbering-icon > li {
    padding-left: 50px;
    min-height: 47px;
  }
  .u-list-numbering-icon > li:before {
    top: -10px;
    width: 34px;
    height: 47px;
    font-size: 2rem;
    line-height: 38px;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
/* --------------------- */
/* readmore   ------------- */
/* --------------------- */
.c-readmore__switch {
  position: relative;
  display: block;
  cursor: pointer;
  content: "もっと見る";
  transition: 0.2s;
}
.c-readmore__switch::after {
  content: "もっと見る";
}
.c-readmore__switch.on-click::after {
  content: "閉じる";
}
.c-readmore__switch.on-click .c-icon-right {
  transform: translateY(-50%) rotate(-90deg);
}
.c-readmore__hiddenContent {
  display: none;
}

.en .c-readmore__switch {
  content: "See more";
}
.en .c-readmore__switch::after {
  content: "See more";
}
.en .c-readmore__switch.on-click::after {
  content: "Close";
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.u-bg--white {
  background-color: #FFFFFF;
}

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

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

/* マージン ----------------------*/
.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-36 {
  margin-bottom: 36px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.u-mt-minus30 {
  margin-top: -30px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-36 {
  margin-top: 36px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

@media screen and (max-width: 1024px) {
  .u-mb-0--tb {
    margin-bottom: 0px !important;
  }
  .u-mb-20--tb {
    margin-bottom: 20px !important;
  }
  .u-mb-24--tb {
    margin-bottom: 24px !important;
  }
  .u-mb-30--tb {
    margin-bottom: 30px !important;
  }
  .u-mb-36--tb {
    margin-bottom: 36px !important;
  }
  .u-mb-40--tb {
    margin-bottom: 40px !important;
  }
  .u-mb-50--tb {
    margin-bottom: 50px !important;
  }
  .u-mb-60--tb {
    margin-bottom: 60px !important;
  }
  .u-mt-0--tb {
    margin-top: 0px !important;
    margin-top: 16px !important;
  }
  .u-mt-20--tb {
    margin-top: 20px !important;
  }
  .u-mt-24--tb {
    margin-top: 24px !important;
  }
  .u-mt-30--tb {
    margin-top: 30px !important;
  }
  .u-mt-36--tb {
    margin-top: 36px !important;
  }
  .u-mt-40--tb {
    margin-top: 40px !important;
  }
  .u-mt-50--tb {
    margin-top: 50px !important;
  }
  .u-mt-60--tb {
    margin-top: 60px !important;
  }
  .u-pl-0--tb {
    padding-left: 0px !important;
  }
  .u-pl-40--tb {
    padding-left: 40px !important;
  }
  .u-pl-60--tb {
    padding-left: 60px !important;
  }
  .u-pl-80--tb {
    padding-left: 80px !important;
  }
  .u-pr-0--tb {
    padding-left: 0px !important;
  }
  .u-pr-40--tb {
    padding-left: 40px !important;
  }
  .u-pr-60--tb {
    padding-left: 60px !important;
  }
  .u-pr-80--tb {
    padding-left: 80px !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-mb-0--sp {
    margin-bottom: 0px !important;
  }
  .u-mb-10--sp {
    margin-bottom: 10px !important;
  }
  .u-mb-20--sp {
    margin-bottom: 20px !important;
  }
  .u-mb-24--sp {
    margin-bottom: 24px !important;
  }
  .u-mb-30--sp {
    margin-bottom: 30px !important;
  }
  .u-mb-36--sp {
    margin-bottom: 36px !important;
  }
  .u-mb-40--sp {
    margin-bottom: 40px !important;
  }
  .u-mb-50--sp {
    margin-bottom: 50px !important;
  }
  .u-mb-55--sp {
    margin-bottom: 55px !important;
  }
  .u-mb-60--sp {
    margin-bottom: 60px !important;
  }
  .u-mb-70--sp {
    margin-bottom: 70px !important;
  }
  .u-mt-0--sp {
    margin-top: 0px !important;
  }
  .u-mt-16--sp {
    margin-top: 16px !important;
  }
  .u-mt-20--sp {
    margin-top: 20px !important;
  }
  .u-mt-24--sp {
    margin-top: 24px !important;
  }
  .u-mt-30--sp {
    margin-top: 30px !important;
  }
  .u-mt-36--sp {
    margin-top: 36px !important;
  }
  .u-mt-40--sp {
    margin-top: 40px !important;
  }
  .u-mt-50--sp {
    margin-top: 50px !important;
  }
  .u-mt-60--sp {
    margin-top: 60px !important;
  }
  .u-pr-0--sp {
    padding-right: 0px !important;
  }
  .u-pr-40--sp {
    padding-right: 40px !important;
  }
  .u-pr-60--sp {
    padding-right: 60px !important;
  }
  .u-pr-80--sp {
    padding-right: 80px !important;
  }
  .u-pl-0--sp {
    padding-left: 0px !important;
  }
  .u-pl-40--sp {
    padding-left: 40px !important;
  }
  .u-pl-60--sp {
    padding-left: 60px !important;
  }
  .u-pl-80--sp {
    padding-left: 80px !important;
  }
}
/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
/* --------------------- */
/* テキスト ------------ */
/* --------------------- */
.u-text-center {
  text-align: center;
}

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

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

@media screen and (max-width: 480px) {
  .u-text-left-sp {
    text-align: left;
  }
}
.u-text-bold {
  font-weight: bold;
}

.u-text-normal {
  font-weight: normal;
}

.u-text-underline {
  text-decoration: underline;
}

.u-font-en {
  font-family: "Cormorant Upright", serif;
  font-weight: 500;
}

.u-font-jn-selif {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
@media screen and (min-width: 1025px) {
  .u-hidden-pc {
    display: none !important;
  }
}

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

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

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

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

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

.u-br-only-tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-br-only-tb {
    display: inline-block !important;
  }
}
@media screen and (max-width: 480px) {
  .u-br-only-tb {
    display: none !important;
  }
}

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

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

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.u-bg-beige {
  background-color: #F2EFE7;
}

.u-bg-blue-light {
  background-color: #EDF3F6;
}

.u-bg-blue-white {
  background-color: #FFFFFF;
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-top {
  position: relative;
}
.p-page-top .c-cover {
  width: 100%;
  margin-top: 115px;
  background-color: #004273;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-page-top .c-cover {
    margin-top: 60px;
  }
}
.p-page-top .c-cover_ttl {
  font-family: "Cormorant Upright", sans-serif;
  line-height: 0.95;
  color: #fff;
  display: inline;
  position: absolute;
  left: 5.6%;
  top: 45%;
  transform: translateY(-50%);
  font-weight: 500;
  z-index: 2;
}
@media screen and (min-width: 2953px) {
  .p-page-top .c-cover_ttl {
    font-size: 136px;
  }
}
@media screen and (max-width: 2952px) {
  .p-page-top .c-cover_ttl {
    font-size: 4.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-page-top .c-cover_ttl {
    font-size: 11vw;
    transform: translateX(-50%);
    left: 57%;
    width: 100%;
    top: 57%;
  }
}
.p-page-top .c-cover_ttl-block {
  display: block;
}
.p-page-top .c-cover_ttl-block:first-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .p-page-top .c-cover_ttl-block:first-child {
    margin-bottom: 24px;
  }
}
.p-page-top .c-cover_images {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-page-top .c-cover_images img {
  margin: 0 auto;
}
.p-page-top .c-cover .c-cover_scroll {
  position: absolute;
  right: 30px;
  bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .p-page-top .c-cover .c-cover_scroll {
    right: 15px;
    bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-page-top .c-cover .c-cover_scroll {
    display: none;
  }
}
.p-page-top .c-cover .bx-wrapper {
  max-width: 100% !important;
  height: 52vw;
  position: static !important;
  border: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-color: #004273;
}
@media screen and (max-width: 768px) {
  .p-page-top .c-cover .bx-wrapper {
    height: 188.8vw;
  }
  .p-page-top .c-cover .bx-wrapper img {
    max-width: 100%;
  }
}
.p-page-top .c-cover .bx-wrapper .bx-viewport {
  overflow: visible !important;
  height: auto !important;
}
.p-page-top .c-cover .bx-wrapper .bx-viewport .bxslider {
  width: 100% !important;
}
.p-page-top .c-cover .bx-wrapper .bx-viewport .bxslider .bxslider_contents {
  width: 100% !important;
  position: absolute;
}
.p-page-top .c-cover .bx-wrapper .bx-pager {
  position: relative;
  padding-top: 0;
  bottom: 6px;
}
.p-page-top .c-cover .bx-wrapper .bx-pager .bx-pager-link {
  background: rgba(255, 255, 255, 0.5);
}
.p-page-top .c-cover .bx-wrapper .bx-pager .bx-pager-link:hover {
  background: #fff !important;
}
.p-page-top .c-cover .bx-wrapper .bx-pager .bx-pager-link:focus {
  background: rgba(255, 255, 255, 0.5);
}
.p-page-top .c-cover .bx-wrapper .bx-pager .bx-pager-link.active {
  background: #fff !important;
}
.p-page-top .c-cover .bx-wrapper .bx-pager .bx-pager-item {
  margin-right: 15px;
}
.p-page-top .c-cover .bx-wrapper .bx-pager .bx-pager-item a {
  width: 6px !important;
  height: 6px !important;
  margin: 0 !important;
}
.p-page-top .c-cover .bx-wrapper .bx-pager .bx-pager-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .p-page-top .c-cover .bx-wrapper .bx-pager .bx-pager-item {
    margin-right: 15px;
  }
}
.p-page-top .c-cover .bx-wrapper .bx-prev {
  background-position: 0 0;
  left: 0;
}
.p-page-top .c-cover .bx-wrapper .bx-prev {
  background: url(../img/common/slider_pager-prev.png) no-repeat center center/100% 100% !important;
  transition: 0.2s;
}
.p-page-top .c-cover .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
  opacity: 0.7;
  transition: 0.2s;
}
.p-page-top .c-cover .bx-wrapper .bx-next {
  background: url(../img/common/slider_pager-next.png) no-repeat center center/100% 100% !important;
  transition: 0.2s;
  right: 0;
}
.p-page-top .c-cover .bx-wrapper .bx-next:hover {
  background-position: 0 0;
  opacity: 0.7;
  transition: 0.2s;
}
.p-page-top .c-cover .bx-controls {
  position: absolute;
  width: 164px;
  top: 68%;
  left: 6.5%;
}
@media screen and (max-width: 768px) {
  .p-page-top .c-cover .bx-controls {
    width: 188px;
    left: 50%;
    transform: translateX(-50%);
    top: 88.5%;
  }
}
.p-page-top .c-cover .bx-controls .bx-controls-direction a {
  z-index: 1 !important;
  width: 26px !important;
  height: 26px !important;
  margin-top: -12px !important;
}
.p-page-top .top-news {
  text-align: center;
}
.p-page-top .top-news a:hover {
  opacity: 0.8;
}
.p-page-top .top-news a p {
  line-height: 1.2;
  padding: 1em 1em 0.75em;
  color: #004273;
}
.p-page-top .top-news a p span {
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .p-page-top .top-news a p {
    line-height: 1.2;
    padding: 1em 1em 0;
  }
  .p-page-top .top-news a p span {
    font-size: 1.2rem;
  }
}
.p-page-top .p-section_whoweare {
  margin-top: 90px;
}
.p-page-top .p-section_whoweare_subttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  line-height: 1.5;
  margin: 47px auto 96px;
  max-width: 520px;
  letter-spacing: 0.05rem;
}
.p-page-top .p-section_whoweare_detail {
  max-width: 1160px;
  text-align: center;
  margin: 0 auto;
}
.p-page-top .p-section_whoweare_detail-image {
  width: 62px;
  height: 84px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 480px) {
  .p-page-top .p-section_whoweare_detail-image {
    width: 52px;
    height: 70px;
    margin: 0 auto 14px;
  }
}
.p-page-top .p-section_whoweare_detail-p {
  font-size: 18px;
  line-height: 2.4em;
  font-family: "Noto Serif JP", serif;
}
.p-page-top .p-section_whoweare_detail-btn {
  width: 200px;
  height: 55px;
  margin: 40px auto 80px;
}
.p-page-top .p-section_whoweare_detail-facility {
  max-width: 640px;
  margin: 0 auto 100px;
  border: 2px solid #BDAA48;
  padding: 40px 0;
}
@media screen and (max-width: 480px) {
  .p-page-top .p-section_whoweare_detail-facility {
    margin: 0 auto 80px;
  }
}
.p-page-top .p-section_whoweare_detail-facility_ttl {
  margin-bottom: 24px;
  color: #BDAA48;
  font-size: 2.6rem;
}
.p-page-top .p-section_whoweare_detail-facility_p {
  font-size: 14px;
  line-height: 1.8em;
}
.p-page-top .p-section_whoweare_detail-facility_p .link {
  text-decoration: underline;
}
.p-page-top .p-section_whoweare_detail-facility_p .link:hover {
  opacity: 0.7;
}
.p-page-top .p-section_pickup {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 480px) {
  .p-page-top .p-section_pickup {
    margin-bottom: 90px !important;
  }
}
.p-page-top .p-section_ourmember {
  background-color: #004273;
  padding: 100px 0;
}
.p-page-top .p-section_ourmember .c-section-ttl {
  color: #ffffff;
  margin: 0 0 30px;
}
.p-page-top .p-section_ourmember .p-section_ourmember-p {
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .p-page-top .p-section_ourmember .p-section_ourmember-p {
    margin-bottom: 32px;
    padding: 0 30px;
    text-align: left;
  }
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper {
  background-color: #004273;
  max-width: 1140px !important;
  margin: 0 auto;
  border: 0 !important;
  box-shadow: none !important;
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bx-next {
  right: calc(50% - 120px) !important;
  transform: translateX(50%);
  background: url(../img/common/slider_pager-next4.png) no-repeat center center/100% 100% !important;
}
@media screen and (max-width: 480px) {
  .p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bx-next {
    background-size: 26px 26px !important;
    right: calc(50% - 95px) !important;
  }
}
@media screen and (min-width: 1025px) {
  .p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bx-next:hover {
    background: url(../img/common/slider_pager-next3.png) no-repeat center center/100% 100% !important;
  }
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bx-prev {
  left: calc(50% - 120px) !important;
  transform: translateX(-50%);
  background: url(../img/common/slider_pager-prev4.png) no-repeat center center/100% 100% !important;
}
@media screen and (max-width: 480px) {
  .p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bx-prev {
    background-size: 26px 26px !important;
    left: calc(50% - 95px) !important;
  }
}
@media screen and (min-width: 1025px) {
  .p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bx-prev:hover {
    background: url(../img/common/slider_pager-prev3.png) no-repeat center center/100% 100% !important;
  }
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bx-pager {
  bottom: -44px;
}
@media screen and (max-width: 480px) {
  .p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bx-pager {
    bottom: -50px;
  }
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bx-pager .bx-pager-item {
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bx-pager .bx-pager-item {
    margin-right: 15px;
  }
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bx-pager .bx-pager-item a {
  background: rgba(255, 255, 255, 0.2);
  margin: 0 !important;
  width: 8px !important;
  height: 8px !important;
}
@media screen and (max-width: 480px) {
  .p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bx-pager .bx-pager-item a {
    width: 6px !important;
    height: 6px !important;
  }
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #fff !important;
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bx-pager .bx-pager-item:last-child {
  margin-right: 0;
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bx-controls-direction a {
  top: 80px !important;
}
@media screen and (max-width: 480px) {
  .p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bx-controls-direction a {
    top: 307px !important;
  }
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bx-default-pager a {
  background: rgba(255, 255, 255, 0.5) !important;
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bx-default-pager a.active {
  background: #fff !important;
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bx-default-pager a:hover {
  background: #fff !important;
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bx-default-pager a:active {
  background: #fff !important;
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bxslider {
  margin-left: 50%;
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bxslider li {
  margin-left: -80px;
  margin-right: 160px !important;
}
@media screen and (max-width: 480px) {
  .p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bxslider li {
    margin-left: -71px;
    margin-right: 116px !important;
  }
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .bx-wrapper .bxslider li img {
  border-radius: 50% !important;
  margin-bottom: 20px;
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .p-section_ourmember_images li[aria-hidden=false] .p-section_ourmember_contents {
  opacity: 1;
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .p-section_ourmember_images li[aria-hidden=true] .p-section_ourmember_contents {
  opacity: 0;
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .p-section_ourmember_contents {
  transform: translateX(0%);
  margin-top: 0;
  position: relative;
  opacity: 0;
  width: calc(100% + 400px);
  color: #fff;
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .p-section_ourmember_contents h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-family: "Nanum Myeongjo", serif;
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .p-section_ourmember_contents .profile {
  padding-left: 12px;
  border-left: 1px solid #fff;
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .p-section_ourmember_contents .profile-inner {
  display: flex;
  font-size: 1.4rem;
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .p-section_ourmember_contents .profile-inner dt {
  width: 56px;
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .p-section_ourmember_contents .profile-inner dd {
  margin-left: 20px;
  position: relative;
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .p-section_ourmember_contents .profile-inner dd:before {
  content: ":";
  display: inline-block;
  position: relative;
  left: -10px;
}
.p-page-top .p-section_ourmember .p-section_ourmember-inner .p-section_ourmember_btn {
  margin: 100px auto 0;
}
.p-page-top .p-section_class {
  padding: 100px 0;
}
.p-page-top .p-section_class .c-section-ttl {
  margin: 0 0 60px;
}
.p-page-top .p-section_class-inner {
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .p-page-top .p-section_class-inner {
    padding: 0 20px;
  }
}
.p-page-top .p-section_class-image {
  width: 54%;
  margin-right: 72px;
}
.p-page-top .p-section_class-contents {
  width: 46%;
}
.p-page-top .p-section_class-contents-p {
  color: #22282d;
  margin-bottom: 24px;
  font-size: 1.6rem;
  line-height: 1.7em;
}
.p-page-top .p-section_class-contents-list li {
  border-bottom: 1px solid #DBE0E0;
  padding: 20px 0;
  font-size: 2.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
}
.p-page-top .p-section_class-contents-list li .ttl {
  font-family: "EB Garamond", serif;
  color: #004273;
}
.p-page-top .p-section_class-contents-list li .age {
  font-size: 1.4rem;
  margin-left: 16px;
  color: #004273;
}
.p-page-top .p-section_class-contents-list li:first-child {
  border-top: 1px solid #DBE0E0;
}
.p-page-top .p-section_class-btn {
  margin-top: 60px;
  text-align: center;
}
.p-page-top .p-section_center {
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 820px) {
  .p-page-top .p-section_center {
    padding: 100px 20px 100px;
  }
}
.p-page-top .p-section_center .c-section-ttl {
  margin: 0 0 64px;
}
.p-page-top .p-section_center-inner {
  max-width: 800px;
  margin: 0 auto;
}
.p-page-top .p-section_center-inner dl dt {
  padding: 10px 0;
  font-size: 2.6rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  background-color: #004273;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 480px) {
  .p-page-top .p-section_center-inner dl dt {
    font-size: 1.6rem;
    padding: 5px 0;
  }
}
.p-page-top .p-section_center-inner dl .p-section_center-ddwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 48px;
  margin-top: 40px;
}
.p-page-top .p-section_center-inner dl .p-section_center-ddwrap:not(:last-child) {
  margin-bottom: 60px;
}
.p-page-top .p-section_center-inner dl .p-section_center-ddwrap:last-child {
  margin-bottom: 40px;
}
.p-page-top .p-section_center-inner dl .p-section_center-ddwrap dd {
  width: calc((100% - 96px) / 3);
  min-width: 185px;
  flex-wrap: wrap;
  gap: 48px;
}
.p-page-top .p-section_center-inner dl .p-section_center-ddwrap dd a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #E2ECF2;
  padding-bottom: 8px;
  color: #22282D;
}
.p-page-top .p-section_center-inner dl .p-section_center-ddwrap dd a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-62.5%);
  display: inline-block;
  width: 20px;
  height: 20px;
  transition: 0.2s;
  background: url(..//img/top/center_arrow.png) no-repeat center center/100% 100%;
}
@media screen and (max-width: 480px) {
  .p-page-top .p-section_center-inner dl .p-section_center-ddwrap dd a:after {
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
    transform: translateY(-100%);
  }
}
.p-page-top .p-section_center-inner dl .p-section_center-ddwrap dd a:hover {
  color: #4EA3D4;
  border-bottom: 1px solid #4EA3D4;
}
.p-page-top .p-section_center-inner dl .p-section_center-ddwrap dd a:hover:after {
  background: url(..//img/top/center_arrow_on.png) no-repeat center center/100% 100%;
}
.p-page-top .p-section_center-btn {
  text-align: center;
}
.p-page-top .p-section_introduction {
  padding: 80px 0 120px;
}
@media screen and (max-width: 1240px) {
  .p-page-top .p-section_introduction {
    padding: 80px 20px 120px;
  }
}
.p-page-top .p-section_introduction-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.p-page-top .p-section_introduction-link {
  display: flex;
  gap: 0 32px;
  margin-bottom: 100px;
}
.p-page-top .p-section_introduction-link li {
  width: 100%;
}
.p-page-top .p-section_introduction-link li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 0;
  color: #004273;
  border: 2px solid #004273;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.p-page-top .p-section_introduction-link li a:after {
  background-image: url(../img/common/arrow_blue.png);
  content: "";
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 12px;
  right: 12%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
@media screen and (min-width: 481px) {
  .p-page-top .p-section_introduction-link li a br.pc-only {
    display: block !important;
  }
}
.p-page-top .p-section_introduction-link li a:hover {
  color: #4EA3D4;
  border: 2px solid #4EA3D4;
}
.p-page-top .p-section_introduction-link li a:hover:after {
  background-image: url(../img/common/arrow_lightblue.png);
}
@media screen and (max-width: 1024px) {
  .p-page-top .p-section_introduction-link li a {
    padding: 60px 0 10px;
  }
}
.p-page-top .p-section_introduction-link li:nth-child(1) a:before {
  background-image: url(../img/top/top_link_column.png);
  content: "";
  position: absolute;
  display: inline-block;
  width: 55px;
  height: 54px;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .p-page-top .p-section_introduction-link li:nth-child(1) a:before {
    top: 10%;
    left: 50%;
    transform: translateX(-42%);
  }
}
.p-page-top .p-section_introduction-link li:nth-child(2) a:before {
  background-image: url(../img/top/top_link_news.png);
  content: "";
  position: absolute;
  display: inline-block;
  width: 55px;
  height: 54px;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .p-page-top .p-section_introduction-link li:nth-child(2) a:before {
    top: 10%;
    left: 50%;
    transform: translateX(-42%);
  }
}
.p-page-top .p-section_introduction-link li:nth-child(3) a:before {
  background-image: url(../img/top/top_link_ajis.png);
  content: "";
  position: absolute;
  display: inline-block;
  width: 55px;
  height: 54px;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .p-page-top .p-section_introduction-link li:nth-child(3) a:before {
    top: 10%;
    left: 50%;
    transform: translateX(-42%);
  }
}
.p-page-top .p-section_introduction-link li:nth-child(4) a:before {
  background-image: url(../img/top/top_link_event.png);
  content: "";
  position: absolute;
  display: inline-block;
  width: 55px;
  height: 54px;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .p-page-top .p-section_introduction-link li:nth-child(4) a:before {
    top: 10%;
    left: 50%;
    transform: translateX(-42%);
  }
}
.p-page-top .p-section_introduction-curriculum {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 40px;
  background-color: #EDF3F6;
  border-radius: 16px;
}
.p-page-top .p-section_introduction-curriculum-image {
  width: 45%;
}
.p-page-top .p-section_introduction-curriculum-image h3 {
  font-weight: 500;
}
.p-page-top .p-section_introduction-curriculum-image .sp-only {
  display: none;
}
@media screen and (max-width: 480px) {
  .p-page-top .p-section_introduction-curriculum-image .sp-only {
    display: block !important;
  }
}
.p-page-top .p-section_introduction-curriculum-contents {
  width: 55%;
  margin-left: 40px;
  text-align: left !important;
}
.p-page-top .p-section_introduction-curriculum-contents h3 {
  font-size: 2rem;
  margin-bottom: 16px;
  font-weight: 500;
}
.p-page-top .p-section_introduction-curriculum-contents h3.pc-only {
  display: block;
}
@media screen and (max-width: 480px) {
  .p-page-top .p-section_introduction-curriculum-contents h3.pc-only {
    display: none !important;
  }
}
.p-page-top .p-section_introduction-curriculum-contents p {
  font-size: 1.6rem;
  margin-bottom: 34px;
}
.p-page-top .p-section_introduction-curriculum .c-button {
  display: block;
  width: 200px;
  margin-left: auto !important;
}
.p-page-top .scrollTop {
  position: absolute;
  right: 32px;
  bottom: -62px;
}
@media screen and (max-width: 1024px) {
  .p-page-top .scrollTop {
    transition: 0.2s;
  }
}
.p-page-top .scrollTop a {
  transition: 0.2s;
}
.p-page-top .scrollTop a:hover {
  opacity: 0.7;
}
.p-page-top .scrollTop a img {
  width: 36px;
  height: 36px;
}
.p-page-top .scrollTop.fixed {
  position: fixed;
  right: 32px;
  bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .p-page-top .scrollTop {
    position: fixed;
    right: 10px;
    bottom: 84px;
    opacity: 0;
    visibility: hidden;
  }
  .p-page-top .scrollTop.active {
    opacity: 1;
    visibility: visible;
  }
  .p-page-top .scrollTop.bottom {
    bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .p-page-top .c-section-ttl {
    margin: 0 0 30px;
  }
  .p-page-top .p-section_whoweare {
    padding: 52px 30px 0;
    margin-top: 0;
  }
  .p-page-top .p-section_whoweare_subttl {
    font-size: 16px;
    text-align: center;
    margin: 0 auto 32px;
  }
  .p-page-top .p-section_whoweare_detail-image img {
    width: 52px;
    height: 70px;
  }
  .p-page-top .p-section_whoweare_detail-p {
    font-size: 15px;
  }
  .p-page-top .p-section_whoweare_detail-btn {
    margin: 40px auto 60px;
  }
  .p-page-top .p-section_whoweare_detail-facility_ttl {
    font-size: 1.8rem;
  }
  .p-page-top .p-section_whoweare_detail-facility_p {
    font-size: 1.2rem;
  }
  .p-page-top .p-section_class {
    padding: 0 30px;
  }
  .p-page-top .p-section_class .c-section-ttl {
    margin: 60px 0 30px;
  }
  .p-page-top .p-section_class-inner {
    flex-direction: column;
    padding: 0;
  }
  .p-page-top .p-section_class-image {
    margin-right: 0;
    width: 100%;
  }
  .p-page-top .p-section_class-contents {
    width: 100%;
    margin: 12px 0 0;
  }
  .p-page-top .p-section_class-contents-p {
    font-size: 1.4rem;
  }
  .p-page-top .p-section_class-btn {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .p-page-top .p-section_ourmember {
    padding: 60px 0;
  }
  .p-page-top .p-section_ourmember .c-section-ttl {
    margin: 0 0 30px;
  }
  .p-page-top .p-section_ourmember-p {
    font-size: 14px;
    line-height: 1.7;
  }
  .p-page-top .p-section_center {
    padding: 60px 30px;
  }
  .p-page-top .p-section_center .c-section-ttl {
    margin: 0 0 30px;
  }
  .p-page-top .p-section_center-ddwrap {
    gap: 18px !important;
    margin-top: 20px !important;
  }
  .p-page-top .p-section_center-ddwrap:not(:last-child) {
    margin-bottom: 40px !important;
  }
  .p-page-top .p-section_center-ddwrap dd {
    width: calc((100% - 18px) / 2) !important;
    min-width: 160px !important;
  }
  .p-page-top .p-section_center-ddwrap dd a {
    font-size: 1.4rem;
  }
  .p-page-top .p-section_center-ddwrap dd a:after {
    transform: translateY(-78%) !important;
  }
  .p-page-top .p-section_introduction {
    padding: 60px 30px;
  }
  .p-page-top .p-section_introduction-link {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .p-page-top .p-section_introduction-link li {
    margin-bottom: 20px;
  }
  .p-page-top .p-section_introduction-link li a {
    padding: 30px 0;
    font-size: 1.4rem;
  }
  .p-page-top .p-section_introduction-curriculum {
    flex-direction: column;
    padding: 36px;
    border-radius: 8px;
  }
  .p-page-top .p-section_introduction-curriculum-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-page-top .p-section_introduction-curriculum-image h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .p-page-top .p-section_introduction-curriculum .c-button {
    margin: 0 auto !important;
  }
  .p-page-top .p-section_introduction-curriculum-contents {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .p-page-top .p-section_introduction-curriculum-contents p {
    font-size: 1.4rem;
  }
}
.bx-wrapper .bx-controls-direction a {
  width: 36px !important;
  height: 36px !important;
  transition-duration: 0s !important;
  transition: background 0.2s !important;
}
.bx-wrapper .bx-controls-direction a:hover {
  transition: 0.2s;
}
@media screen and (max-width: 480px) {
  .bx-wrapper .bx-controls-direction a {
    width: 26px !important;
    height: 26px !important;
  }
}
.bx-wrapper .bx-prev {
  background: url(../img/common/slider_pager-prev2.png) no-repeat !important;
  z-index: 1 !important;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  background: url(../img/common/slider_pager-next2.png) no-repeat !important;
  z-index: 1 !important;
}
.bx-wrapper .bx-next:hover {
  background-position: 0 0;
}

.active_opa {
  opacity: 0 !important;
  pointer-events: none !important;
}

.en .p-page-top .p-section_whoweare_subttl {
  max-width: 100%;
  text-align: center;
}
.en .p-page-top .p-section_whoweare_detail-facility {
  padding: 40px 20px;
}
.en .p-page-top .p-section_center-inner dl .p-section_center-ddwrap dd {
  width: calc((100% - 96px) / 3);
}
.en .p-page-top .p-section_center-inner dl .p-section_center-ddwrap dd a {
  padding-right: 25px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .en .p-page-top .p-section_center-inner dl .p-section_center-ddwrap dd a {
    padding-right: 20px;
    line-height: 1.2;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.page-about .c-breadcrumb__link {
  color: #fff;
}
.page-about .c-breadcrumb__item {
  color: #fff;
}
.page-about .c-breadcrumb__item:not(:last-of-type)::before {
  background-color: #fff;
}

.p-page-about .p-cover {
  margin-top: 0;
  height: 682px;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}
.p-page-about .p-cover::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 5;
}
.p-page-about .p-cover .c-cover-twoLines {
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
  width: 100%;
  height: auto;
  z-index: 5;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
}
.p-page-about .p-cover_img-block {
  height: 100%;
  display: flex;
}
.p-page-about .p-cover_img-block ul {
  display: flex;
  flex-shrink: 0;
}
.p-page-about .p-cover_img-block ul:first-of-type {
  animation: aboutSlide1 70s -35s linear infinite;
}
.p-page-about .p-cover_img-block ul:last-of-type {
  animation: aboutSlide2 70s linear infinite;
}
.p-page-about .p-cover_img-block ul li {
  width: 450px;
}
.p-page-about .p-cover_img-block ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-page-about .p-cover_img-block ul li {
    width: 350px;
  }
}
@media screen and (max-width: 480px) {
  .p-page-about .p-cover {
    height: 580px;
  }
  .p-page-about .p-cover_img-block ul li {
    width: 330px;
  }
}
.p-page-about .c-section-ttl {
  font-size: 4.8rem;
  margin: 120px 0 60px;
  line-height: 1;
}
.p-page-about .c-section-ttl__subttl {
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .p-page-about .c-section-ttl {
    margin: 50px 0 40px;
    font-size: 3.2rem;
  }
  .p-page-about .c-section-ttl__subttl {
    font-size: 1.2rem;
  }
}
.p-page-about .c-headline-underbar {
  color: #fff;
  font-family: "EB Garamond", sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-page-about .c-headline-underbar span {
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ　ProN", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 480px) {
  .p-page-about .c-headline-underbar {
    font-size: 2.6rem;
  }
  .p-page-about .c-headline-underbar span {
    font-size: 1.3rem;
  }
}
.p-page-about .p-section-message {
  margin-bottom: 140px;
}
.p-page-about .p-section-message__txt {
  line-height: 2.4;
  font-weight: 500;
  color: #22282D;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.p-page-about .p-section-message__txt.name {
  margin-top: 48px;
  line-height: 1.8;
}
.p-page-about .p-section-message .infoBox-footer {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 64px;
  border: 1px solid #DBE0E0;
}
.p-page-about .p-section-message .infoBox-footer__img {
  width: 21%;
}
.p-page-about .p-section-message .infoBox-footer__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-page-about .p-section-message .infoBox-footer__textWrap {
  display: flex;
  align-items: center;
  width: 79%;
  padding: 20px 30px;
}
.p-page-about .p-section-message .infoBox-footer__text {
  font-size: 1.3rem;
  line-height: 1.8;
}
.p-page-about .p-section-message .infoBox-footer__text span {
  font-size: 2.5rem;
  line-height: 1.7;
  font-family: "EB Garamond", sans-serif;
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-page-about .p-section-message {
    margin-bottom: 40px;
  }
  .p-page-about .p-section-message__txt {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
  }
  .p-page-about .p-section-message__txt .u-br-only-sp {
    display: inline !important;
  }
  .p-page-about .p-section-message__txt.name {
    margin-top: 30px;
    text-align: right;
  }
  .p-page-about .p-section-message .infoBox-footer {
    border-radius: 0;
    border: none;
    margin-top: 40px;
    display: block;
  }
  .p-page-about .p-section-message .infoBox-footer__img {
    width: 170px;
    height: 170px;
    margin: 0 auto 16px;
    border-radius: 4px;
    overflow: hidden;
  }
  .p-page-about .p-section-message .infoBox-footer__textWrap {
    width: 100%;
    padding: 0;
  }
  .p-page-about .p-section-message .infoBox-footer__text {
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .p-page-about .p-section-message .infoBox-footer__text span {
    line-height: 1;
    padding-bottom: 16px;
    border-bottom: 1px solid #DBE0E0;
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-page-about .p-section-ourbusiness {
  margin-bottom: 95px;
}
.p-page-about .p-section-ourbusiness .c-section-ttl {
  margin: 120px 0 60px;
}
.p-page-about .p-section-ourbusiness h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 16px;
  color: #004273;
}
.p-page-about .p-section-ourbusiness p {
  line-height: 1.7;
  color: #22282D;
}
.p-page-about .p-section-ourbusiness .p-btn-wrap {
  text-align: center;
}
.p-page-about .p-section-ourbusiness__imgTxt {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.p-page-about .p-section-ourbusiness__imgTxt .img-box {
  width: 50%;
  margin-right: 64px;
  border-radius: 6px;
  overflow: hidden;
}
.p-page-about .p-section-ourbusiness__imgTxt .txt-box {
  width: calc(50% - 64px);
}
.p-page-about .p-section-ourbusiness__list {
  margin-bottom: 80px;
}
.p-page-about .p-section-ourbusiness__list li {
  margin-bottom: 0;
}
.p-page-about .p-section-ourbusiness__list img {
  border-radius: 6px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .p-page-about .p-section-ourbusiness {
    margin-bottom: 60px;
  }
  .p-page-about .p-section-ourbusiness .c-section-ttl {
    margin: 50px 0 40px;
  }
  .p-page-about .p-section-ourbusiness__imgTxt {
    display: block;
    margin-bottom: 40px;
  }
  .p-page-about .p-section-ourbusiness__imgTxt .img-box {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .p-page-about .p-section-ourbusiness__imgTxt .img-box {
    border-radius: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-about .p-section-ourbusiness__imgTxt .img-box img {
    width: 100%;
  }
  .p-page-about .p-section-ourbusiness__imgTxt .txt-box {
    width: 100%;
  }
  .p-page-about .p-section-ourbusiness__imgTxt .txt-box h3 {
    margin-bottom: 5px;
  }
  .p-page-about .p-section-ourbusiness h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-page-about .p-section-ourbusiness p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .p-page-about .p-section-ourbusiness__list {
    margin-bottom: 60px;
  }
  .p-page-about .p-section-ourbusiness__list-img {
    display: flex;
    align-items: center;
  }
  .p-page-about .p-section-ourbusiness__list-img picture {
    display: block;
    width: 50%;
  }
  .p-page-about .p-section-ourbusiness__list-img h3 {
    text-align: center;
    width: 50%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .p-page-about .p-section-ourbusiness__list img {
    border-radius: 4px;
  }
}
.p-page-about .p-section-bgBlue {
  background-color: #004273;
  padding: 70px 0 80px;
  color: #fff;
  text-align: center;
  position: relative;
}
.p-page-about .p-section-bgBlue:not(:last-of-type)::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #BBC5CC;
  opacity: 0.2;
  top: 0;
  left: 0;
}
.p-page-about .p-section-bgBlue__itemList {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  color: #004273;
}
.p-page-about .p-section-bgBlue__itemList li {
  padding: 45px 20px;
  position: relative;
}
.p-page-about .p-section-bgBlue__itemList li:not(:last-of-type)::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #BBC5CC;
  opacity: 0.5;
  bottom: 0;
  left: 0;
}
.p-page-about .p-section-bgBlue__itemList li h3 {
  font-size: 5rem;
  font-family: "EB Garamond", sans-serif;
  line-height: 0.7;
  font-weight: 400;
  margin-bottom: 16px;
}
.p-page-about .p-section-bgBlue__itemList li h3 span {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  width: 11px;
  height: 28px;
}
.p-page-about .p-section-bgBlue__itemList li h3 span::before {
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #004273;
}
.p-page-about .p-section-bgBlue__itemList li p {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .p-page-about .p-section-bgBlue {
    padding: 40px 0 60px;
  }
  .p-page-about .p-section-bgBlue__itemList {
    border-radius: 6px;
  }
  .p-page-about .p-section-bgBlue__itemList li {
    padding: 30px;
  }
  .p-page-about .p-section-bgBlue__itemList li h3 {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
  .p-page-about .p-section-bgBlue__itemList li h3 span {
    height: 15px;
  }
  .p-page-about .p-section-bgBlue__itemList li p {
    font-size: 1.2rem;
  }
}
.p-page-about .p-section-mission p {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 480px) {
  .p-page-about .p-section-mission p {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
  }
}
.p-page-about .p-section-slogan p {
  font-size: 4.5rem;
  font-family: "Cormorant Upright", serif;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .p-page-about .p-section-slogan p {
    font-size: 2.6rem;
  }
}
.p-page-about .p-section-promise {
  padding-bottom: 120px;
}
@media screen and (max-width: 480px) {
  .p-page-about .p-section-promise {
    padding-bottom: 60px;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-company .l-content {
  padding-bottom: 140px;
}
@media screen and (max-width: 480px) {
  .p-page-company .l-content {
    padding-bottom: 60px;
  }
}
.p-page-company .p-inner--u_mb {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .p-page-company .p-inner--u_mb {
    margin-bottom: 45px;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-reason {
  background-color: #004273;
  padding-bottom: 160px;
}
@media screen and (max-width: 480px) {
  .p-page-reason {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .p-page-reason .c-cover-twoLines.c-cover-bg {
    padding: 55px 0 50px;
  }
}
.p-page-reason .p-section-reasonContents {
  margin-bottom: 40px;
}
.p-page-reason .p-section-reasonContents__imgTxt {
  display: flex;
}
.p-page-reason .p-section-reasonContents__imgTxt:not(:last-of-type) {
  margin-bottom: 40px;
}
.p-page-reason .p-section-reasonContents__imgTxt.img-right {
  flex-direction: row-reverse;
}
.p-page-reason .p-section-reasonContents__imgTxt.img-right .img-box img {
  border-radius: 10px 0 0 10px;
}
.p-page-reason .p-section-reasonContents__imgTxt.img-right .txt-box {
  border-radius: 0 10px 10px 0;
}
.p-page-reason .p-section-reasonContents__imgTxt .img-box {
  width: 50%;
}
.p-page-reason .p-section-reasonContents__imgTxt .img-box img {
  border-radius: 0 10px 10px 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-page-reason .p-section-reasonContents__imgTxt .txt-box {
  width: 50%;
  color: #004273;
  background-color: #fff;
  padding: 40px 60px;
  border-radius: 10px 0 0 10px;
}
.p-page-reason .p-section-reasonContents__imgTxt .txt-box p {
  line-height: 1.7;
}
.p-page-reason .p-section-reasonContents__imgTxt .txt-box__headline {
  text-align: center;
}
.p-page-reason .p-section-reasonContents__imgTxt .txt-box__headline h2 {
  padding: 24px 0;
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.3;
  border-bottom: 1px solid #BBC5CC;
  font-weight: 500;
}
.p-page-reason .p-section-reasonContents__imgTxt .txt-box__headline p {
  line-height: 1.7;
}
.p-page-reason .p-section-reasonContents__imgTxt .txt-box .btn-wrap {
  text-align: center;
  margin-top: 40px;
}
.p-page-reason .p-section-reasonContents__imgTxt .txt-box .btn-wrap .c-button {
  line-height: 1;
  padding: 20px 55px 20px 30px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-page-reason .p-section-reasonContents {
    margin-bottom: 16px;
  }
  .p-page-reason .p-section-reasonContents__imgTxt {
    flex-direction: column-reverse;
  }
  .p-page-reason .p-section-reasonContents__imgTxt:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .p-page-reason .p-section-reasonContents__imgTxt .img-box {
    width: 100%;
  }
  .p-page-reason .p-section-reasonContents__imgTxt .img-box img {
    border-radius: 10px 10px 0 0;
  }
  .p-page-reason .p-section-reasonContents__imgTxt .txt-box {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .p-page-reason .p-section-reasonContents__imgTxt.img-right {
    flex-direction: column-reverse;
  }
  .p-page-reason .p-section-reasonContents__imgTxt.img-right .img-box img {
    border-radius: 10px 10px 0 0;
  }
  .p-page-reason .p-section-reasonContents__imgTxt.img-right .txt-box {
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-page-reason .p-section-reasonContents__imgTxt .txt-box {
    padding: 24px 20px 30px;
  }
  .p-page-reason .p-section-reasonContents__imgTxt .txt-box .number-img {
    width: 34px;
    display: block;
    margin: 0 auto;
  }
  .p-page-reason .p-section-reasonContents__imgTxt .txt-box .number-img img {
    width: 100%;
  }
  .p-page-reason .p-section-reasonContents__imgTxt .txt-box h2 {
    line-height: 1.5;
    padding: 16px 0 20px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .p-page-reason .p-section-reasonContents__imgTxt .txt-box p {
    font-size: 1.4rem;
  }
  .p-page-reason .p-section-reasonContents__imgTxt .txt-box .btn-wrap {
    margin-top: 24px;
  }
}
.p-page-reason .p-section-services {
  background-color: #fff;
  padding: 120px 8.5%;
  border-radius: 10px;
  color: #004273;
}
.p-page-reason .p-section-services .p-section-ttl {
  text-align: center;
  font-weight: 500;
  color: #004273;
  margin-bottom: 70px;
}
.p-page-reason .p-section-services .p-section-ttl > :first-child {
  position: relative;
  font-size: 5.4rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Cormorant Upright", serif;
}
.p-page-reason .p-section-services .p-section-ttl > :first-child::before, .p-page-reason .p-section-services .p-section-ttl > :first-child::after {
  position: absolute;
  content: "";
  display: block;
  width: 27px;
  height: 1.8px;
  background-color: #004273;
  top: 50%;
  transform: translateY(-50%);
}
.p-page-reason .p-section-services .p-section-ttl > :first-child::before {
  left: -45px;
}
.p-page-reason .p-section-services .p-section-ttl > :first-child::after {
  right: -45px;
}
.p-page-reason .p-section-services .p-section-ttl__subttl {
  font-size: 2rem;
  line-height: 1.5;
  display: block;
}
.p-page-reason .p-section-services__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px 10%;
}
.p-page-reason .p-section-services__list li {
  width: 45%;
}
.p-page-reason .p-section-services__list li .icon-box {
  margin-bottom: 24px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-page-reason .p-section-services__list li h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 24px;
}
.p-page-reason .p-section-services__list li p {
  line-height: 1.7;
}
.p-page-reason .p-section-services__list li p.note {
  margin-top: 13px;
  font-size: 1.2rem;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .p-page-reason .p-section-services__list {
    display: block;
  }
  .p-page-reason .p-section-services__list li {
    width: 100%;
  }
  .p-page-reason .p-section-services__list li:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .p-page-reason .p-section-services__list li h3 {
    border-bottom: 1px solid #BBC5CC;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  .p-page-reason .p-section-services {
    padding: 40px 20px;
  }
  .p-page-reason .p-section-services .p-section-ttl {
    margin-bottom: 30px;
  }
  .p-page-reason .p-section-services .p-section-ttl > :first-child {
    font-size: 3rem;
  }
  .p-page-reason .p-section-services .p-section-ttl > :first-child::before, .p-page-reason .p-section-services .p-section-ttl > :first-child::after {
    width: 15px;
    height: 1px;
  }
  .p-page-reason .p-section-services .p-section-ttl > :first-child::before {
    left: -25px;
  }
  .p-page-reason .p-section-services .p-section-ttl > :first-child::after {
    right: -25px;
  }
  .p-page-reason .p-section-services .p-section-ttl__subttl {
    font-size: 1.6rem;
  }
  .p-page-reason .p-section-services__list li .icon-box {
    height: auto;
    margin-bottom: 12px;
  }
  .p-page-reason .p-section-services__list li .icon-box img {
    width: 75px;
    margin: 0 auto;
  }
  .p-page-reason .p-section-services__list li.bustransfer .icon-box img {
    width: 110px;
  }
  .p-page-reason .p-section-services__list li h3 {
    font-size: 1.7rem;
    line-height: 1.4;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
  .p-page-reason .p-section-services__list li p {
    font-size: 1.4rem;
  }
  .p-page-reason .p-section-services__list li p.note {
    font-size: 1rem;
    margin-top: 10px;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-ajis .c-headline-underbar {
  margin-bottom: 90px;
}
@media screen and (max-width: 480px) {
  .p-page-ajis .c-headline-underbar {
    margin-bottom: 60px;
  }
}
.p-page-ajis .p-img-box {
  width: 100%;
  max-width: 357px;
  margin: 0 auto 60px;
}
.p-page-ajis .p-img-box img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .p-page-ajis .p-img-box {
    width: 187px;
    margin-bottom: 40px;
  }
}
.p-page-ajis section p {
  line-height: 1.7;
  color: #22282D;
  max-width: 800px;
  margin: 0 auto;
}
.p-page-ajis section p.note {
  font-size: 1.2rem;
  margin-top: 32px;
}
.p-page-ajis section p a {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .p-page-ajis section {
    margin-bottom: 80px;
  }
  .p-page-ajis section p {
    font-size: 1.4rem;
  }
  .p-page-ajis section p.note {
    margin-top: 20px;
  }
}
.p-page-ajis .p-section-aboutAjis {
  margin-bottom: 140px;
}
@media screen and (max-width: 480px) {
  .p-page-ajis .p-section-aboutAjis {
    margin-bottom: 80px;
  }
}
.p-page-ajis .p-section-benefit {
  margin-bottom: 130px;
}
.p-page-ajis .p-section-benefit__list {
  max-width: 800px;
  margin: 60px auto 64px;
}
.p-page-ajis .p-section-benefit__list li {
  font-size: 2.6rem;
  font-weight: 500;
  color: #004273;
  display: flex;
  align-items: center;
}
.p-page-ajis .p-section-benefit__list li:not(:last-of-type) {
  margin-bottom: 40px;
}
.p-page-ajis .p-section-benefit__list li .text {
  line-height: 1;
}
.p-page-ajis .p-section-benefit__list li .number-img {
  display: inline-block;
  margin-right: 32px;
}
.p-page-ajis .p-section-benefit__list li .note {
  display: block;
  color: #22282D;
  font-size: 1.4rem;
  margin-top: 10px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .p-page-ajis .p-section-benefit {
    margin-bottom: 60px;
  }
  .p-page-ajis .p-section-benefit__list {
    margin: 30px auto;
  }
  .p-page-ajis .p-section-benefit__list li {
    font-size: 1.6rem;
  }
  .p-page-ajis .p-section-benefit__list li:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .p-page-ajis .p-section-benefit__list li .number-img {
    margin-right: 17px;
    width: 33px;
  }
  .p-page-ajis .p-section-benefit__list li .note {
    font-size: 1rem;
    margin-top: 8px;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-chinese .c-cover {
  height: 52vw;
  min-height: 600px;
  background-color: #004273;
  width: 100%;
  margin-top: 100px;
}
.p-page-chinese .c-cover_facility {
  background-color: #FFFFFF;
  padding: 4px;
  width: 235px;
  margin-bottom: 40px;
}
.p-page-chinese .c-cover_facility span {
  font-size: 1.8rem;
  color: #BDAA48;
  font-weight: 700;
  letter-spacing: 0.03em;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #BDAA48;
}
.p-page-chinese .c-cover .txt-wrap {
  position: absolute;
  left: 7.5%;
  top: 18%;
}
.p-page-chinese .c-cover .p-free-trial__btn {
  width: 350px;
  position: relative;
  margin: 46px auto 0 0;
  transition: all 0.2s;
}
.p-page-chinese .c-cover .p-free-trial__btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 13px;
  background-image: url(../img/chinese/arrow_to_right.svg);
  background-size: cover;
  top: calc(50% + 2px);
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 481px) {
  .p-page-chinese .c-cover .p-free-trial__btn::after {
    right: 40px;
  }
}
@media screen and (max-width: 480px) {
  .p-page-chinese .c-cover .p-free-trial__btn::after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .p-page-chinese .c-cover .p-free-trial__btn.u-sp-only {
    display: flex !important;
    height: 44px;
    width: 232px;
  }
}
.p-page-chinese .c-cover .p-free-trial__btn:hover::after {
  background-image: url(../img/chinese/arrow_to_right_bg_orange.svg);
}
.p-page-chinese .c-cover .c-cover_ttl {
  position: initial;
}
@media screen and (max-width: 2952px) {
  .p-page-chinese .c-cover .c-cover_ttl {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-page-chinese .c-cover .c-cover_ttl {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 2953px) {
  .p-page-chinese .c-cover .c-cover_ttl {
    font-size: 5rem;
  }
}
.p-page-chinese .c-cover .c-cover_ttl-jp {
  font-weight: 400;
  font-family: "Noto Sans SC", sans-serif;
}
@media screen and (max-width: 2952px) {
  .p-page-chinese .c-cover .c-cover_ttl-jp {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-page-chinese .c-cover .c-cover_ttl-jp {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 2953px) {
  .p-page-chinese .c-cover .c-cover_ttl-jp {
    font-size: 2rem;
  }
}
.p-page-chinese .c-cover .img-wrap {
  width: 84%;
  min-width: 800px;
  height: 100%;
  margin-left: auto;
}
.p-page-chinese .c-cover .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-page-chinese .c-cover {
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .p-page-chinese .c-cover {
    height: auto;
  }
  .p-page-chinese .c-cover_facility {
    padding: 4px;
    width: 158px;
    margin-bottom: 24px;
  }
  .p-page-chinese .c-cover_facility span {
    font-size: 1.2rem;
    height: 24px;
  }
  .p-page-chinese .c-cover .p-free-trial__btn {
    margin: 40px auto 0;
  }
  .p-page-chinese .c-cover .txt-wrap {
    position: relative;
    z-index: 2;
    top: inherit;
    left: inherit;
    padding: 290px 24px 54px;
  }
  .p-page-chinese .c-cover .img-wrap {
    height: auto;
    min-width: 100%;
    position: absolute;
    top: 0;
  }
  .p-page-chinese .c-cover .c-cover_ttl {
    font-size: 4rem;
  }
  .p-page-chinese .c-cover .c-cover_ttl-block:first-child {
    margin-bottom: 16px;
  }
  .p-page-chinese .c-cover .c-cover_ttl-jp {
    margin-top: 20px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.7142857143;
    letter-spacing: -0.03em;
    display: block;
  }
}
.p-page-chinese section span.c-section-ttl {
  font-size: 7.2rem;
  line-height: 0.6388888889;
}
@media screen and (max-width: 480px) {
  .p-page-chinese section span.c-section-ttl {
    font-size: 4.2rem;
  }
}
.p-page-chinese section .c-section-ttl__subttl {
  line-height: 1;
  margin-top: 0;
  font-family: "Noto Sans SC", sans-serif;
}
.p-page-chinese section.p-section_reasons {
  background-color: #F2EFE7;
  padding-top: 80px;
  padding-bottom: 20px;
}
.p-page-chinese section.p-section_reasons .c-section-ttl {
  color: #004273;
}
@media screen and (max-width: 480px) {
  .p-page-chinese section.p-section_reasons {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .p-page-chinese section.p-section_reasons .c-section-ttl {
    margin: 0 0 24px;
  }
}
.p-page-chinese .p-section_whoweare_subttl {
  text-align: center;
  margin: 0 auto 40px;
  font-weight: 500;
  font-family: "Noto Serif SC", serif;
}
.p-page-chinese .p-section_whoweare_detail-p {
  margin-bottom: 80px;
  font-family: "Noto Serif SC", serif;
}
@media screen and (max-width: 480px) {
  .p-page-chinese .p-section_whoweare {
    display: flex;
    flex-direction: column;
    padding: 40px 30px 0;
  }
  .p-page-chinese .p-section_whoweare_subttl {
    order: 3;
    margin-bottom: 56px;
  }
  .p-page-chinese .p-section_whoweare_detail {
    display: contents;
  }
  .p-page-chinese .p-section_whoweare_detail-p {
    margin-bottom: 40px;
    display: none;
  }
  .p-page-chinese .p-section_whoweare_detail-image {
    order: 2;
    margin-bottom: 24px;
  }
  .p-page-chinese .p-section_whoweare_detail-facility {
    padding: 30px 0;
    order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
  .p-page-chinese .p-section_whoweare_detail-facility_ttl {
    margin-bottom: 16px;
  }
  .p-page-chinese .p-section_whoweare_detail-facility_p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .p-page-chinese .p-section_promise {
    padding: 40px 30px !important;
  }
}
.p-page-chinese .p-section_reasons-achievements {
  border-radius: 20px;
  background-color: #FFFFFF;
  padding: 40px 20px;
  margin-bottom: 64px;
}
.p-page-chinese .p-section_reasons-achievements__inner {
  max-width: 700px;
  margin: 0 auto;
}
.p-page-chinese .p-section_reasons-achievements__ttl {
  text-align: center;
  color: #004273;
  padding-bottom: 16px;
  border-bottom: 1px solid #8a8a8a;
  margin-bottom: 24px;
}
.p-page-chinese .p-section_reasons-achievements__ttl .en {
  font-size: 3.2rem;
  line-height: 1;
  font-family: "Cormorant Upright", serif;
  margin-bottom: 4px;
  display: block;
  font-weight: 400;
}
.p-page-chinese .p-section_reasons-achievements__ttl .ja {
  font-size: 1.4rem;
  line-height: 25px;
  font-weight: 500;
}
.p-page-chinese .p-section_reasons-achievements__list {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
.p-page-chinese .p-section_reasons-achievements__item {
  min-width: calc((100% - 200px) / 3);
}
.p-page-chinese .p-section_reasons-achievements__item .check-icon {
  width: 32px;
  height: 32px;
  margin: 0 auto 16px;
}
.p-page-chinese .p-section_reasons-achievements__item .txt {
  color: #004273;
  font-weight: 500;
  text-align: center;
}
.p-page-chinese .p-section_reasons-achievements__item .txt .desc {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  display: block;
}
.p-page-chinese .p-section_reasons-achievements__item .txt .num {
  font-size: 3.2rem;
  line-height: 1.4375;
  display: block;
}
.p-page-chinese .p-section_reasons-list {
  margin-bottom: 64px;
}
.p-page-chinese .p-section_reasons-item {
  display: flex;
  justify-content: space-between;
}
.p-page-chinese .p-section_reasons-item:not(:last-child) {
  margin-bottom: 20px;
}
.p-page-chinese .p-section_reasons-item .img-wrap {
  width: 40%;
}
.p-page-chinese .p-section_reasons-item .txt-wrap {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-page-chinese .p-section_reasons-item__ttl {
  font-size: 2rem;
  font-weight: 500;
  color: #004273;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.p-page-chinese .p-section_reasons-item__ttl .num-icon {
  width: 41px;
  margin-right: 16px;
}
.p-page-chinese .p-section_reasons-item__txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}
.p-page-chinese .p-section_reasons .p-section_reasons-service_ttl h3 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-page-chinese .p-section_reasons-achievements {
    padding: 20px;
    border-radius: 10px;
  }
  .p-page-chinese .p-section_reasons-achievements__ttl {
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
  .p-page-chinese .p-section_reasons-achievements__ttl .en {
    font-size: 2.4rem;
  }
  .p-page-chinese .p-section_reasons-achievements__list {
    display: block;
  }
  .p-page-chinese .p-section_reasons-achievements__item {
    width: 100%;
  }
  .p-page-chinese .p-section_reasons-achievements__item .check-icon {
    margin: 0 auto 10px;
  }
  .p-page-chinese .p-section_reasons-achievements__item:not(:last-of-type) {
    margin-bottom: 32px;
  }
  .p-page-chinese .p-section_reasons-achievements__item .txt .desc {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 4px;
  }
  .p-page-chinese .p-section_reasons-achievements__item .txt .num {
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
  .p-page-chinese .p-section_reasons-list {
    margin-bottom: 32px;
  }
  .p-page-chinese .p-section_reasons-item {
    display: block;
  }
  .p-page-chinese .p-section_reasons-item:not(:last-child) {
    margin-bottom: 32px !important;
  }
  .p-page-chinese .p-section_reasons-item .img-wrap {
    width: 100%;
    margin-bottom: 16px;
  }
  .p-page-chinese .p-section_reasons-item .txt-wrap {
    width: 100%;
    padding: 0;
  }
  .p-page-chinese .p-section_reasons-item__ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .p-page-chinese .p-section_reasons-item__ttl .num-icon {
    width: 34px;
  }
  .p-page-chinese .p-section_reasons-item__txt {
    font-weight: 400;
    line-height: 1.5714285714;
  }
}
.p-page-chinese .p-section_voices .bxslider__cn {
  padding: 0 30px;
}
@media screen and (min-width: 481px) {
  .p-page-chinese .p-section_voices .bxslider__cn {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
  }
  .p-page-chinese .p-section_voices .bxslider__cn li {
    width: calc((100% - 140px) / 3);
    height: auto;
  }
  .p-page-chinese .p-section_voices .bxslider__cn li img {
    width: 128px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
  }
  .p-page-chinese .p-section_voices .bxslider__cn li .p-section_voices_contents {
    opacity: 1;
    width: 100%;
    transform: none;
    padding: 80px 35px 30px;
    margin-top: -64px;
    height: calc(100% - 64px);
    flex: 1;
  }
}
.p-page-chinese .p-section_voices .bxslider__cn h3 {
  color: #004273;
}
.p-page-chinese .p-section_voices .bxslider__cn li .p-section_voices_contents {
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .p-page-chinese .p-section_voices .bxslider__cn {
    gap: 20px;
  }
  .p-page-chinese .p-section_voices .bxslider__cn li {
    width: calc((100% - 100px) / 3);
  }
  .p-page-chinese .p-section_voices .bxslider__cn li .p-section_voices_contents {
    padding: 80px 16px 30px;
  }
}
@media screen and (min-width: 481px) {
  .p-page-chinese .p-section_voices .swiper-button-next, .p-page-chinese .p-section_voices .swiper-button-prev {
    display: none;
  }
  .p-page-chinese .p-section_voices .swiper-button-next::after, .p-page-chinese .p-section_voices .swiper-button-prev::after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .p-page-chinese .p-section_voices {
    padding-bottom: 30px !important;
  }
  .p-page-chinese .p-section_voices .bxslider__cn {
    padding: 0;
    gap: 0;
  }
  .p-page-chinese .p-section_voices .bxslider__cn li {
    height: auto;
  }
  .p-page-chinese .p-section_voices .bxslider__cn li img {
    position: relative;
    z-index: 1;
    width: 128px;
    margin: 0 auto;
    display: block;
  }
  .p-page-chinese .p-section_voices .bxslider__cn li .p-section_voices_contents {
    margin-top: -64px;
    width: 100%;
    opacity: 1;
    transform: none;
    height: calc(100% - 64px);
  }
  .p-page-chinese .p-section_voices .swiper-pagination-bullet-active {
    background-color: #004273;
  }
  .p-page-chinese .p-section_voices .swiper-button-next, .p-page-chinese .p-section_voices .swiper-button-prev {
    width: 26px;
    height: 26px;
    top: inherit;
    bottom: 10px;
  }
}
@media screen and (max-width: 480px) and (min-width: 481px) {
  .p-page-chinese .p-section_voices .swiper-button-next, .p-page-chinese .p-section_voices .swiper-button-prev {
    display: none;
  }
  .p-page-chinese .p-section_voices .swiper-button-next::after, .p-page-chinese .p-section_voices .swiper-button-prev::after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .p-page-chinese .p-section_voices .swiper-button-next::after, .p-page-chinese .p-section_voices .swiper-button-prev::after {
    background-size: cover;
    width: 100%;
    height: 100%;
    content: "";
  }
  .p-page-chinese .p-section_voices .swiper-button-next {
    right: 100px;
  }
  .p-page-chinese .p-section_voices .swiper-button-next::after {
    background-image: url(../img/common/slider_pager-next3.png);
  }
  .p-page-chinese .p-section_voices .swiper-button-prev {
    left: 100px;
  }
  .p-page-chinese .p-section_voices .swiper-button-prev::after {
    background-image: url(../img/common/slider_pager-prev3.png);
  }
  .p-page-chinese .p-section_voices .swiper-horizontal > .swiper-pagination-bullets, .p-page-chinese .p-section_voices .swiper-pagination-bullets.swiper-pagination-horizontal, .p-page-chinese .p-section_voices .swiper-pagination-custom, .p-page-chinese .p-section_voices .swiper-pagination-fraction {
    bottom: 13px;
  }
}
.p-page-chinese .p-section_fee {
  background-color: #f7f7f7;
  padding: 80px 0 0;
}
.p-page-chinese .p-section_fee .c-section-ttl {
  margin: 0 0 48px;
}
.p-page-chinese .p-section_fee-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-page-chinese .p-section_fee-inner {
    padding: 0 20px;
  }
}
.p-page-chinese .p-section_fee-table table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.p-page-chinese .p-section_fee-table thead th {
  background-color: #EEEEEE;
  font-weight: normal;
}
.p-page-chinese .p-section_fee-table tbody td:first-of-type {
  background-color: #EEEEEE;
}
.p-page-chinese .p-section_fee-table tbody td:not(:first-of-type) {
  background-color: #FFFFFF;
}
.p-page-chinese .p-section_fee-table thead th, .p-page-chinese .p-section_fee-table tbody td {
  width: 25%;
  min-width: 140px;
  border: 1px solid #DBE0E0;
  padding: 8px 0;
}
@media screen and (max-width: 480px) {
  .p-page-chinese .p-section_fee-table thead th, .p-page-chinese .p-section_fee-table tbody td {
    min-width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-chinese .p-section_fee-table {
    font-size: 1.4rem;
    overflow: auto;
  }
}
.p-page-chinese .p-section_fee-table__note p {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #8a8a8a;
  margin-top: 16px;
  text-align: left;
  padding-left: 14px;
  position: relative;
}
.p-page-chinese .p-section_fee-table__note p::before {
  content: "※";
  font-size: 1.4rem;
  left: -14px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  .p-page-chinese .p-section_fee-table__note p {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 480px) {
  .p-page-chinese .p-section_fee {
    padding: 40px 0 0;
  }
  .p-page-chinese .p-section_fee .c-section-ttl {
    margin: 0 0 24px;
  }
  .p-page-chinese .p-section_fee-inner {
    padding: 0 30px;
  }
}
.p-page-chinese .p-section_fee-center {
  margin-bottom: 80px;
  margin-top: 16px;
}
.p-page-chinese .p-section_fee-center p {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 24px;
}
.p-page-chinese .p-section_fee-center__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.p-page-chinese .p-section_fee-center__item a {
  display: block;
  line-height: 1.5;
  text-decoration: underline;
}
.p-page-chinese .p-section_fee-center__item a:hover {
  color: #4EA3D4;
}
@media screen and (max-width: 480px) {
  .p-page-chinese .p-section_fee-center {
    margin-bottom: 40px;
  }
  .p-page-chinese .p-section_fee-center p {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    margin-bottom: 6px;
  }
  .p-page-chinese .p-section_fee-center__list {
    max-width: 290px;
    margin: 0 auto;
    gap: 16px 24px;
  }
  .p-page-chinese .p-section_fee-center__item a {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.p-page-chinese .p-section_free_education-facility {
  width: 100%;
  max-width: 880px;
  margin: 80px auto 0;
  border: 2px solid #BDAA48;
  padding: 40px;
  text-align: center;
}
.p-page-chinese .p-section_free_education-facility_wrap {
  max-width: 917px;
  margin: 0 auto 80px;
}
.p-page-chinese .p-section_free_education-facility .note {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-top: 13px;
}
.p-page-chinese .p-section_free_education-facility_ttl {
  margin-bottom: 40px;
  color: #BDAA48;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}
.p-page-chinese .p-section_free_education-facility_txt {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 48px;
}
.p-page-chinese .p-section_free_education-facility .link {
  text-decoration: underline;
}
.p-page-chinese .p-section_free_education-facility .link:hover {
  opacity: 0.7;
}
.p-page-chinese .p-section_free_education-facility__example .tab-list {
  display: flex;
}
.p-page-chinese .p-section_free_education-facility__example .tab-list .tab {
  cursor: pointer;
  width: 12.5%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #BDAA48;
  border-right: 1px solid #BDAA48;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #8a8a8a;
}
.p-page-chinese .p-section_free_education-facility__example .tab-list .tab:hover {
  color: #BDAA48;
  font-weight: 500;
}
.p-page-chinese .p-section_free_education-facility__example .tab-list .tab:last-of-type {
  border-right: none;
}
.p-page-chinese .p-section_free_education-facility__example .tab-list .tab.active {
  border-bottom: none;
  color: #000000;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .p-page-chinese .p-section_free_education-facility__example .tab-list {
    gap: 8px 6px;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .p-page-chinese .p-section_free_education-facility__example .tab-list .tab {
    font-size: 1.4rem;
    font-weight: 500;
    width: calc((100% - 18px) / 4);
    border-radius: 4px;
    border: 1px solid #BDAA48;
    height: 28px;
  }
  .p-page-chinese .p-section_free_education-facility__example .tab-list .tab:last-of-type {
    border-right: 1px solid #BDAA48;
  }
  .p-page-chinese .p-section_free_education-facility__example .tab-list .tab.active {
    border-bottom: 1px solid #BDAA48;
    background-color: #BDAA48;
    color: #FFFFFF;
    font-weight: 500;
  }
}
.p-page-chinese .p-section_free_education-facility__example .content {
  background-color: #FFFFFF;
  padding: 24px 40px 0;
  display: none;
}
.p-page-chinese .p-section_free_education-facility__example .content.active {
  display: block;
}
.p-page-chinese .p-section_free_education-facility__example .content h4 {
  text-align: left;
}
.p-page-chinese .p-section_free_education-facility__example dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  text-align: left;
}
.p-page-chinese .p-section_free_education-facility__example dl:not(:last-of-type) {
  border-bottom: 1px solid #8a8a8a;
}
.p-page-chinese .p-section_free_education-facility__example dl dt {
  font-size: 1.5rem;
}
.p-page-chinese .p-section_free_education-facility__example dl dd span {
  font-size: 2.6rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 1em;
  margin-right: 5px;
}
.p-page-chinese .p-section_free_education-facility__example dl dd.color-gold {
  color: #BDAA48;
}
.p-page-chinese .p-section_free_education-facility__example dl dd.color-gold span {
  font-weight: 700;
}
.p-page-chinese .p-section_free_education-facility__note p {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #8a8a8a;
  margin-top: 16px;
  text-align: left;
  padding-left: 14px;
  position: relative;
}
.p-page-chinese .p-section_free_education-facility__note p::before {
  content: "※";
  font-size: 1.4rem;
  left: -14px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-page-chinese .p-section_free_education-facility__note p:last-of-type {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .p-page-chinese .p-section_free_education-facility_wrap {
    padding: 0 8%;
  }
}
@media screen and (max-width: 480px) {
  .p-page-chinese .p-section_free_education-facility {
    padding: 30px 20px;
    border-width: 2px;
    margin: 40px auto 0;
  }
  .p-page-chinese .p-section_free_education-facility_wrap {
    margin-bottom: 40px;
  }
  .p-page-chinese .p-section_free_education-facility_wrap .note {
    margin-top: 10px;
  }
  .p-page-chinese .p-section_free_education-facility_ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .p-page-chinese .p-section_free_education-facility_txt {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 20px;
  }
  .p-page-chinese .p-section_free_education-facility__example h4 {
    font-size: 1.4rem;
    line-height: cal(22/14);
    border-width: 1px;
    margin-bottom: 10px;
  }
  .p-page-chinese .p-section_free_education-facility__example dl {
    padding: 10px 0;
    font-size: 1.4rem;
    border-top: 1px solid #d3d3d3;
  }
  .p-page-chinese .p-section_free_education-facility__example dl.sp-block {
    display: block;
  }
  .p-page-chinese .p-section_free_education-facility__example dl.sp-block dd {
    text-align: right;
  }
  .p-page-chinese .p-section_free_education-facility__example dl:not(:last-of-type) {
    border-bottom: none;
  }
  .p-page-chinese .p-section_free_education-facility__example dl dt {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
  .p-page-chinese .p-section_free_education-facility__example dl dd {
    margin-top: 4px;
  }
  .p-page-chinese .p-section_free_education-facility__example dl dd span {
    font-size: 2.2rem;
  }
  .p-page-chinese .p-section_free_education-facility__example .content {
    padding: 14px 20px 0;
  }
  .p-page-chinese .p-section_free_education-facility__note p {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}
.p-page-chinese .p-section_center {
  padding: 80px 0 48px;
}
.p-page-chinese .p-section_center .c-section-ttl {
  margin: 0 0 48px;
}
@media screen and (max-width: 480px) {
  .p-page-chinese .p-section_center .c-section-ttl {
    margin: 0 auto 24px;
  }
}
.p-page-chinese .p-section_center dl dt {
  border-radius: 2px;
}
.p-page-chinese .p-section_center-ddwrap {
  margin-top: 24px !important;
}
.p-page-chinese .p-section_center-ddwrap:last-of-type {
  margin-bottom: 56px !important;
}
.p-page-chinese .p-section_center-ddwrap dd a::after {
  background: url(../img/common/icon_map.svg) no-repeat center center/100% 100% !important;
  width: 17px !important;
  height: 24px !important;
}
.p-page-chinese .p-section_center-ddwrap dd a:hover::after {
  background: url(../img/common/icon_map_skyblue.svg) no-repeat center center/100% 100% !important;
}
.p-page-chinese .p-section_center .two-columns {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.p-page-chinese .p-section_center .two-columns .flex-item {
  width: calc((100% - 40px) / 2);
}
.p-page-chinese .p-section_center-inner .dummy {
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .p-page-chinese .p-section_center-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .p-page-chinese .p-section_center {
    padding: 40px 0 8px;
  }
  .p-page-chinese .p-section_center .two-columns {
    display: block;
  }
  .p-page-chinese .p-section_center .two-columns .flex-item {
    width: 100%;
  }
  .p-page-chinese .p-section_center-ddwrap {
    margin-top: 20px !important;
  }
  .p-page-chinese .p-section_center-ddwrap:last-of-type {
    margin-bottom: 32px !important;
  }
  .p-page-chinese .p-section_center-inner dl .p-section_center-ddwrap {
    justify-content: space-around;
    gap: 18px 0 !important;
  }
  .p-page-chinese .p-section_center-inner dl .p-section_center-ddwrap .dummy {
    visibility: hidden;
  }
}
.p-page-chinese .p-section_trial {
  padding: 80px 0;
  background-color: #F2EFE7;
}
.p-page-chinese .p-section_trial .c-section-ttl {
  margin: 0 0 40px;
}
.p-page-chinese .p-section_trial .lead {
  color: #004273;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.p-page-chinese .p-section_trial-step {
  max-width: 800px;
  margin: 0 auto;
}
.p-page-chinese .p-section_trial-step__item {
  background-color: #FFFFFF;
  padding: 30px 20px 24px 74px;
  border-radius: 10px;
}
.p-page-chinese .p-section_trial-step__item:not(:last-child) {
  margin-bottom: 16px;
}
.p-page-chinese .p-section_trial-step__item .ttl {
  position: relative;
  color: #004273;
  padding-bottom: 10px;
  border-bottom: 1px solid #004273;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.p-page-chinese .p-section_trial-step__item .ttl .num-wrap {
  position: absolute;
  width: 41px;
  height: 56px;
  bottom: 0;
  left: -55px;
}
.p-page-chinese .p-section_trial-step__item .txt {
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-page-chinese .p-section_trial-step__item .txt.list {
  padding-left: 20px;
}
.p-page-chinese .p-section_trial-step__item .txt li {
  list-style: auto;
}
@media screen and (max-width: 1024px) {
  .p-page-chinese .p-section_trial-step {
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .p-page-chinese .p-section_trial {
    padding: 40px 0;
  }
  .p-page-chinese .p-section_trial .c-section-ttl {
    margin: 0 0 30px;
  }
  .p-page-chinese .p-section_trial .lead {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .p-page-chinese .p-section_trial-step__item {
    padding: 20px 16px;
  }
  .p-page-chinese .p-section_trial-step__item .ttl {
    font-size: 2rem;
    display: flex;
    align-items: center;
    font-weight: 700;
    gap: 16px;
    padding-bottom: 12px;
  }
  .p-page-chinese .p-section_trial-step__item .ttl .num-wrap {
    position: relative;
    width: 35px;
    height: 48px;
    bottom: inherit;
    left: inherit;
  }
  .p-page-chinese .p-section_trial-step__item .txt {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.p-page-chinese .p-section_class {
  padding: 80px 30px;
}
@media screen and (max-width: 480px) {
  .p-page-chinese .p-section_class {
    padding: 40px 30px 16px;
  }
}
.p-page-chinese .p-section_class .c-section-ttl {
  margin: 0 0 40px;
}
@media screen and (max-width: 480px) {
  .p-page-chinese .p-section_class .c-section-ttl {
    margin: 0 0 24px;
  }
}
.p-page-chinese .p-section_class .lead {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .p-page-chinese .p-section_class .lead {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.5714285714;
    margin-bottom: 24px;
    padding: 0;
  }
}
.p-page-chinese .p-section_class-contents {
  padding: 0 30px;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.p-page-chinese .p-section_class-contents-block {
  width: calc((100% - 40px) / 2);
}
.p-page-chinese .p-section_class-contents-p {
  color: #22282d;
  margin-bottom: 24px;
  font-size: 1.6rem;
}
.p-page-chinese .p-section_class-contents h4 {
  font-size: 1.5rem;
  color: #fff;
  background-color: #004273;
  font-weight: 400;
  line-height: 1.8;
  padding: 15px 16px;
  border-radius: 3.5px;
}
.p-page-chinese .p-section_class-contents h4.bg-white {
  color: #004273;
  background-color: #fff;
  border: 1px solid #004273;
}
.p-page-chinese .p-section_class-contents-list + h4 {
  margin-top: 56px;
}
.p-page-chinese .p-section_class-contents-list:not(:last-of-type) {
  margin-bottom: 16px;
}
.p-page-chinese .p-section_class-contents-list.bg-white li .age {
  max-width: 85px;
}
.p-page-chinese .p-section_class-contents-list li {
  padding: 0;
  border-bottom: 1px solid #DBE0E0;
}
.p-page-chinese .p-section_class-contents-list li:last-of-type {
  border-bottom: none;
}
.p-page-chinese .p-section_class-contents-list li a {
  padding: 12px 10px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  justify-content: space-between;
}
.p-page-chinese .p-section_class-contents-list li a:not(.no-link):hover .ttl, .p-page-chinese .p-section_class-contents-list li a:not(.no-link):hover .age {
  color: #4EA3D4;
}
.p-page-chinese .p-section_class-contents-list li .ttl {
  font-family: "EB Garamond", serif;
  color: #004273;
  font-size: 2.4rem;
  line-height: 1;
}
.p-page-chinese .p-section_class-contents-list li .ttl .note {
  display: block;
  font-size: 16px;
  line-height: 1.625;
}
.p-page-chinese .p-section_class-contents-list li .age {
  font-size: 1.2rem;
  color: #004273;
  line-height: 1;
  margin-left: 0;
  text-align: right;
}
.p-page-chinese .p-section_class-contents-list li:first-child {
  border-top: none;
}
@media screen and (max-width: 1024px) {
  .p-page-chinese .p-section_class-contents {
    width: 100%;
    display: block;
  }
  .p-page-chinese .p-section_class-contents-block {
    display: contents;
  }
  .p-page-chinese .p-section_class-contents-list {
    margin-bottom: 24px;
  }
  .p-page-chinese .p-section_class-contents-list:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .p-page-chinese .p-section_class-contents-list + h4 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 480px) {
  .p-page-chinese .p-section_class-contents {
    width: 100%;
    margin: 12px 0 0;
    padding: 0;
  }
  .p-page-chinese .p-section_class-contents h4 {
    font-size: 1.4rem;
    padding: 14px 17px;
    line-height: 1.4;
    border-radius: 3px;
    font-weight: 500;
  }
  .p-page-chinese .p-section_class-contents-list li a .ttl {
    font-size: 2.2rem;
  }
  .p-page-chinese .p-section_class-contents-list li a {
    padding: 14px 8px;
  }
  .p-page-chinese .p-section_class-contents-list li a::before {
    width: 10px;
    height: 8px;
  }
  .p-page-chinese .p-section_class-contents-list li .ttl {
    font-size: 2.2rem;
  }
  .p-page-chinese .p-section_class-contents-list li .age {
    font-size: 1.2rem;
  }
}
.p-page-chinese .p-free-trial__wrap {
  padding: 80px 0;
}
.p-page-chinese .p-free-trial__wrap.bottom {
  padding: 100px 0;
}
.p-page-chinese .p-free-trial__wrap p {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}
.p-page-chinese .p-free-trial__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 306px;
  height: 58px;
  border-radius: 70px;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  font-weight: 700;
  background-color: #ff8023;
  transition: all 0.2s;
  border: 2px solid #ff8023;
  font-size: 1.8rem;
}
.p-page-chinese .p-free-trial__btn:hover {
  color: #ff8023;
  background-color: #FFFFFF;
}
@media screen and (max-width: 480px) {
  .p-page-chinese .p-free-trial__wrap {
    padding: 40px 0;
  }
  .p-page-chinese .p-free-trial__wrap.bottom {
    padding: 64px 0;
  }
  .p-page-chinese .p-free-trial__wrap p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 24px;
    font-weight: 400;
  }
  .p-page-chinese .p-free-trial__btn {
    width: 100%;
    max-width: 306px;
    font-size: 1.8rem;
    height: 55px;
    border-radius: 70px;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-class .bg-blue {
  background-color: #004273;
  color: #fff;
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .p-page-class .bg-blue {
    padding-bottom: 60px;
  }
}
.p-page-class .c-cover-twoLines.c-cover-bg {
  padding: 80px 0 60px;
}
@media screen and (max-width: 480px) {
  .p-page-class .c-cover-twoLines.c-cover-bg {
    padding: 55px 0 60px;
  }
}
.p-page-class .lead-txt {
  line-height: 1.7;
  text-align: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 480px) {
  .p-page-class .lead-txt {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 60px;
  }
}
.p-page-class .p-section-class:not(:last-of-type) {
  margin-bottom: 140px;
}
.p-page-class .p-section-class p {
  line-height: 1.7;
  text-align: center;
}
.p-page-class .p-section-class .c-headline-underbar {
  color: #fff;
  margin-bottom: 56px;
}
@media screen and (max-width: 480px) {
  .p-page-class .p-section-class:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .p-page-class .p-section-class p {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
  }
  .p-page-class .p-section-class .c-headline-underbar {
    font-size: 1.8rem;
    margin-bottom: 45px;
  }
}
.p-page-class .p-section-imgblock {
  width: 100%;
  margin-bottom: 40px;
}
.p-page-class .p-section-imgblock img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .p-page-class .p-section-imgblock {
    width: 100vw !important;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    margin-bottom: 16px;
  }
}
.p-page-class .p-section-linklist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.p-page-class .p-section-linklist li {
  width: 48%;
  border-radius: 12px;
  background-color: #fff;
  color: #004273;
  filter: drop-shadow(5px 10px 30px rgba(0, 0, 0, 0.2));
  transform: translateZ(0);
  height: 211px;
}
.p-page-class .p-section-linklist li:nth-of-type(n + 3) {
  margin-top: 52px;
}
.p-page-class .p-section-linklist li .target-age {
  background-color: #edf3f6;
  height: 83px;
  border-radius: 0 0 12px 12px;
  padding: 0 20px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-page-class .p-section-linklist li .target-age .age {
  font-size: 1.4rem;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #004273;
  padding: 10px 12px;
  border-radius: 100px;
}
.p-page-class .p-section-linklist li .target-age .note {
  font-size: 1.4rem;
  line-height: 1;
}
.p-page-class .p-section-linklist li a {
  display: block;
  position: relative;
  color: #004273;
}
.p-page-class .p-section-linklist li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s;
  background: rgba(0, 66, 115, 0);
}
.p-page-class .p-section-linklist li a:hover::after {
  background: rgba(0, 66, 115, 0.3);
}
.p-page-class .p-section-linklist li a .list-ttl {
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: 1.4px;
  font-weight: 500;
  height: 128px;
  position: relative;
  padding: 33px 35px;
}
.p-page-class .p-section-linklist li a .list-ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  background: url(../img/common/icon-arrow-primary.svg);
  background-size: cover;
}
.p-page-class .p-section-linklist li a .list-ttl span {
  font-size: 4rem;
  margin-top: 10px;
  display: block;
  font-family: "EB Garamond", Noto Serif JP, serif;
  font-weight: 400;
}
.p-page-class .p-section-linklist li a .list-ttl span.font-shippori {
  font-family: "Shippori Mincho", serif;
  display: inline-block;
  font-size: 3.4rem;
}
@media screen and (max-width: 1024px) {
  .p-page-class .p-section-linklist {
    display: block;
    margin-top: 24px;
  }
  .p-page-class .p-section-linklist li {
    width: 100%;
  }
  .p-page-class .p-section-linklist li:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .p-page-class .p-section-linklist li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-page-class .p-section-linklist li {
    border-radius: 6px;
    height: auto;
    filter: none;
  }
  .p-page-class .p-section-linklist li .target-age {
    min-height: 50px;
    height: auto;
    border-radius: 0 0 6px 6px;
    padding: 5px 10px 4px 20px;
  }
  .p-page-class .p-section-linklist li .target-age .age {
    font-size: 1.2rem;
    padding: 8px 10px;
    border-radius: 30px;
  }
  .p-page-class .p-section-linklist li .target-age .note {
    font-size: 1.2rem;
  }
  .p-page-class .p-section-linklist li a::before {
    top: 50%;
    right: 20px;
  }
  .p-page-class .p-section-linklist li a .list-ttl {
    font-size: 1.3rem;
    letter-spacing: 0;
    height: auto;
    padding: 14px 20px;
  }
  .p-page-class .p-section-linklist li a .list-ttl::before {
    right: 15px;
  }
  .p-page-class .p-section-linklist li a .list-ttl span {
    font-size: 2.5rem;
    margin-top: 6px;
  }
  .p-page-class .p-section-linklist li a .list-ttl span.font-shippori {
    font-size: 2.4rem;
  }
}
.p-page-class .p-classCommon-childcare {
  margin: 100px auto 65px;
}
@media screen and (max-width: 480px) {
  .p-page-class .p-classCommon-childcare {
    margin: 40px auto;
  }
}

html[lang=ja] .p-page-class a[href="/class/eikenjr/"] .list-ttl span {
  font-family: "Noto Serif JP", serif;
}
html[lang=ja] .page-eikenjr .c-commonClass-cover .p-cover_txt-block h1 > span,
html[lang=ja] .page-eiken .c-commonClass-cover .p-cover_txt-block h1 > span {
  font-family: "Noto Serif JP", serif;
  font-size: 5.8rem;
  line-height: 6.8rem;
}
@media screen and (max-width: 480px) {
  html[lang=ja] .page-eikenjr .c-commonClass-cover .p-cover_txt-block h1 > span,
  html[lang=ja] .page-eiken .c-commonClass-cover .p-cover_txt-block h1 > span {
    font-size: 4rem;
    line-height: 5rem;
  }
}

.en .p-page-class .p-section-linklist li .target-age .note {
  max-width: 70%;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .en .p-page-class .p-section-linklist li .target-age .note {
    max-width: 65%;
  }
}
@media screen and (max-width: 480px) {
  .en .p-page-class .p-section-linklist li .target-age .note {
    max-width: 55%;
  }
}
.en .p-page-class .p-section-linklist li a .list-ttl {
  padding: 33px 27px;
}
@media screen and (max-width: 480px) {
  .en .p-page-class .p-section-linklist li a .list-ttl {
    padding: 14px 46px 14px 20px;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-center .c-cover-twoLines {
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .p-page-center .c-cover-twoLines {
    margin-bottom: 30px;
  }
}
.p-page-center .p-img-box {
  width: 100%;
  max-width: 648px;
  margin: 0 auto 70px;
}
.p-page-center .p-img-box img {
  width: 100%;
}
.p-page-center .p-section_center {
  width: 100%;
  padding-bottom: 100px;
}
.p-page-center .p-section_center dl > dt {
  padding: 10px 0;
  font-size: 2.6rem;
  letter-spacing: 2.6px;
  line-height: 1;
  background-color: #004273;
  color: #fff;
  text-align: center;
  font-family: "EB Garamond", sans-serif;
  font-weight: 500;
}
.p-page-center .p-section_center dl .p-section_center-ddwrap:not(:last-child) {
  margin-bottom: 70px;
}
.p-page-center .p-section_center dl .p-section_center-ddwrap:last-child {
  margin-bottom: 0px;
}
.p-page-center .p-section_center dl .p-section_center-ddwrap dt, .p-page-center .p-section_center dl .p-section_center-ddwrap dd {
  transition: all 0.2s;
}
.p-page-center .p-section_center dl .p-section_center-ddwrap dd:last-of-type a {
  border-bottom: none;
}
.p-page-center .p-section_center dl .p-section_center-ddwrap dd a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #E2ECF2;
  padding: 32px 0;
}
.p-page-center .p-section_center dl .p-section_center-ddwrap dd a::before {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  background: url(../img/common/icon-arrow-primary.svg) center center/12px auto;
}
.p-page-center .p-section_center dl .p-section_center-ddwrap dd a:hover dt, .p-page-center .p-section_center dl .p-section_center-ddwrap dd a:hover dd {
  color: #4EA3D4;
  transition: all 0.2s;
}
.p-page-center .p-section_center dl .p-section_center-ddwrap dd a:hover::before {
  background-image: url(../img/common/icon-arrow-skyblue.svg);
}
.p-page-center .p-section_center dl .p-section_center-detail {
  display: flex;
}
.p-page-center .p-section_center dl .p-section_center-detail dt {
  background-color: #fff;
  font-size: 1.6rem;
  width: 170px;
  color: #22282D;
  margin-right: 40px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ　ProN", "Hiragino Sans", sans-serif;
  text-align: left;
}
.p-page-center .p-section_center dl .p-section_center-detail dd {
  width: calc(100% - 260px);
  color: #22282D;
}
@media screen and (max-width: 480px) {
  .p-page-center .p-section_center {
    padding-bottom: 40px;
  }
  .p-page-center .p-section_center dl > dt {
    padding: 5px 0;
    font-size: 1.6rem;
    letter-spacing: 1.6px;
  }
  .p-page-center .p-section_center dl .p-section_center-ddwrap:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-page-center .p-section_center dl .p-section_center-ddwrap dd a {
    padding: 20px 0;
  }
  .p-page-center .p-section_center dl .p-section_center-ddwrap dd a::before {
    right: 20px;
  }
  .p-page-center .p-section_center dl .p-section_center-detail {
    display: block;
  }
  .p-page-center .p-section_center dl .p-section_center-detail dt {
    width: 100%;
    text-align: left;
    margin-right: 0;
    line-height: 1;
    padding: 0;
    margin-bottom: 10px;
  }
  .p-page-center .p-section_center dl .p-section_center-detail dd {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

.en .p-page-center .p-section_center dl .p-section_center-detail dt {
  width: 215px;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .en .p-page-center .p-section_center dl .p-section_center-detail dt {
    width: 100%;
    margin-right: 0;
  }
}
.en .p-page-center .p-section_center dl .p-section_center-detail dd {
  width: calc(100% - 285px);
}
@media screen and (max-width: 480px) {
  .en .p-page-center .p-section_center dl .p-section_center-detail dd {
    width: 100%;
    margin-right: 0;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-centerdetail .c-cover {
  padding-bottom: 10px;
  margin-top: 0;
  position: relative;
}
.p-page-centerdetail .c-cover .p-cover_centerName {
  position: absolute;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  z-index: 3;
  top: 430px;
  left: calc(100vw - 1100px + 80px);
}
.p-page-centerdetail .c-cover .l-inner {
  height: 560px;
  display: flex;
  margin-bottom: 20px;
  max-width: 1230px;
}
.p-page-centerdetail .c-cover .p-cover_img-block {
  width: 66%;
  max-width: 1100px;
  height: 560px;
  background-color: transparent;
  overflow: hidden;
  border-radius: 0 0 0 120px;
  position: absolute;
  top: 0;
  right: 0;
}
.p-page-centerdetail .c-cover .bx-wrapper {
  height: 100%;
}
.p-page-centerdetail .c-cover .bxslider_contents picture img {
  height: 560px;
  width: 100%;
  object-fit: cover;
}
.p-page-centerdetail .c-cover .bxslider_contents[aria-hidden=false] picture img {
  animation: anime_zoom 4s linear;
}
.p-page-centerdetail .c-cover .bxslider_contents[aria-hidden=true] picture img {
  transform: scale(1.05);
}
.p-page-centerdetail .c-cover .p-cover_ttl-wrap {
  padding-top: 100px;
}
.p-page-centerdetail .c-cover .p-cover_ttl-wrap .c-cover_ttl-block {
  color: #fff;
}
.p-page-centerdetail .c-cover .p-cover_ttl-wrap .c-cover_ttl-block.ja {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.8px;
  margin-bottom: 24px;
}
.p-page-centerdetail .c-cover .p-cover_ttl-wrap .c-cover_ttl-block.en {
  font-size: 2.3rem;
  font-family: "Cormorant Upright", serif;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 32px;
}
.p-page-centerdetail .c-cover .p-cover_ttl-wrap .c-cover_ttl-block.center-name {
  display: none !important;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #fff;
  padding: 16px 20px;
  border-radius: 4px;
  display: inline-block;
}
.p-page-centerdetail .c-cover .p-access-circle {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 133px;
  height: 133px;
  border-radius: 50%;
  background-color: #fff;
  color: #004273;
  text-align: center;
  padding-top: 25px;
}
.p-page-centerdetail .c-cover .p-access-circle__textblock {
  font-size: 1.7rem;
  font-weight: 500;
  display: inline-block;
}
.p-page-centerdetail .c-cover .p-access-circle__textblock:first-of-type {
  border-bottom: 1px solid #004273;
}
.p-page-centerdetail .c-cover .p-access-circle__textblock:last-of-type {
  margin-top: -10px;
}
.p-page-centerdetail .c-cover .p-access-circle__textblock .num {
  position: relative;
  top: 7px;
  font-size: 4.4rem;
  font-family: "Roboto", sans-serif;
  margin: 0 5px;
}
@media screen and (max-width: 1660px) {
  .p-page-centerdetail .c-cover .p-cover_centerName {
    left: 38%;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-centerdetail .c-cover {
    padding-bottom: 60px;
  }
  .p-page-centerdetail .c-cover .p-cover_centerName {
    top: 34vw;
    font-size: 6vw;
    left: 40px;
  }
  .p-page-centerdetail .c-cover .l-inner {
    flex-direction: column-reverse;
    margin-bottom: 48px;
    padding: 0;
    height: auto;
  }
  .p-page-centerdetail .c-cover .p-cover_ttl-wrap {
    width: 100%;
    padding: 8% 8% 0;
  }
  .p-page-centerdetail .c-cover .p-cover_img-block {
    position: relative;
    width: 100%;
    height: 50vw;
  }
  .p-page-centerdetail .c-cover .bxslider_contents picture img {
    height: 50vw;
  }
}
@media screen and (max-width: 480px) {
  .p-page-centerdetail .c-cover .p-cover_centerName {
    top: 184px;
    font-size: 3.8rem;
    left: 24px;
  }
  .p-page-centerdetail .c-cover .p-cover_img-block {
    height: 410px;
    border-radius: 0 0 0 60px;
  }
  .p-page-centerdetail .c-cover .bx-controls {
    display: none;
  }
  .p-page-centerdetail .c-cover .p-access-circle {
    width: 103px;
    height: 103px;
    padding-top: 20px;
  }
  .p-page-centerdetail .c-cover .p-access-circle__textblock {
    font-size: 1.27rem;
  }
  .p-page-centerdetail .c-cover .p-access-circle__textblock .num {
    font-size: 3.39rem;
  }
  .p-page-centerdetail .c-cover .p-access-circle__textblock:last-of-type {
    margin-top: -5px;
  }
  .p-page-centerdetail .c-cover .p-access-circle--sta2lines .p-access-circle__textblock:last-of-type {
    margin-top: -11px;
  }
  .p-page-centerdetail .c-cover .p-cover_ttl-wrap {
    padding: 20px 25px 0;
  }
  .p-page-centerdetail .c-cover .p-cover_ttl-wrap .c-cover_ttl-block {
    color: #fff;
  }
  .p-page-centerdetail .c-cover .p-cover_ttl-wrap .c-cover_ttl-block.ja {
    font-size: 2.7rem;
    letter-spacing: 2.7px;
    margin-bottom: 9px;
  }
  .p-page-centerdetail .c-cover .p-cover_ttl-wrap .c-cover_ttl-block.en {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
  .p-page-centerdetail .c-cover .p-cover_ttl-wrap .c-cover_ttl-block.center-name {
    font-size: 1.3rem;
    letter-spacing: 0.65px;
    line-height: 1;
    padding: 12px 20px;
  }
  .p-page-centerdetail .c-cover .bxslider_contents picture img {
    height: 410px;
  }
}
.p-page-centerdetail .p-ourdata-list ul {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.p-page-centerdetail .p-ourdata-list ul li {
  width: 33%;
  background-color: #fff;
  border-radius: 4px;
  height: 90px;
}
.p-page-centerdetail .p-ourdata-list ul li dl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.p-page-centerdetail .p-ourdata-list ul li dl dt {
  color: #004273;
  margin-right: 24px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.p-page-centerdetail .p-ourdata-list ul li dl dd {
  color: #BDAA48;
  font-size: 2.4rem;
  font-weight: 500;
}
.p-page-centerdetail .p-ourdata-list ul li dl dd .align-center {
  display: flex;
  align-items: center;
}
.p-page-centerdetail .p-ourdata-list ul li dl dd .align-center .size-big {
  margin: 0 14px;
}
.p-page-centerdetail .p-ourdata-list ul li dl dd .size-big {
  font-size: 6rem;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}
.p-page-centerdetail .p-ourdata-list ul li dl dd .percent {
  font-weight: 700;
  font-size: 2.4rem;
  margin-left: 9px;
}
.p-page-centerdetail .p-ourdata-list ul li dl dd .size-middle {
  font-size: 4.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .p-page-centerdetail .p-ourdata-list ul {
    display: block;
    padding: 0 8%;
  }
  .p-page-centerdetail .p-ourdata-list ul li {
    width: 100%;
  }
  .p-page-centerdetail .p-ourdata-list ul li:not(:last-of-type) {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 480px) {
  .p-page-centerdetail .p-ourdata-list ul li {
    padding: 0 20px;
  }
  .p-page-centerdetail .p-ourdata-list ul li dl dt {
    font-size: 1.6rem;
  }
  .p-page-centerdetail .p-ourdata-list ul li dl dd {
    font-size: 1.6rem;
  }
  .p-page-centerdetail .p-ourdata-list ul li dl dd .align-center .size-big {
    margin: 0 6px;
  }
  .p-page-centerdetail .p-ourdata-list ul li dl dd .size-big {
    font-size: 5rem;
    line-height: 1.2;
  }
  .p-page-centerdetail .p-ourdata-list ul li dl dd .percent {
    font-size: 1.6rem;
    margin-left: 3px;
  }
  .p-page-centerdetail .p-ourdata-list ul li dl dd .size-middle {
    font-size: 3.2rem;
    line-height: 1.15;
  }
}
.p-page-centerdetail .p-unkerlink-list {
  display: none;
}
@media screen and (max-width: 480px) {
  .p-page-centerdetail .p-unkerlink-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    border-bottom: 1px solid #BBC5CC;
    border-top: 1px solid #BBC5CC;
    padding: 6px 0;
  }
  .p-page-centerdetail .p-unkerlink-list li {
    width: 33.3333%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-page-centerdetail .p-unkerlink-list li a {
    font-size: 1.2rem;
    font-weight: 500;
    color: #004273;
    position: relative;
  }
  .p-page-centerdetail .p-unkerlink-list li a::after {
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-left: 1px solid #004273;
    border-bottom: 1px solid #004273;
    transform: translateX(-50%) rotate(-45deg);
    bottom: 12px;
    left: 50%;
  }
  .p-page-centerdetail .p-unkerlink-list li:nth-of-type(3n + 2) a {
    border-left: 1px solid #BBC5CC;
    border-right: 1px solid #BBC5CC;
  }
  .p-page-centerdetail .p-unkerlink-list li:nth-of-type(-n + 3) {
    border-bottom: 1px solid #BBC5CC;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .p-page-centerdetail .p-unkerlink-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 5px 0;
  }
}
.p-page-centerdetail .p-section_voices_btn {
  text-align: center;
}
.p-page-centerdetail .p-section_bottom-btn-wrap {
  text-align: center;
  margin: 0 auto;
}
.p-page-centerdetail .p-section_pickup.p-commonSection__pickup {
  padding: 40px 0;
}
.p-page-centerdetail .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper {
  max-width: 1120px !important;
}
.p-page-centerdetail .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper .bx-pager {
  bottom: -50px;
}
.p-page-centerdetail .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper .bx-prev {
  transform: translatex(-610%);
}
.p-page-centerdetail .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper .bx-next {
  transform: translatex(610%);
}
.p-page-centerdetail .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper .bxslider {
  margin-left: 50%;
}
.p-page-centerdetail .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper li {
  margin-right: 255px !important;
  margin-left: -157px !important;
}
@media screen and (max-width: 480px) {
  .p-page-centerdetail .p-section_pickup.p-commonSection__pickup {
    padding: 30px 0 40px;
    margin-bottom: 40px;
  }
  .p-page-centerdetail .p-section_pickup.p-commonSection__pickup .bxslider {
    left: 12.5vw;
    overflow: visible;
    position: relative;
    margin-left: 0 !important;
  }
  .p-page-centerdetail .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper .bx-pager {
    bottom: -40px;
  }
  .p-page-centerdetail .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper li {
    width: 75vw !important;
    margin-right: 6.5vw !important;
    margin-left: 0px !important;
  }
  .p-page-centerdetail .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper .bx-controls-direction a {
    top: 113% !important;
  }
  .p-page-centerdetail .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper .bx-next {
    right: 63% !important;
  }
  .p-page-centerdetail .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper .bx-prev {
    left: 63% !important;
  }
}
.p-page-centerdetail .p-section_free_education-facility {
  width: 100%;
  border: 3px solid #BDAA48;
  padding: 60px;
  text-align: center;
}
.p-page-centerdetail .p-section_free_education-facility_wrap {
  max-width: 917px;
  margin: 0 auto 80px;
}
.p-page-centerdetail .p-section_free_education-facility_wrap .note {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-top: 13px;
}
.p-page-centerdetail .p-section_free_education-facility_ttl {
  margin-bottom: 32px;
  color: #BDAA48;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}
.p-page-centerdetail .p-section_free_education-facility_txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 44px;
}
.p-page-centerdetail .p-section_free_education-facility_txt .link {
  text-decoration: underline;
}
.p-page-centerdetail .p-section_free_education-facility_txt .link:hover {
  opacity: 0.7;
}
.p-page-centerdetail .p-section_free_education-facility__example h4 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1em;
  padding: 13px 0;
  border-top: 2px solid #BDAA48;
  border-bottom: 2px solid #BDAA48;
}
.p-page-centerdetail .p-section_free_education-facility__example dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  text-align: left;
}
.p-page-centerdetail .p-section_free_education-facility__example dl:not(:last-of-type) {
  border-bottom: 1px solid #BDAA48;
}
.p-page-centerdetail .p-section_free_education-facility__example dl:last-of-type {
  padding-bottom: 0;
}
.p-page-centerdetail .p-section_free_education-facility__example dl dd span {
  font-size: 2.6rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 1em;
  margin-right: 5px;
}
.p-page-centerdetail .p-section_free_education-facility__example dl dd.color-gold {
  color: #BDAA48;
  font-weight: 700;
}
.p-page-centerdetail .p-section_free_education-facility__example dl dd.color-gold span {
  font-size: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-page-centerdetail .p-section_free_education-facility_wrap {
    padding: 0 8%;
  }
}
@media screen and (max-width: 480px) {
  .p-page-centerdetail .p-section_free_education-facility {
    padding: 30px;
    border-width: 2px;
  }
  .p-page-centerdetail .p-section_free_education-facility_wrap {
    margin-bottom: 40px;
  }
  .p-page-centerdetail .p-section_free_education-facility_wrap .note {
    margin-top: 10px;
  }
  .p-page-centerdetail .p-section_free_education-facility_ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .p-page-centerdetail .p-section_free_education-facility_txt {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 10px;
  }
  .p-page-centerdetail .p-section_free_education-facility__example h4 {
    font-size: 1.4rem;
    line-height: 1.7;
    border-width: 1px;
    padding: 10px 0;
  }
  .p-page-centerdetail .p-section_free_education-facility__example dl {
    padding: 10px 0;
    font-size: 1.4rem;
  }
  .p-page-centerdetail .p-section_free_education-facility__example dl.sp-block {
    display: block;
  }
  .p-page-centerdetail .p-section_free_education-facility__example dl.sp-block dd {
    text-align: right;
    margin-top: 17px;
  }
  .p-page-centerdetail .p-section_free_education-facility__example dl dt {
    line-height: 1.7;
  }
  .p-page-centerdetail .p-section_free_education-facility__example dl dd span {
    font-size: 2rem;
  }
  .p-page-centerdetail .p-section_free_education-facility__example dl dd.color-gold span {
    font-size: 3rem;
  }
}
.p-page-centerdetail .p-section_reasons .c-section-ttl {
  color: #fff;
  margin: 0 0 70px;
}
.p-page-centerdetail .p-section_reasons .p-section_reasons-service_images {
  width: 100%;
  justify-content: center;
}
.p-page-centerdetail .p-section_reasons__list {
  display: flex;
  justify-content: center;
  margin: 0 auto 72px;
  max-width: 1130px;
}
.p-page-centerdetail .p-section_reasons__list.col3 li {
  width: 33.3333333333%;
}
.p-page-centerdetail .p-section_reasons__list li {
  box-sizing: content-box;
  width: 33.3333333333%;
  text-align: center;
  padding: 0 54px;
  position: relative;
}
.p-page-centerdetail .p-section_reasons__list li:not(:last-of-type)::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(219, 224, 224, 0.2);
}
.p-page-centerdetail .p-section_reasons__list li:last-of-type {
  padding-right: 0;
}
.p-page-centerdetail .p-section_reasons__list li:first-of-type {
  padding-left: 0;
}
.p-page-centerdetail .p-section_reasons__list li .check-icon {
  width: 53px;
  height: 53px;
  margin: 0 auto 24px;
}
.p-page-centerdetail .p-section_reasons__list li .txt {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-page-centerdetail .p-section_reasons__list {
    display: block;
  }
  .p-page-centerdetail .p-section_reasons__list.col3 li {
    width: 100% !important;
  }
  .p-page-centerdetail .p-section_reasons__list li {
    width: 100%;
    padding: 0 22px 30px !important;
    box-sizing: border-box !important;
  }
  .p-page-centerdetail .p-section_reasons__list li:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .p-page-centerdetail .p-section_reasons__list li:not(:last-of-type)::before {
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    top: inherit;
    right: inherit;
  }
}
@media screen and (max-width: 480px) {
  .p-page-centerdetail .p-section_reasons {
    padding: 60px 20px !important;
  }
  .p-page-centerdetail .p-section_reasons .c-section-ttl {
    margin: 0 0 30px;
  }
  .p-page-centerdetail .p-section_reasons__list {
    display: block;
    margin-bottom: 30px;
  }
  .p-page-centerdetail .p-section_reasons__list.col3 li {
    width: 100% !important;
  }
  .p-page-centerdetail .p-section_reasons__list li {
    width: 100%;
    padding: 20px !important;
    display: flex;
    align-items: center;
  }
  .p-page-centerdetail .p-section_reasons__list li:not(:last-of-type) {
    margin-bottom: 0;
  }
  .p-page-centerdetail .p-section_reasons__list li:not(:last-of-type)::before {
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    top: inherit;
    right: inherit;
  }
  .p-page-centerdetail .p-section_reasons__list li .check-icon {
    width: 32px;
    height: auto;
    margin: 0;
    margin-right: 16px;
  }
  .p-page-centerdetail .p-section_reasons__list li .txt {
    text-align: left;
    font-size: 1.6rem;
  }
}
.p-page-centerdetail .p-section_class {
  padding: 100px 0 120px;
}
.p-page-centerdetail .p-section_class .c-section-ttl {
  margin: 0 0 36px;
}
.p-page-centerdetail .p-section_class .lead-txt {
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 50px;
}
.p-page-centerdetail .p-section_class-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: block;
  padding: 0;
}
.p-page-centerdetail .p-section_class__twoclumns {
  display: flex;
}
.p-page-centerdetail .p-section_class__twoclumns .lead-txt {
  display: none;
}
.p-page-centerdetail .p-section_class-image {
  width: 59%;
  margin-right: 40px;
}
.p-page-centerdetail .p-section_class-image img {
  border-radius: 10px;
}
.p-page-centerdetail .p-section_class-contents {
  width: 41%;
}
.p-page-centerdetail .p-section_class-contents-p {
  color: #22282d;
  margin-bottom: 24px;
  font-size: 1.6rem;
}
.p-page-centerdetail .p-section_class-contents h4 {
  font-size: 1.6rem;
  color: #fff;
  background-color: #004273;
  font-weight: 500;
  line-height: 1;
  padding: 20px;
  border-radius: 3.5px;
}
.p-page-centerdetail .p-section_class-contents-list:not(:last-of-type) {
  margin-bottom: 16px;
}
.p-page-centerdetail .p-section_class-contents-list:last-of-type li:last-of-type {
  border-bottom: 1px solid #DBE0E0;
}
.p-page-centerdetail .p-section_class-contents-list li {
  padding: 0;
  border-bottom: 1px solid #DBE0E0;
}
.p-page-centerdetail .p-section_class-contents-list li:last-of-type {
  border-bottom: none;
}
.p-page-centerdetail .p-section_class-contents-list li a {
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.p-page-centerdetail .p-section_class-contents-list li a:hover .ttl, .p-page-centerdetail .p-section_class-contents-list li a:hover .age {
  color: #4EA3D4;
}
.p-page-centerdetail .p-section_class-contents-list li a:hover::before {
  background: url(../img/common/icon-arrow-skyblue.svg);
  background-size: cover;
}
.p-page-centerdetail .p-section_class-contents-list li a::before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../img/common/icon-arrow-primary.svg);
  background-size: cover;
}
.p-page-centerdetail .p-section_class-contents-list li .ttl {
  font-family: "EB Garamond", serif;
  color: #004273;
  font-size: 2.6rem;
  line-height: 1;
  max-width: 220px;
}
.p-page-centerdetail .p-section_class-contents-list li .age {
  font-size: 1.4rem;
  margin-left: 27px;
  color: #004273;
  line-height: 1;
}
.p-page-centerdetail .p-section_class-contents-list li:first-child {
  border-top: none;
}
.p-page-centerdetail .p-section_class-btn {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .p-page-centerdetail .p-section_class {
    padding: 60px 8%;
  }
  .p-page-centerdetail .p-section_class .lead-txt {
    display: none;
  }
  .p-page-centerdetail .p-section_class__twoclumns {
    display: block;
  }
  .p-page-centerdetail .p-section_class__twoclumns .lead-txt {
    display: block;
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: left;
  }
  .p-page-centerdetail .p-section_class-image {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
  .p-page-centerdetail .p-section_class-image img {
    border-radius: 4px;
  }
  .p-page-centerdetail .p-section_class-contents {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .p-page-centerdetail .p-section_class {
    padding: 60px 20px 0;
  }
  .p-page-centerdetail .p-section_class-inner {
    padding: 0;
  }
  .p-page-centerdetail .p-section_class__twoclumns .lead-txt {
    margin-bottom: 20px;
  }
  .p-page-centerdetail .p-section_class-contents {
    width: 100%;
    margin: 12px 0 20px;
  }
  .p-page-centerdetail .p-section_class-contents h4 {
    font-size: 1.4rem;
    padding: 14px 17px;
    line-height: 1.4;
    border-radius: 3px;
  }
  .p-page-centerdetail .p-section_class-contents-list li a .ttl {
    font-size: 2.2rem;
    max-width: 170px;
  }
  .p-page-centerdetail .p-section_class-contents-list li a .age {
    font-size: 1.2rem;
  }
  .p-page-centerdetail .p-section_class-contents-list:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .p-page-centerdetail .p-section_class-contents-list:not(:last-of-type) li a {
    padding: 18px 15px;
  }
  .p-page-centerdetail .p-section_class-contents-list:not(:last-of-type) li a::before {
    width: 10px;
    height: 8px;
  }
  .p-page-centerdetail .p-section_class-contents-list:not(:last-of-type) li a .age {
    margin-right: 20px;
  }
  .p-page-centerdetail .p-section_class-btn {
    margin-top: 40px;
  }
}
.p-page-centerdetail .p-section_voices .c-section-ttl {
  margin: 0 0 65px;
}
@media screen and (max-width: 480px) {
  .p-page-centerdetail .p-section_voices {
    padding: 60px 0;
    padding-top: 60px !important;
  }
  .p-page-centerdetail .p-section_voices-inner {
    padding-bottom: 0 !important;
  }
}
.p-page-centerdetail .p-section_fee {
  padding: 100px 0 120px;
}
.p-page-centerdetail .p-section_fee .c-section-ttl {
  margin: 0 0 48px;
}
.p-page-centerdetail .p-section_fee-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: block;
}
.p-page-centerdetail .p-section_fee .lead-txt {
  text-align: center;
  margin-bottom: 43px;
}
.p-page-centerdetail .p-section_fee .lead-txt a {
  text-decoration: underline;
}
.p-page-centerdetail .p-section_fee .lead-txt a:hover {
  opacity: 0.7;
  color: #4ea3d4;
}
.p-page-centerdetail .p-section_fee-table table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.p-page-centerdetail .p-section_fee-table thead th {
  background-color: #F7F7F7;
  font-weight: normal;
}
.p-page-centerdetail .p-section_fee-table tbody td:first-of-type {
  background-color: #F7F7F7;
}
.p-page-centerdetail .p-section_fee-table thead th, .p-page-centerdetail .p-section_fee-table tbody td {
  width: 25%;
  min-width: 140px;
  border: 1px solid #DBE0E0;
  padding: 8px 0;
}
@media screen and (max-width: 1024px) {
  .p-page-centerdetail .p-section_fee {
    padding: 60px 8% 80px;
  }
  .p-page-centerdetail .p-section_fee .lead-txt.u-hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .p-page-centerdetail .p-section_fee {
    padding: 60px 20px 80px;
  }
  .p-page-centerdetail .p-section_fee .lead-txt {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .p-page-centerdetail .p-section_fee .lead-txt.u-hidden-pc {
    display: block;
  }
  .p-page-centerdetail .p-section_fee .c-section-ttl {
    margin-bottom: 30px;
  }
  .p-page-centerdetail .p-section_fee-inner {
    padding: 0;
  }
  .p-page-centerdetail .p-section_fee-table {
    font-size: 1.4rem;
    overflow: auto;
  }
}
.p-page-centerdetail .p-section_schoolinfo {
  padding: 0 0 100px;
}
@media screen and (max-width: 480px) {
  .p-page-centerdetail .p-section_schoolinfo {
    padding: 0 0 60px;
  }
}
.p-page-centerdetail .p-section_schoolinfo .c-section-ttl {
  margin: 0 0 48px;
}
.p-page-centerdetail .p-section_schoolinfo-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1160px) {
  .p-page-centerdetail .p-section_schoolinfo-inner {
    padding: 0 8%;
  }
}
@media screen and (max-width: 480px) {
  .p-page-centerdetail .p-section_schoolinfo-inner {
    padding: 0 20px;
  }
}
.p-page-centerdetail .p-section_schoolinfo__twocolumns {
  display: flex;
  margin-bottom: 40px;
}
.p-page-centerdetail .p-section_schoolinfo__twocolumns .p-contents-block {
  width: 60%;
  margin-right: 40px;
}
.p-page-centerdetail .p-section_schoolinfo__twocolumns .p-contents-block table {
  width: 100%;
  border-collapse: collapse;
}
.p-page-centerdetail .p-section_schoolinfo__twocolumns .p-contents-block tbody td {
  border-top: 1px solid #DBE0E0;
  border-bottom: 1px solid #DBE0E0;
  padding: 18px 0;
  width: calc(100% - 157px);
}
.p-page-centerdetail .p-section_schoolinfo__twocolumns .p-contents-block tbody td span {
  margin-left: 0.5em;
}
.p-page-centerdetail .p-section_schoolinfo__twocolumns .p-contents-block tbody td span a {
  text-decoration: underline;
}
.p-page-centerdetail .p-section_schoolinfo__twocolumns .p-contents-block tbody td span a:hover {
  color: #4EA3D4;
}
.p-page-centerdetail .p-section_schoolinfo__twocolumns .p-contents-block tbody td:first-of-type {
  background-color: #F7F7F7;
  width: 157px;
  text-align: center;
  font-weight: 500;
}
.p-page-centerdetail .p-section_schoolinfo__twocolumns .p-contents-block tbody td:last-of-type {
  padding-left: 33px;
  line-height: 1.7;
}
.p-page-centerdetail .p-section_schoolinfo__twocolumns .p-img-block {
  width: 40%;
}
.p-page-centerdetail .p-section_schoolinfo__twocolumns .p-img-block img {
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-page-centerdetail .p-section_schoolinfo__twocolumns {
    flex-direction: column-reverse;
  }
  .p-page-centerdetail .p-section_schoolinfo__twocolumns .p-contents-block {
    width: 100%;
    margin-right: 0;
  }
  .p-page-centerdetail .p-section_schoolinfo__twocolumns .p-img-block {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .p-page-centerdetail .p-section_schoolinfo__twocolumns {
    margin-bottom: 30px;
  }
  .p-page-centerdetail .p-section_schoolinfo__twocolumns .c-section-ttl {
    margin-bottom: 30px;
  }
  .p-page-centerdetail .p-section_schoolinfo__twocolumns .p-img-block {
    margin-bottom: 30px;
  }
  .p-page-centerdetail .p-section_schoolinfo__twocolumns .p-contents-block tbody td {
    display: block;
    width: 100%;
    border-top: none;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 13px 12px;
  }
  .p-page-centerdetail .p-section_schoolinfo__twocolumns .p-contents-block tbody td:first-of-type {
    width: 100%;
    text-align: left;
    border: none;
  }
  .p-page-centerdetail .p-section_schoolinfo__twocolumns .p-contents-block tbody td:last-of-type {
    padding: 12px 0 12px 14px;
    font-size: 1.4rem;
  }
  .p-page-centerdetail .p-section_schoolinfo__twocolumns .p-contents-block tbody tr:first-of-type td:first-of-type {
    border-top: 1px solid #DBE0E0;
  }
  .p-page-centerdetail .p-section_schoolinfo__twocolumns .p-contents-block tbody tr:last-of-type td {
    border: none;
  }
}
.p-page-centerdetail .p-section_schoolinfo__franchise {
  margin-top: 60px;
}
.p-page-centerdetail .p-section_schoolinfo__franchise .logo-wrap-franchise {
  margin-bottom: 43px;
}
.p-page-centerdetail .p-section_schoolinfo__franchise .lead-txt {
  text-align: center;
  margin-bottom: 43px;
}
@media screen and (max-width: 480px) {
  .p-page-centerdetail .p-section_schoolinfo__franchise {
    margin-top: 30px;
  }
  .p-page-centerdetail .p-section_schoolinfo__franchise .logo-wrap-franchise {
    margin-bottom: 20px;
  }
  .p-page-centerdetail .p-section_schoolinfo__franchise .lead-txt {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.p-page-centerdetail .p-section_schoolinfo__franchise .p-table-franchise td {
  text-align: left;
  background: #fff;
  padding: 18px 18px 18px 33px;
  font-weight: 400;
}
.p-page-centerdetail .p-section_schoolinfo__franchise .p-table-franchise th {
  padding: 18px 5px;
  min-width: 9em;
}
@media screen and (max-width: 480px) {
  .p-page-centerdetail .p-section_schoolinfo__franchise .p-table-franchise td {
    padding: 13px 12px;
  }
  .p-page-centerdetail .p-section_schoolinfo__franchise .p-table-franchise th {
    padding: 13px 12px;
  }
}
.p-page-centerdetail .p-section_schoolinfo__busservice {
  display: flex;
  padding: 50px 0 50px 125px;
  border-radius: 12px;
  background: #EDF3F6;
}
.p-page-centerdetail .p-section_schoolinfo__busservice .p-img-block {
  width: 30%;
  margin-right: 100px;
}
.p-page-centerdetail .p-section_schoolinfo__busservice .p-contents-block {
  width: 53%;
}
.p-page-centerdetail .p-section_schoolinfo__busservice .p-contents-block h3 {
  font-size: 2rem;
  margin-bottom: 16px;
  font-weight: 500;
}
.p-page-centerdetail .p-section_schoolinfo__busservice .p-contents-block a {
  text-decoration: underline;
}
.p-page-centerdetail .p-section_schoolinfo__busservice .p-contents-block p {
  line-height: 1.7;
  margin-bottom: 20px;
}
.p-page-centerdetail .p-section_schoolinfo__busservice .p-contents-block .area {
  line-height: 1.7;
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
}
.p-page-centerdetail .p-section_schoolinfo__busservice .p-contents-block .tyusyaku {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .p-page-centerdetail .p-section_schoolinfo__busservice .p-contents-block .tyusyaku {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-centerdetail .p-section_schoolinfo__busservice {
    display: block;
    padding: 8%;
  }
  .p-page-centerdetail .p-section_schoolinfo__busservice .p-img-block {
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
  }
  .p-page-centerdetail .p-section_schoolinfo__busservice .p-contents-block {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .p-page-centerdetail .p-section_schoolinfo__busservice .p-contents-block h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .p-page-centerdetail .p-section_schoolinfo__busservice .p-contents-block p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .p-page-centerdetail .p-section_schoolinfo__busservice .p-contents-block .area {
    font-size: 1.4rem;
  }
}
.p-page-centerdetail .p-section_schoolinfo .p-section_class-btn {
  margin: 72px 0 100px;
}
.p-page-centerdetail .p-section_schoolinfo .p-section_class-btn .c-button {
  width: 506px;
  height: 103px;
  line-height: 75px;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 2rem;
  text-align: left;
}
.p-page-centerdetail .p-section_schoolinfo .p-section_class-btn .c-button:hover span.p-insta::before {
  background: url(../img/common/icon_Instagram_blue.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-page-centerdetail .p-section_schoolinfo .p-section_class-btn .c-button span.p-insta {
  position: relative;
  margin-left: 108px;
  top: -2px;
}
.p-page-centerdetail .p-section_schoolinfo .p-section_class-btn .c-button span.p-insta::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/common/icon_Instagram_white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
}
.p-page-centerdetail .p-section_schoolinfo .p-section_class-btn .c-icon-right {
  right: 30px;
}
@media screen and (max-width: 480px) {
  .p-page-centerdetail .p-section_schoolinfo .p-section_class-btn {
    margin: 40px auto 60px;
  }
  .p-page-centerdetail .p-section_schoolinfo .p-section_class-btn .c-button {
    width: 310px;
    font-size: 1.6rem;
    height: 80px;
    line-height: 53px;
  }
  .p-page-centerdetail .p-section_schoolinfo .p-section_class-btn .c-button span.p-insta {
    margin-left: 30px;
  }
  .p-page-centerdetail .p-section_schoolinfo .p-section_class-btn .c-button span.p-insta::before {
    width: 28px;
    height: 28px;
    right: -35px;
  }
  .p-page-centerdetail .p-section_schoolinfo .p-section_class-btn .c-button .c-icon-right {
    width: 12px;
    height: 9px;
    right: 26px;
  }
}
.p-page-centerdetail .p-section_schoolinfo-linklist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px 30px;
}
.p-page-centerdetail .p-section_schoolinfo-linklist li {
  width: 280px;
  border: 2px solid #004273;
  border-radius: 6px;
}
.p-page-centerdetail .p-section_schoolinfo-linklist li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px 15px 13px;
}
.p-page-centerdetail .p-section_schoolinfo-linklist_arrow {
  width: 12.5px;
}
.p-page-centerdetail .p-section_schoolinfo-linklist_arrow img {
  display: block;
}
.p-page-centerdetail .p-section_schoolinfo-linklist_txt {
  font-weight: 500;
  color: #004273;
}
@media screen and (max-width: 480px) {
  .p-page-centerdetail .p-section_schoolinfo-linklist {
    gap: 20px 0;
  }
  .p-page-centerdetail .p-section_schoolinfo-linklist li {
    width: 100%;
  }
  .p-page-centerdetail .p-section_schoolinfo-linklist li a {
    padding: 13px;
    padding-right: 30px;
    font-size: 1.4rem;
  }
  .p-page-centerdetail .p-section_schoolinfo-linklist_arrow {
    width: 12px;
    height: 9px;
  }
}
.p-page-centerdetail .p-section_contact {
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .p-page-centerdetail .p-section_contact {
    padding-top: 60px;
  }
}

@keyframes anime_zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.en .p-page-centerdetail {
  word-break: keep-all;
}
.en .p-page-centerdetail .c-cover .p-cover_centerName {
  top: 450px;
}
.en .p-page-centerdetail .c-cover .p-cover_ttl-wrap {
  width: 30%;
}
.en .p-page-centerdetail .c-cover .p-cover_ttl-wrap .c-cover_ttl-block.ja {
  letter-spacing: 0;
  font-size: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .en .p-page-centerdetail .c-cover .p-cover_centerName {
    top: 37vw;
    font-size: 5vw;
  }
  .en .p-page-centerdetail .c-cover .p-cover_ttl-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .en .p-page-centerdetail .c-cover .p-cover_centerName {
    top: 184px;
    font-size: 3.8rem;
  }
}
.en .p-page-centerdetail .p-ourdata-list ul li {
  padding: 0 10px;
}
.en .p-page-centerdetail .p-ourdata-list ul li dl dt {
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .en .p-page-centerdetail .p-ourdata-list ul li dl dt {
    text-align: center;
  }
}
.en .p-page-centerdetail .p-ourdata-list ul li dl dd .align-center {
  line-height: 1;
}
.en .p-page-centerdetail .p-access-circle {
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 245px;
  height: auto;
  border-radius: 12px;
  background-color: #fff;
  color: #004273;
  text-align: center;
  padding-top: 0;
  padding: 0 10px 5px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.en .p-page-centerdetail .p-access-circle__textblock {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  line-height: 1.3;
}
.en .p-page-centerdetail .p-access-circle__textblock:first-of-type {
  border-bottom: 1px solid #004273;
  padding-bottom: 2px;
}
.en .p-page-centerdetail .p-access-circle__textblock:last-of-type {
  margin-top: 5px;
}
.en .p-page-centerdetail .p-access-circle__textblock .num {
  position: relative;
  top: 2px;
  font-size: 3.8rem;
  line-height: 1;
  margin: 0;
}
.en .p-page-centerdetail .p-access-circle__textblock .minute {
  font-size: 2.2rem;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .en .p-page-centerdetail .p-access-circle {
    width: 140px;
    bottom: 20px;
    border-radius: 10px;
    padding: 0 8px 5px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
  }
  .en .p-page-centerdetail .p-access-circle__textblock {
    font-size: 1.1rem;
  }
  .en .p-page-centerdetail .p-access-circle__textblock:last-of-type {
    margin-top: 4px;
  }
  .en .p-page-centerdetail .p-access-circle__textblock .num {
    font-size: 3rem;
  }
  .en .p-page-centerdetail .p-access-circle__textblock .minute {
    font-size: 1.6rem;
  }
}
.en .p-page-centerdetail .p-section_class-contents-list li .age {
  margin-left: 15px;
}
@media screen and (max-width: 480px) {
  .en .p-page-centerdetail .p-section_class-contents-list li a {
    justify-content: flex-start;
  }
  .en .p-page-centerdetail .p-section_class-contents-list li .age {
    width: 50%;
    margin-left: 20px;
  }
  .en .p-page-centerdetail .p-section_class-contents-list li .ttl {
    width: 33%;
  }
  .en .p-page-centerdetail .p-section_class-contents-list:last-of-type li .ttl {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .en .p-page-centerdetail .p-section_schoolinfo .p-section_class-btn .c-button span.p-insta {
    margin-left: 55px;
  }
}
@media screen and (max-width: 480px) {
  .en .p-page-centerdetail .p-section_fee-table thead th, .en .p-page-centerdetail .p-section_fee-table tbody td {
    line-height: 1.3;
  }
}

.page-musashikosugi .p-page-centerdetail .c-cover .p-access-circle__textblock {
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .page-musashikosugi .p-page-centerdetail .c-cover .p-access-circle__textblock {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 480px) {
  .page-musashikosugi.en .p-page-centerdetail .c-cover .p-access-circle__textblock {
    font-size: 1rem;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-teachers .l-content {
  padding-top: 0;
  padding-bottom: 0;
  background: #004273;
}
@media screen and (max-width: 480px) {
  .p-page-teachers .c-cover-twoLines {
    padding-bottom: 60px;
  }
}
.p-page-teachers .p-section-members {
  color: #FFFFFF;
  padding-bottom: 70px;
}
.p-page-teachers .p-section-members-lead {
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-page-teachers .p-section-members-list {
  margin-top: 100px;
}
.p-page-teachers .p-section-members-list__item {
  width: 26.6666666667%;
  text-align: center;
  margin-bottom: 70px;
}
.p-page-teachers .p-section-members-list__item:not(:nth-of-type(3n)) {
  margin-right: 10%;
}
.p-page-teachers .p-section-members-list__profileWrap .photo {
  width: 162px;
  margin: 0 auto 20px;
}
.p-page-teachers .p-section-members-list__profileWrap .photo img {
  border-radius: 50%;
  overflow: hidden;
  filter: drop-shadow(8px 20px 30px rgba(0, 0, 0, 0.2));
}
.p-page-teachers .p-section-members-list__profileWrap .name {
  margin-bottom: 5px;
  font-family: "Nanum Myeongjo", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-page-teachers .p-section-members-list__profileWrap .data {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-page-teachers .p-section-members-list__profileWrap .message {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.7;
  min-height: 3.4em;
}
.p-page-teachers .p-section-members-list .p-btn-more {
  display: inline-block;
  position: relative;
  margin: 24px 0 auto;
  padding: 5px 40px 5px 30px;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  transition: all 0.2s;
}
.p-page-teachers .p-section-members-list .p-btn-more::before, .p-page-teachers .p-section-members-list .p-btn-more::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  top: 50%;
  right: 20px;
  background: #FFFFFF;
}
.p-page-teachers .p-section-members-list .p-btn-more::after {
  transform: rotate(90deg);
}
.p-page-teachers .p-section-members-list .p-btn-more:hover {
  background: #FFFFFF;
  color: #004273;
  transition: all 0.2s;
}
.p-page-teachers .p-section-members-list .p-btn-more:hover::before, .p-page-teachers .p-section-members-list .p-btn-more:hover::after {
  background: #004273;
}
@media screen and (max-width: 480px) {
  .p-page-teachers .p-section-members {
    padding-bottom: 60px;
  }
  .p-page-teachers .p-section-members-lead {
    font-size: 1.4rem;
  }
  .p-page-teachers .p-section-members-list {
    margin-top: 40px;
    flex-direction: column;
  }
  .p-page-teachers .p-section-members-list__item {
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0 !important;
  }
  .p-page-teachers .p-section-members-list__item:last-of-type {
    margin-bottom: 0;
  }
  .p-page-teachers .p-section-members-list__profileWrap {
    width: 73%;
    margin: 0 auto;
  }
  .p-page-teachers .p-section-members-list__profileWrap .photo {
    width: 51%;
    margin: 0 auto 20px;
  }
  .p-page-teachers .p-section-members-list__profileWrap .name {
    margin-bottom: 5px;
    font-size: 2rem;
  }
  .p-page-teachers .p-section-members-list__profileWrap .data {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  .p-page-teachers .p-section-members-list__profileWrap .message {
    font-size: 1.4rem;
    min-height: inherit;
  }
}
.p-page-teachers .p-popup-profile {
  display: flex;
  max-width: 686px;
  width: calc(100% - 40px);
  min-width: inherit;
  min-height: inherit;
  padding: 48px 48px 24px;
  text-align: left;
  color: #22282D;
  border-radius: 8px;
}
.p-page-teachers .p-popup-profile__inner {
  position: relative;
  display: flex;
  width: 100%;
}
.p-page-teachers .p-popup-profile__photo {
  width: 162px;
}
.p-page-teachers .p-popup-profile__photo img {
  border-radius: 50%;
  overflow: hidden;
}
.p-page-teachers .p-popup-profile__profileWrap {
  width: calc(100% - 162px);
  padding-left: 15%;
}
.p-page-teachers .p-popup-profile__profileWrap .name {
  margin-bottom: 10px;
  font-family: "Nanum Myeongjo", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
}
.p-page-teachers .p-popup-profile__profileWrap .data {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-page-teachers .p-popup-profile__profileWrap .data .term {
  width: 7rem;
}
.p-page-teachers .p-popup-profile__profileWrap .data .des {
  width: calc(100% - 7rem);
  position: relative;
  padding-left: 2em;
}
.p-page-teachers .p-popup-profile__profileWrap .data .des:before {
  content: "：";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-page-teachers .p-popup-profile__profileWrap .text {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-page-teachers .p-popup-profile__profileWrap .text__item {
  padding: 16px 0;
  border-top: 1px solid #EDF3F6;
}
.p-page-teachers .p-popup-profile__profileWrap .text .ttl {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #004273;
}
@media screen and (max-width: 480px) {
  .p-page-teachers .p-popup-profile {
    top: 50%;
    width: calc(100% - 40px);
    padding: 42px 30px 36px;
    overflow: scroll;
  }
  .p-page-teachers .p-popup-profile__inner {
    flex-direction: column;
  }
  .p-page-teachers .p-popup-profile__photo {
    width: 100%;
    padding: 0 27%;
    margin-bottom: 30px;
  }
  .p-page-teachers .p-popup-profile__profileWrap {
    width: 100%;
    padding-left: 0;
    padding-bottom: 80px;
  }
  .p-page-teachers .p-popup-profile__profileWrap .name {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .p-page-teachers .p-popup-profile__profileWrap .data {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  .p-page-teachers .p-popup-profile__profileWrap .text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .p-page-teachers .p-popup-profile__profileWrap .text__item {
    padding: 12px 0;
  }
  .p-page-teachers .p-popup-profile__profileWrap .text .ttl {
    font-size: 1.6rem;
  }
}
.p-page-teachers .c-modal-bg {
  background: rgba(0, 0, 0, 0.4);
}
.p-page-teachers .c-btn-modal-close {
  position: absolute;
  bottom: inherit;
  top: -30px;
  left: inherit;
  right: -30px;
  width: 50px;
  height: 50px;
  padding: 10px;
  overflow: hidden;
  transform: none;
}
.p-page-teachers .c-btn-modal-close::before, .p-page-teachers .c-btn-modal-close::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  transform: rotate(45deg);
}
.p-page-teachers .c-btn-modal-close::after {
  transform: rotate(135deg);
}
@media screen and (max-width: 480px) {
  .p-page-teachers .c-btn-modal-close {
    top: -35px;
    right: -25px;
    width: 40px;
    height: 40px;
    padding: 10px;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-voice {
  background-color: #F2EFE7;
}
.p-page-voice .c-cover-twoLines.c-cover-bg {
  background-color: #F2EFE7;
  color: #004273 !important;
}
@media screen and (max-width: 480px) {
  .p-page-voice .c-cover-twoLines.c-cover-bg {
    padding: 80px 0 60px;
  }
}
.p-page-voice .l-content {
  background-color: #F2EFE7;
}
.p-page-voice .p-section-special {
  margin-bottom: 100px;
}
.p-page-voice .p-section-special__content {
  padding: 80px 90px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 20px;
  position: relative;
}
.p-page-voice .p-section-special__img {
  width: 162px;
  margin-right: 65px;
}
.p-page-voice .p-section-special__img img {
  border-radius: 50%;
  overflow: hidden;
}
.p-page-voice .p-section-special__txt {
  width: calc(100% - 227px);
}
.p-page-voice .p-section-special__txt h2 {
  font-family: "EB Garamond", sans-serif;
  color: #004273;
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 22px;
}
.p-page-voice .p-section-special__txt .headline {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 22px;
}
.p-page-voice .p-section-special__txt .info {
  font-size: 1.4rem;
}
.p-page-voice .p-section-special .p-btn-wrap {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 1024px) {
  .p-page-voice .p-section-special__content {
    padding: 30px 20px 120px;
    display: block;
    border-radius: 12px;
  }
  .p-page-voice .p-section-special__img {
    width: 150px;
    margin: 0 auto 25px;
  }
  .p-page-voice .p-section-special__txt {
    width: 100%;
    text-align: center;
  }
  .p-page-voice .p-section-special .p-btn-wrap {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-page-voice .p-section-special {
    margin-bottom: 60px;
  }
  .p-page-voice .p-section-special__txt h2 {
    font-size: 3.1rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 15px;
  }
  .p-page-voice .p-section-special__txt .headline {
    font-size: 1.6rem;
    margin-bottom: 17px;
  }
  .p-page-voice .p-section-special__txt .info {
    font-size: 1.2rem;
  }
}
.p-page-voice .p-section-voices {
  color: #FFFFFF;
  padding-bottom: 70px;
}
.p-page-voice .p-section-voices-list {
  margin-top: 20px;
}
.p-page-voice .p-section-voices-list__item {
  width: 31.3333333333%;
  margin-bottom: 70px;
  display: flex;
}
.p-page-voice .p-section-voices-list__item:not(:nth-of-type(3n)) {
  margin-right: 3%;
}
.p-page-voice .p-section-voices-list__profileWrap {
  display: flex;
  flex-direction: column;
}
.p-page-voice .p-section-voices-list__profileWrap .photo {
  width: 162px;
  margin: 0 auto 56px;
}
.p-page-voice .p-section-voices-list__profileWrap .photo img {
  border-radius: 50%;
  overflow: hidden;
}
.p-page-voice .p-section-voices-list__profileWrap .txt-box {
  color: #22282D;
  padding: 32px;
  background-color: #fff;
  border-radius: 14px;
  position: relative;
  height: 100%;
}
.p-page-voice .p-section-voices-list__profileWrap .txt-box:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  width: 25px;
  height: 25px;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(53deg) skew(15deg);
}
.p-page-voice .p-section-voices-list__profileWrap .txt-box .headline {
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-page-voice .p-section-voices-list__profileWrap .txt-box .content {
  margin-bottom: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-page-voice .p-section-voices-list__profileWrap .txt-box .info {
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-page-voice .p-section-voices .p-article-pager {
  margin: 30px 0 0;
  padding-bottom: 70px;
}
.p-page-voice .p-section-voices .p-article-pager .screen-reader-text {
  display: none;
}
.p-page-voice .p-section-voices .p-article-pager .nav-links > ul {
  display: flex;
  justify-content: center;
}
.p-page-voice .p-section-voices .p-article-pager li > .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-weight: 500;
  font-size: 1.6rem;
  color: #004273;
  border-radius: 50%;
}
.p-page-voice .p-section-voices .p-article-pager li > .current {
  background: #004273;
  color: #FFFFFF;
}
.p-page-voice .p-section-voices .p-article-pager li > a:hover {
  opacity: 0.7;
}
.p-page-voice .p-section-voices .p-article-pager li > .next {
  color: transparent;
  background: url(../img/common/icon-arrow-primary.svg) no-repeat center center/14px;
}
@media screen and (max-width: 1024px) {
  .p-page-voice .p-section-voices-list__profileWrap .txt-box {
    padding: 17px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-page-voice .p-section-voices {
    padding-bottom: 0;
  }
  .p-page-voice .p-section-voices-lead {
    font-size: 1.4rem;
  }
  .p-page-voice .p-section-voices-list {
    margin-top: 0;
    flex-direction: column;
  }
  .p-page-voice .p-section-voices-list__item {
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0 !important;
  }
  .p-page-voice .p-section-voices-list__profileWrap {
    margin: 0 auto;
  }
  .p-page-voice .p-section-voices-list__profileWrap .photo {
    width: 150px;
    margin: 0 auto 30px;
  }
  .p-page-voice .p-section-voices-list__profileWrap .txt-box .headline {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .p-page-voice .p-section-voices-list__profileWrap .txt-box .content {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .p-page-voice .p-section-voices-list__profileWrap .txt-box .message {
    font-size: 1.2rem;
  }
  .p-page-voice .p-section-voices .p-article-pager {
    margin: 0;
    padding-bottom: 60px;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-first .l-content {
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .p-page-first .l-content {
    padding-top: 0;
  }
}
.p-page-first .p-section {
  margin-bottom: 170px;
}
@media screen and (max-width: 1024px) {
  .p-page-first .p-section {
    margin-bottom: 80px;
  }
}
.p-page-first .p-section-about {
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.p-page-first .p-section-about-keyvisual {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
.p-page-first .p-section-about-text {
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-page-first .p-section-about-list {
  margin: 70px auto 0;
}
.p-page-first .p-section-about-list__item:not(:last-of-type) {
  margin-bottom: 70px;
}
.p-page-first .p-section-about-list__ttl {
  margin-bottom: 12px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #004273;
}
.p-page-first .p-section-about-list__text {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .p-page-first .p-section-about {
    width: 100%;
  }
  .p-page-first .p-section-about-list__item:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .p-page-first .p-section-about-list__ttl {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .p-page-first .p-section-about-list__text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-first .p-section-about-list__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.p-page-first .p-section-flow-list {
  margin: 70px auto 0;
  border-top: 1px solid #E7E7E7;
}
.p-page-first .p-section-flow-list__item {
  padding: 20px 0 20px;
  border-bottom: 1px solid #E7E7E7;
}
.p-page-first .p-section-flow-list .c-readmore__hiddenContent {
  display: block;
}
.p-page-first .p-section-flow-list__textWrap {
  align-items: center;
}
.p-page-first .p-section-flow-list__ttl {
  width: calc(220px + 7%);
  padding-left: 10px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #004273;
}
.p-page-first .p-section-flow-list__text {
  width: calc(100% - (220px + 7% + 10px));
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-page-first .p-section-flow-list__text small {
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-page-first .p-section-flow-list__info {
  margin: 32px 0 8px;
  padding: 30px 45px;
  border-radius: 8px;
}
.p-page-first .p-section-flow-list__info .term {
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  color: #004273;
}
.p-page-first .p-section-flow-list__info .des {
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-page-first .p-section-flow-info {
  margin-top: 100px;
}
.p-page-first .p-section-flow-info .p-info-box {
  border: 4px solid #BDAA48;
  border-radius: 12px;
}
.p-page-first .p-section-flow-info .p-info-box__ttl {
  padding: 48px 10px;
  font-size: 3rem;
  color: #FFFFFF;
  background: #BDAA48;
}
.p-page-first .p-section-flow-info .p-info-box__textWrap {
  padding: 40px 28px;
  font-size: 1.6rem;
}
.p-page-first .p-section-flow-info .p-info-box__text {
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-page-first .p-section-flow-info .p-info-box__text + .p-info-box__text {
  margin-top: 10px;
}
.p-page-first .p-section-flow-info .p-info-box__text small {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .p-page-first .p-section-flow-list {
    margin: 70px auto 0;
    position: relative;
  }
  .p-page-first .p-section-flow-list:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
  }
  .p-page-first .p-section-flow-list__item {
    padding: 32px 0 32px;
  }
  .p-page-first .p-section-flow-list__item:last-of-type {
    border-bottom: none;
  }
  .p-page-first .p-section-flow-list .c-readmore__hiddenContent {
    display: none;
  }
  .p-page-first .p-section-flow-list__textWrap {
    flex-direction: column;
  }
  .p-page-first .p-section-flow-list__ttl {
    width: 100%;
    margin-bottom: 8px;
    padding-left: 0;
    font-size: 1.6rem;
  }
  .p-page-first .p-section-flow-list__text {
    width: 100%;
    font-size: 1.4rem;
  }
  .p-page-first .p-section-flow-list__info {
    margin: 24px 0 8px;
    padding: 20px 20px;
  }
  .p-page-first .p-section-flow-list__info .term {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  .p-page-first .p-section-flow-list__info .des {
    font-size: 1.3rem;
  }
  .p-page-first .p-section-flow .c-readmore__switch {
    margin: 8px auto 0;
  }
  .p-page-first .p-section-flow-info {
    margin-top: 60px;
  }
  .p-page-first .p-section-flow-info .p-info-box {
    border: 2px solid #BDAA48;
    border-radius: 6px;
  }
  .p-page-first .p-section-flow-info .p-info-box__ttl {
    padding: 28px 10px;
    font-size: 1.8rem;
  }
  .p-page-first .p-section-flow-info .p-info-box__textWrap {
    padding: 14px 20px;
    font-size: 1.6rem;
  }
  .p-page-first .p-section-flow-info .p-info-box__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .p-page-first .p-section-flow-info .p-info-box__text + .p-info-box__text {
    margin-top: 10px;
  }
}
.p-page-first .p-section_faq {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .p-page-first .p-section_faq {
    margin-bottom: 60px;
  }
}
.p-page-first .p-section-friends {
  margin-bottom: 120px;
}
.p-page-first .p-section-friends__tex {
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-page-first .p-section-friends__attention {
  margin-top: 1em;
  font-size: 1.2rem;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .p-page-first .p-section-friends {
    margin-bottom: 60px;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-faq {
  background-color: #F2EFE7;
  padding-bottom: 140px;
}
.p-page-faq .c-cover-twoLines.c-cover-bg {
  background-color: #F2EFE7;
  color: #004273 !important;
}
.p-page-faq .p-section_faq.p-commonSection_faq {
  padding: 0;
}
.p-page-faq .c-accordion__list {
  font-size: 1.6rem;
}
.p-page-faq .c-accordion__list a {
  text-decoration: underline;
}
.p-page-faq .c-accordion__list a:hover {
  opacity: 0.7;
}
.p-page-faq .c-accordion__content--answer {
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .p-page-faq {
    padding-bottom: 60px;
  }
  .p-page-faq .l-inner--narrow {
    padding: 0 30px;
  }
  .p-page-faq .c-accordion {
    padding: 0;
  }
  .p-page-faq .c-accordion__list {
    font-size: 1.4rem;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-news {
  padding-bottom: 60px;
}
.p-page-news_content-area {
  margin-bottom: 30px;
}
.p-page-news_date {
  display: block;
  color: #8C8C8C;
  font-size: 1.4rem;
  margin-bottom: 9px;
}
.p-page-news h3 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 24px;
}
.p-page-news_content-text {
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .p-page-news {
    padding-bottom: 20px;
  }
  .p-page-news_content-area {
    margin-bottom: 40px;
  }
  .p-page-news h3 {
    font-size: 2.3rem;
    margin-bottom: 16px;
  }
  .p-page-news_content-text {
    font-size: 1.5rem;
    line-height: 2;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-event .l-content {
  padding: 0 0 140px;
}
.p-page-event .p-event-lead {
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-page-event .event-timeline {
  margin: 105px 0 0;
}
@media screen and (max-width: 1024px) {
  .p-page-event .l-content {
    padding: 0 0 60px;
  }
  .p-page-event .p-event-lead {
    font-size: 1.4rem;
  }
  .p-page-event .event-timeline {
    margin: 56px 0 0;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-column .l-content {
  padding-top: 0;
}
.p-page-column .p-ariticleContent {
  display: flex;
}
.p-page-column .p-ariticleContent-main {
  width: 68.3%;
}
.p-page-column .p-ariticleContent-aside {
  width: 31.7%;
  padding-left: 8.2%;
}
.p-page-column .p-articleList {
  display: flex;
  flex-wrap: wrap;
}
.p-page-column .p-articleList__item {
  width: calc(50% - 30px);
  margin-bottom: 60px;
}
.p-page-column .p-articleList__item:not(:nth-of-type(2n)) {
  margin-right: 30px;
}
.p-page-column .p-ariticleGroup:not(:last-of-type) {
  margin-bottom: 40px;
}
.p-page-column .p-ariticleGroup-headline {
  padding: 10px 15px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  border-radius: 2px;
  background: #004273;
}
.p-page-column .p-ariticleGroup-list__link {
  display: block;
  padding: 18px 0 10px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 1px solid #E2ECF2;
}
.p-page-column .p-ariticleGroup-list__link::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 9px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #004273 url(../img/common/icon-than-white.svg) no-repeat center/10px 10px;
  transform: translateY(-50%);
}
.p-page-column .p-ariticleGroup-list__link:hover {
  color: #4EA3D4;
  border-color: #4EA3D4;
}
.p-page-column .p-ariticleGroup-list__link:hover::after {
  background-color: #4EA3D4;
}
@media screen and (max-width: 1024px) {
  .p-page-column .l-content {
    margin-bottom: 60px;
  }
  .p-page-column .p-ariticleContent {
    display: flex;
    flex-direction: column;
  }
  .p-page-column .p-ariticleContent-main {
    width: 100%;
  }
  .p-page-column .p-ariticleContent-aside {
    width: 100%;
    padding-left: 0;
  }
  .p-page-column .p-articleList {
    flex-direction: column;
  }
  .p-page-column .p-articleList__item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0 !important;
  }
}
.p-page-column #ez-toc-container {
  margin: 32px 0;
  padding: 24px 30px;
  background: #EDF3F6;
  font-size: 1.4rem;
  border-radius: 8px;
  border: none;
  box-shadow: none;
  width: 100%;
}
.p-page-column #ez-toc-container .ez-toc-title-container {
  margin-bottom: 20px;
  position: relative;
}
.p-page-column #ez-toc-container .ez-toc-title-container:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #AFBABF;
  bottom: -10px;
  left: 0;
}
.p-page-column #ez-toc-container .ez-toc-title-container:has(.ez-toc-icon-toggle-span) {
  margin-bottom: 20px;
}
.p-page-column #ez-toc-container .ez-toc-title-container:has(.ez-toc-icon-toggle-span):after {
  width: calc(100% - 40px);
  bottom: -5px;
}
.p-page-column #ez-toc-container .ez-toc-title {
  margin: 0;
  padding: 0 10px 10px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 1px solid #AFBABF;
}
.p-page-column #ez-toc-container a {
  color: #727F89;
}
.p-page-column #ez-toc-container a:visited {
  color: #727F89;
}
.p-page-column #ez-toc-container a:hover {
  color: #22282D;
  text-decoration: none;
}
.p-page-column #ez-toc-container .ez-toc-list-level-1 {
  padding-left: 10px;
  padding-right: 30px;
}
.p-page-column #ez-toc-container .ez-toc-list-level-3 {
  margin: 14px 0;
  padding-left: 2rem;
}
.p-page-column #ez-toc-container .ez-toc-heading-level-2 {
  margin-bottom: 5px;
}
.p-page-column #ez-toc-container .ez-toc-heading-level-2 a {
  font-size: 1.6rem;
  font-weight: 500;
}
.p-page-column #ez-toc-container .ez-toc-heading-level-3 {
  margin-bottom: 5px;
}
.p-page-column #ez-toc-container .ez-toc-heading-level-3 a {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-page-column #ez-toc-container {
    margin: 16px 0;
    padding: 20px 20px;
    font-size: 1.4rem;
    border-radius: 4px;
  }
  .p-page-column #ez-toc-container .ez-toc-title {
    margin: 0;
    padding: 0 0 10px;
    font-size: 1.6rem;
  }
  .p-page-column #ez-toc-container .ez-toc-list-level-1 {
    padding-left: 10px;
  }
  .p-page-column #ez-toc-container .ez-toc-list-level-3 {
    margin: 14px 0;
    padding-left: 2rem;
  }
  .p-page-column #ez-toc-container .ez-toc-heading-level-2 {
    margin-bottom: 5px;
  }
  .p-page-column #ez-toc-container .ez-toc-heading-level-2 a {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .p-page-column #ez-toc-container .ez-toc-heading-level-3 {
    margin-bottom: 5px;
  }
  .p-page-column #ez-toc-container .ez-toc-heading-level-3 a {
    font-size: 1.4rem;
  }
}
.p-page-column .p-article-pager {
  margin: 20px 0 60px;
}
.p-page-column .p-article-pager .screen-reader-text {
  display: none;
}
.p-page-column .p-article-pager .nav-links > ul {
  display: flex;
  justify-content: center;
}
.p-page-column .p-article-pager li > .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-weight: 500;
  font-size: 1.6rem;
  color: #004273;
  border-radius: 50%;
}
.p-page-column .p-article-pager li > .current {
  background: #004273;
  color: #FFFFFF;
}
.p-page-column .p-article-pager li > a:hover {
  opacity: 0.7;
}
.p-page-column .p-article-pager li > .next {
  color: transparent;
  background: url(../img/common/icon-arrow-primary.svg) no-repeat center center/14px;
}

.p-page-column--detail .l-content {
  margin-top: 65px;
  padding-bottom: 0;
}
.p-page-column--detail .p-columnArticle {
  margin-bottom: 60px;
}
.p-page-column--detail .p-columnArticle .article-date {
  margin-bottom: 9px;
  color: #8C8C8C;
  font-size: 1.4rem;
  line-height: 100%;
}
.p-page-column--detail .p-columnArticle h1 {
  margin-bottom: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-page-column--detail .p-columnArticle .article-keyvisual {
  margin-bottom: 32px;
  position: relative;
  padding-top: 62%;
  overflow: hidden;
  border-radius: 8px;
  height: 0;
}
.p-page-column--detail .p-columnArticle .article-keyvisual img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.p-page-column--detail .p-columnArticle h2 {
  margin: 32px 0;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-page-column--detail .p-columnArticle h3 {
  margin: 32px 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-page-column--detail .p-columnArticle p {
  margin: 32px 0;
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-page-column--detail .p-columnArticle img {
  width: 100%;
  margin: 32px 0;
  border-radius: 8px;
}
.p-page-column--detail .p-columnArticle a {
  color: #4EA3D4;
}
.p-page-column--detail .p-columnArticle a:hover {
  text-decoration: underline;
}
.p-page-column--detail .p-columnArticle ul {
  margin: 16px 0;
}
.p-page-column--detail .p-columnArticle ul > li {
  list-style-type: disc;
  list-style: inside;
}
.p-page-column--detail .p-columnArticle ol {
  margin: 16px 0;
}
.p-page-column--detail .p-columnArticle ol > li {
  list-style: inside;
  list-style-type: decimal;
}
.p-page-column--detail .p-columnArticle .wp-block-quote {
  margin: 32px 0;
  padding: 18px 30px;
  background: #EDF3F6;
  font-size: 1.4rem;
  border-radius: 8px;
}
.p-page-column--detail .p-columnArticle .wp-block-quote p {
  margin: 0;
  color: #727F89;
  line-height: 1.7;
}
.p-page-column--detail .p-columnArticle .wp-block-quote cite {
  display: block;
  margin-top: 14px;
  text-align: right;
}
.p-page-column--detail .p-columnArticle .wp-block-quote a {
  font-weight: 500;
  color: #4EA3D4;
  text-decoration: underline;
  font-style: normal;
}
.p-page-column--detail .p-recommended-article {
  margin-top: 0;
  border-top: 1px solid #DBE0E0;
}
.p-page-column--detail .p-recommended-article-ttl {
  padding-top: 60px;
  margin-bottom: 60px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}
.p-page-column--detail .p-recommended-article .p-articleList__item {
  width: calc((100% - 62px) / 2);
}
.p-page-column--detail .p-recommended-article .p-articleList__item:not(:nth-of-type(2n)) {
  margin-right: 62px;
}
.p-page-column--detail .p-footer-backBtn {
  margin: 40px 0 60px;
}
.p-page-column--detail .p-commonSection-infomation {
  position: relative;
  margin-top: 140px;
  padding-right: 30px;
}
.p-page-column--detail .p-commonSection-infomation:after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
  background: #f7f7f7;
  z-index: -1;
}
.p-page-column--detail .p-commonSection-infomation-inner {
  flex-direction: column;
}
.p-page-column--detail .p-commonSection-infomation .p-infomation-box {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1220px) {
  .p-page-column--detail .p-commonSection-infomation {
    width: calc(100% + 30px);
    margin-left: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-column--detail .l-content {
    margin-top: 80px;
    margin-bottom: 0;
  }
  .p-page-column--detail .p-ariticleContent {
    margin-bottom: 30px;
  }
  .p-page-column--detail .p-columnArticle {
    margin-bottom: 50px;
  }
  .p-page-column--detail .p-columnArticle h1 {
    margin-bottom: 16px;
    font-size: 2.3rem;
  }
  .p-page-column--detail .p-columnArticle .article-keyvisual {
    margin-bottom: 16px;
    border-radius: 4px;
  }
  .p-page-column--detail .p-columnArticle h2 {
    margin: 16px 0;
    font-size: 2rem;
  }
  .p-page-column--detail .p-columnArticle h3 {
    margin: 16px 0;
    font-size: 1.6rem;
  }
  .p-page-column--detail .p-columnArticle p {
    margin: 16px 0;
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-page-column--detail .p-columnArticle img {
    margin: 16px 0;
    border-radius: 4px;
  }
  .p-page-column--detail .p-columnArticle .wp-block-quote {
    margin: 16px 0;
    padding: 14px 14px;
    font-size: 1.2rem;
    border-radius: 4px;
  }
  .p-page-column--detail .p-columnArticle .wp-block-quote p {
    margin: 0;
    color: #727F89;
    line-height: 1.7;
    font-size: 1.2rem;
  }
  .p-page-column--detail .p-columnArticle .wp-block-quote cite {
    margin-top: 10px;
  }
  .p-page-column--detail .p-recommended-article-ttl {
    padding-top: 40px;
    margin-bottom: 40px;
    font-size: 2rem;
  }
  .p-page-column--detail .p-recommended-article-list {
    flex-direction: column;
  }
  .p-page-column--detail .p-recommended-article .p-articleList__item {
    width: 100%;
    margin-right: 0 !important;
  }
  .p-page-column--detail .p-footer-backBtn {
    margin: 20px 0 40px;
  }
  .p-page-column--detail .p-article-pager {
    margin-bottom: 40px;
  }
  .p-page-column--detail .p-ariticleContent-main {
    margin-bottom: 20px;
  }
  .p-page-column--detail .p-commonSection-infomation {
    width: 100%;
    margin: 0;
    padding: 30px 0;
  }
  .p-page-column--detail .p-commonSection-infomation-inner {
    flex-direction: column;
  }
  .p-page-column--detail .p-commonSection-infomation .p-infomation-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-page-column--detail .p-commonSection-infomation.p-pc-only {
    display: none;
  }
}

.single-column .wrapper ~ .p-commonSection-infomation {
  display: none;
}
@media screen and (max-width: 1024px) {
  .single-column .wrapper ~ .p-commonSection-infomation {
    display: block;
  }
}

.single-column .p-page-column + .p-commonSection-infomation {
  display: none;
}
@media screen and (max-width: 1024px) {
  .single-column .p-page-column + .p-commonSection-infomation {
    display: block;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-partnership .l-content {
  padding-top: 65px;
  padding-bottom: 0;
}
.p-page-partnership .p-partnership-section {
  margin-bottom: 140px;
}
.p-page-partnership .p-partnership-lead {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 60px;
}
.p-page-partnership .p-partnership-headline span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 2rem;
  border-bottom: 1px solid #004273;
}
.p-page-partnership .p-partnership-img {
  margin-top: 60px;
  margin-bottom: 24px;
}
.p-page-partnership .p-partnership-img img {
  border-radius: 8px;
}
.p-page-partnership .p-partnership-text {
  line-height: 1.7;
  font-size: 1.6rem;
}
.p-page-partnership .p-partnership-button-group {
  margin-top: 40px;
}
.p-page-partnership .p-partnership-button-group .c-button {
  min-width: 260px;
}
@media screen and (max-width: 480px) {
  .p-page-partnership .l-content {
    padding-top: 30px;
  }
  .p-page-partnership .p-partnership-section {
    margin-bottom: 60px;
  }
  .p-page-partnership .p-partnership-section:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .p-page-partnership .p-partnership-lead {
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
  .p-page-partnership .p-partnership-headline span {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  .p-page-partnership .p-partnership-img {
    margin-top: 30px;
    margin-bottom: 16px;
  }
  .p-page-partnership .p-partnership-img img {
    border-radius: 4px;
  }
  .p-page-partnership .p-partnership-text {
    font-size: 1.4rem;
  }
  .p-page-partnership .p-partnership-button-group {
    margin-top: 30px;
  }
}

.p-page-partnership--efl .l-content {
  padding-bottom: 0;
}
.p-page-partnership--efl .p-section {
  margin-bottom: 170px;
}
@media screen and (max-width: 480px) {
  .p-page-partnership--efl .p-section {
    margin-bottom: 80px;
  }
}
.p-page-partnership--efl .p-section-prologue {
  margin: 0 auto 60px;
  max-width: 800px;
}
.p-page-partnership--efl .p-section-prologue-lead {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 1em;
}
.p-page-partnership--efl .p-section-prologue .p-tag-list {
  margin-top: 20px;
  gap: 10px;
}
.p-page-partnership--efl .p-section-prologue .p-tag-list__tag {
  display: inline-block;
  padding: 10px 12px;
  color: #004273;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 100px;
  border: 1px solid #004273;
}
@media screen and (max-width: 480px) {
  .p-page-partnership--efl .p-section-prologue-lead {
    font-size: 1.4rem;
  }
  .p-page-partnership--efl .p-section-prologue .p-tag-list {
    margin-top: 16px;
  }
}
.p-page-partnership--efl .p-section-point-ttl {
  margin-bottom: 50px;
  color: #004273;
  font-family: "Cormorant Upright", serif;
  text-align: center;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-page-partnership--efl .p-section-point-list {
  margin: 0 auto;
  flex-wrap: nowrap;
}
.p-page-partnership--efl .p-section-point-list__item {
  width: 33.3%;
  position: relative;
  padding: 93px 5% 0;
}
.p-page-partnership--efl .p-section-point-list__item:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 53px;
  height: 53px;
  top: 0;
  left: 50%;
  background: url(../img/efl/icon-point-check.svg) no-repeat center/cover;
  transform: translateX(-50%);
}
.p-page-partnership--efl .p-section-point-list__item:not(:last-of-type) {
  border-right: 1px solid #DBE0E0;
}
.p-page-partnership--efl .p-section-point-list__ttl {
  margin-bottom: 24px;
  color: #004273;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-page-partnership--efl .p-section-point-list__text {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .p-page-partnership--efl .p-section-point-ttl {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
  .p-page-partnership--efl .p-section-point-list {
    flex-direction: column;
  }
  .p-page-partnership--efl .p-section-point-list__item {
    width: 100%;
    position: relative;
    padding: 56px 35px 0;
  }
  .p-page-partnership--efl .p-section-point-list__item:before {
    width: 41px;
    height: 41px;
  }
  .p-page-partnership--efl .p-section-point-list__item:not(:first-of-type) {
    margin-top: 32px;
  }
  .p-page-partnership--efl .p-section-point-list__item:not(:last-of-type) {
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #DBE0E0;
    border: none;
  }
  .p-page-partnership--efl .p-section-point-list__item:not(:last-of-type)::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #DBE0E0;
  }
  .p-page-partnership--efl .p-section-point-list__ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.p-page-partnership--efl .p-section-program-list {
  max-width: 1060px;
  margin: 0 auto;
  gap: 33px;
}
.p-page-partnership--efl .p-section-program-list__item {
  width: calc((100% - 66px) / 3);
  padding: 0 20px 20px;
  border: 2px solid #004273;
  border-radius: 8px;
  overflow: hidden;
}
.p-page-partnership--efl .p-section-program-list__ttl {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 10px 0 6px;
  color: #FFFFFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  background: #004273;
}
.p-page-partnership--efl .p-section-program-list__headline {
  margin-top: 20px;
  color: #004273;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-page-partnership--efl .p-section-program-list__text {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .p-page-partnership--efl .p-section-program-list {
    flex-direction: column;
    gap: 0;
  }
  .p-page-partnership--efl .p-section-program-list__item {
    width: 100%;
  }
  .p-page-partnership--efl .p-section-program-list__item:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
.p-page-partnership--efl .p-section-plan-lead {
  font-size: 1.6rem;
  line-height: 170%;
}
.p-page-partnership--efl .p-section-plan-table {
  max-width: 800px;
  margin: 48px auto 0;
}
.p-page-partnership--efl .p-section-plan-table .attention {
  font-size: 1.4rem;
}
.p-page-partnership--efl .p-section-plan-btnWrap {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .p-page-partnership--efl .p-section-plan-lead {
    font-size: 1.4rem;
  }
  .p-page-partnership--efl .p-section-plan-table {
    margin: 24px 0 0;
  }
  .p-page-partnership--efl .p-section-plan-btnWrap {
    margin-top: 30px;
  }
}
.p-page-partnership--efl .p-section-lesson-timeline .p-timeline-vertical-list__item.noImage {
  margin-bottom: 10px;
}
.p-page-partnership--efl .p-section-lesson-infoBox {
  margin-top: 90px;
  padding: 70px 0 90px;
  border-radius: 20px;
  border: 2px solid #004273;
}
.p-page-partnership--efl .p-section-lesson-infoBox-inner {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
.p-page-partnership--efl .p-section-lesson-infoBox .infoBox-ttl {
  color: #004273;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-page-partnership--efl .p-section-lesson-infoBox .infoBox-lead {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-page-partnership--efl .p-section-lesson-infoBox .infoBox-list {
  position: relative;
  margin-top: 80px;
  margin-bottom: 50px;
}
.p-page-partnership--efl .p-section-lesson-infoBox .infoBox-list__item {
  margin-bottom: 50px;
}
.p-page-partnership--efl .p-section-lesson-infoBox .infoBox-list__headline {
  color: #004273;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-page-partnership--efl .p-section-lesson-infoBox .infoBox-list__innerList {
  margin-top: 16px;
  list-style: decimal;
}
.p-page-partnership--efl .p-section-lesson-infoBox .infoBox-list__innerList > li {
  font-size: 1.6rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.p-page-partnership--efl .p-section-lesson-infoBox .infoBox-list__innerList > li::before {
  content: "・";
}
.p-page-partnership--efl .p-section-lesson-infoBox .infoBox-footer {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding-left: 31%;
  min-height: 191px;
}
.p-page-partnership--efl .p-section-lesson-infoBox .infoBox-footer__img {
  width: 31%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
}
.p-page-partnership--efl .p-section-lesson-infoBox .infoBox-footer__img img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.p-page-partnership--efl .p-section-lesson-infoBox .infoBox-footer__textWrap {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 40px;
}
.p-page-partnership--efl .p-section-lesson-infoBox .infoBox-footer__text {
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-page-partnership--efl .p-section-lesson-infoBox .infoBox-footer__text span {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .p-page-partnership--efl .p-section-lesson .infoBox-footer__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .p-page-partnership--efl .p-section-lesson-timeline .p-timeline-vertical-list__item.noImage {
    margin-bottom: 30px;
  }
  .p-page-partnership--efl .p-section-lesson-infoBox {
    margin-top: 60px;
    padding: 32px 28px 32px;
    border-radius: 10px;
    border: 1px solid #004273;
  }
  .p-page-partnership--efl .p-section-lesson-infoBox-inner {
    max-width: 800px;
    width: 100%;
  }
  .p-page-partnership--efl .p-section-lesson-infoBox .infoBox-ttl {
    font-size: 2rem;
  }
  .p-page-partnership--efl .p-section-lesson-infoBox .infoBox-lead {
    margin-top: 12px;
    font-size: 1.4rem;
  }
  .p-page-partnership--efl .p-section-lesson-infoBox .infoBox-list {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-page-partnership--efl .p-section-lesson-infoBox .infoBox-list__item {
    margin-bottom: 12px;
    padding-top: 60px;
    padding-left: 0;
  }
  .p-page-partnership--efl .p-section-lesson-infoBox .infoBox-list__item:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-page-partnership--efl .p-section-lesson-infoBox .infoBox-list__headline {
    text-align: center;
    font-size: 1.6rem;
  }
  .p-page-partnership--efl .p-section-lesson-infoBox .infoBox-list__innerList {
    margin-top: 22px;
    list-style: decimal;
  }
  .p-page-partnership--efl .p-section-lesson-infoBox .infoBox-list__innerList > li {
    font-size: 1.4rem;
  }
  .p-page-partnership--efl .p-section-lesson-infoBox .infoBox-footer {
    border-radius: 12px;
    overflow: hidden;
    flex-direction: column;
    padding-left: 0;
  }
  .p-page-partnership--efl .p-section-lesson-infoBox .infoBox-footer__img {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto;
  }
  .p-page-partnership--efl .p-section-lesson-infoBox .infoBox-footer__textWrap {
    display: inherit;
    width: 100%;
    padding: 15px 15px;
  }
  .p-page-partnership--efl .p-section-lesson-infoBox .infoBox-footer__text {
    font-size: 1.4rem;
  }
  .p-page-partnership--efl .p-section-lesson-infoBox .infoBox-footer__text span {
    font-size: 1.6rem;
  }
}
.p-page-partnership--efl .p-section-schedule-info {
  margin-top: 80px;
}
.p-page-partnership--efl .p-section-schedule-info .p-info-box {
  padding-left: calc(43.7% - 4px);
  position: relative;
  overflow: hidden;
  border: 4px solid #BDAA48;
  border-radius: 12px;
}
.p-page-partnership--efl .p-section-schedule-info .p-info-box__ttl {
  padding: 48px 10px;
  font-size: 3rem;
  color: #FFFFFF;
  background: #BDAA48;
}
.p-page-partnership--efl .p-section-schedule-info .p-info-box__img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 43.7%;
  transform: translateY(-50%);
  background: #ccc;
  height: 100%;
}
.p-page-partnership--efl .p-section-schedule-info .p-info-box__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}
.p-page-partnership--efl .p-section-schedule-info .p-info-box__text {
  padding: 40px 5%;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-page-partnership--efl .p-section-schedule-info {
    margin-top: 40px;
  }
  .p-page-partnership--efl .p-section-schedule-info .p-info-box {
    padding-left: 0;
    border: 2px solid #BDAA48;
    border-radius: 4px;
  }
  .p-page-partnership--efl .p-section-schedule-info .p-info-box__ttl {
    padding: 28px 10px;
    font-size: 1.8rem;
  }
  .p-page-partnership--efl .p-section-schedule-info .p-info-box__img {
    position: inherit;
    top: inherit;
    left: inherit;
    width: 100%;
    transform: none;
    height: auto;
  }
  .p-page-partnership--efl .p-section-schedule-info .p-info-box__img img {
    object-fit: unset;
  }
  .p-page-partnership--efl .p-section-schedule-info .p-info-box__text {
    padding: 20px 5%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .p-page-partnership--efl .p-section-schedule-timeline .p-timeline-vertical-list__item:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .p-page-partnership--efl .p-section-schedule-timeline .p-timeline-vertical-list__item.item-mb-space {
    margin-bottom: 70px;
  }
  .p-page-partnership--efl .p-section-schedule-timeline .p-timeline-vertical-box__ttl {
    font-size: 2.4rem;
  }
}
.p-page-partnership--efl .p-section_faq {
  margin-bottom: 0;
}
.p-page-partnership--efl .p-commonSection-infomation {
  background-color: inherit;
}
.p-page-partnership--efl .p-commonSection-infomation-inner {
  justify-content: center;
}
.p-page-partnership--efl .p-commonSection-infomation .p-infomation-box {
  padding: 0;
}
.p-page-partnership--efl .p-commonSection-infomation .p-infomation-box__ttl {
  text-align: center !important;
}
@media screen and (max-width: 1024px) {
  .p-page-partnership--efl .p-commonSection-infomation {
    padding: 40px 0;
  }
}

.p-page-partnership--curriculumforkinder .l-content {
  padding-top: 60px;
  padding-bottom: 0;
}
.p-page-partnership--curriculumforkinder .p-section {
  margin-bottom: 170px;
}
@media screen and (max-width: 480px) {
  .p-page-partnership--curriculumforkinder .p-section {
    margin-bottom: 80px;
  }
}
.p-page-partnership--curriculumforkinder .p-section-prologue {
  margin: 0 auto 80px;
  max-width: 800px;
  width: 90%;
}
.p-page-partnership--curriculumforkinder .p-section-prologue p {
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-page-partnership--curriculumforkinder .p-section-prologue p + p {
  margin-top: 2em;
}
@media screen and (max-width: 1024px) {
  .p-page-partnership--curriculumforkinder .p-section-prologue {
    width: 100%;
  }
  .p-page-partnership--curriculumforkinder .p-section-prologue p {
    font-size: 1.4rem;
  }
}
.p-page-partnership--curriculumforkinder .p-section-features-list {
  max-width: 800px;
  margin: 0 auto;
}
.p-page-partnership--curriculumforkinder .p-section-features-list__item:not(:last-of-type) {
  margin-bottom: 45px;
}
.p-page-partnership--curriculumforkinder .p-section-features-list__ttl {
  margin-bottom: 12px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #004273;
}
.p-page-partnership--curriculumforkinder .p-section-features-list__text {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .p-page-partnership--curriculumforkinder .p-section-features-list__item:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .p-page-partnership--curriculumforkinder .p-section-features-list__ttl {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .p-page-partnership--curriculumforkinder .p-section-features-list__text {
    font-size: 1.3rem;
  }
}
.p-page-partnership--curriculumforkinder .p-section-service-list {
  flex-wrap: nowrap;
}
.p-page-partnership--curriculumforkinder .p-section-service-list__item {
  flex-direction: column;
  width: 28.8666666667%;
}
.p-page-partnership--curriculumforkinder .p-section-service-list__item:not(:nth-of-type(3n)) {
  margin-right: 6.7%;
}
.p-page-partnership--curriculumforkinder .p-section-service-list__img {
  margin-bottom: 20px;
  border-radius: 4px;
}
.p-page-partnership--curriculumforkinder .p-section-service-list__ttl {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #004273;
}
.p-page-partnership--curriculumforkinder .p-section-service-list__text {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .p-page-partnership--curriculumforkinder .p-section-service-list {
    flex-direction: column;
    gap: inherit;
  }
  .p-page-partnership--curriculumforkinder .p-section-service-list__item {
    width: 100%;
    flex-direction: row-reverse;
    margin-right: 0 !important;
  }
  .p-page-partnership--curriculumforkinder .p-section-service-list__item:not(:last-of-type) {
    margin-bottom: 32px;
  }
  .p-page-partnership--curriculumforkinder .p-section-service-list__img {
    margin-bottom: 0;
    width: 41.2%;
    height: 100%;
  }
  .p-page-partnership--curriculumforkinder .p-section-service-list__textWrap {
    width: 58.8%;
    padding-right: 20px;
  }
  .p-page-partnership--curriculumforkinder .p-section-service-list__ttl {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .p-page-partnership--curriculumforkinder .p-section-service-list__text {
    font-size: 1.2rem;
  }
}
.p-page-partnership--curriculumforkinder .p-section-class-lead {
  max-width: 800px;
  width: 90%;
  margin: 0 auto 80px;
  font-size: 16px;
  line-height: 1.7;
}
.p-page-partnership--curriculumforkinder .p-section-class-list {
  flex-wrap: nowrap;
}
.p-page-partnership--curriculumforkinder .p-section-class-list__item {
  width: 28.8666666667%;
}
.p-page-partnership--curriculumforkinder .p-section-class-list__item:not(:nth-of-type(3n)) {
  margin-right: 6.7%;
}
.p-page-partnership--curriculumforkinder .p-section-class-list__header {
  margin-bottom: 20px;
  font-weight: normal;
  color: #004273;
  line-height: 1;
}
.p-page-partnership--curriculumforkinder .p-section-class-list__header span {
  display: block;
}
.p-page-partnership--curriculumforkinder .p-section-class-list__header .catch {
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-page-partnership--curriculumforkinder .p-section-class-list__header .class {
  margin-bottom: 16px;
  font-family: "EB Garamond", sans-serif;
  font-size: 4.4rem;
}
.p-page-partnership--curriculumforkinder .p-section-class-list__header .age {
  font-size: 1.4rem;
}
.p-page-partnership--curriculumforkinder .p-section-class-list__item {
  flex-direction: column;
}
.p-page-partnership--curriculumforkinder .p-section-class-list__img {
  margin-bottom: 20px;
  border-radius: 4px;
}
.p-page-partnership--curriculumforkinder .p-section-class-list__checkList {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #004273;
}
@media screen and (min-width: 480px) {
  .p-page-partnership--curriculumforkinder .p-section-class-list__checkList {
    min-height: 108px;
  }
}
.p-page-partnership--curriculumforkinder .p-section-class-list__checkList > li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 37px;
}
.p-page-partnership--curriculumforkinder .p-section-class-list__checkList > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
  background: url(../img/efl/icon-point-check.svg) no-repeat center/cover;
}
.p-page-partnership--curriculumforkinder .p-section-class-list__summary {
  padding: 20px 0;
  border-top: 1px solid #E7E7E7;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 480px) {
  .p-page-partnership--curriculumforkinder .p-section-class-list__summary {
    min-height: 177px;
  }
}
.p-page-partnership--curriculumforkinder .p-section-class-list__curriculum {
  padding-top: 10px;
  border-top: 1px solid #E7E7E7;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-page-partnership--curriculumforkinder .p-section-class-list__curriculum .term {
  margin-bottom: 5px;
}
.p-page-partnership--curriculumforkinder .p-section-class-list__curriculum .des {
  color: #004273;
}
@media screen and (max-width: 480px) {
  .p-page-partnership--curriculumforkinder .p-section-class-lead {
    margin-bottom: 60px;
    width: 100%;
    font-size: 1.4rem;
  }
  .p-page-partnership--curriculumforkinder .p-section-class-list {
    flex-direction: column;
    gap: inherit;
  }
  .p-page-partnership--curriculumforkinder .p-section-class-list__item {
    width: 100%;
    margin-right: 0 !important;
  }
  .p-page-partnership--curriculumforkinder .p-section-class-list__item:not(:last-of-type) {
    margin-bottom: 70px;
  }
  .p-page-partnership--curriculumforkinder .p-section-class-list__header .catch {
    margin-bottom: 2px;
    font-size: 1.4rem;
  }
  .p-page-partnership--curriculumforkinder .p-section-class-list__header .class {
    margin-bottom: 12px;
    font-size: 3.5rem;
  }
  .p-page-partnership--curriculumforkinder .p-section-class-list__item {
    flex-direction: column;
  }
  .p-page-partnership--curriculumforkinder .p-section-class-list__img {
    margin-bottom: 12px;
  }
  .p-page-partnership--curriculumforkinder .p-section-class-list__checkList {
    margin-bottom: 0;
  }
  .p-page-partnership--curriculumforkinder .p-section-class-list__checkList > li {
    margin-bottom: 12px;
  }
  .p-page-partnership--curriculumforkinder .p-section-class-list__summary {
    padding: 12px 0;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .p-page-partnership--curriculumforkinder .p-section-class-list__curriculum {
    padding-top: 10px;
  }
}
.p-page-partnership--curriculumforkinder .p-section-schedule-info {
  margin-top: 80px;
}
.p-page-partnership--curriculumforkinder .p-section-schedule-info .p-info-box {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  border: 4px solid #BDAA48;
  border-radius: 12px;
}
.p-page-partnership--curriculumforkinder .p-section-schedule-info .p-info-box__ttl {
  padding: 48px 10px;
  font-size: 3rem;
  color: #FFFFFF;
  background: #BDAA48;
}
.p-page-partnership--curriculumforkinder .p-section-schedule-info .p-info-box__textWrap {
  padding: 40px 36px;
  font-size: 1.6rem;
}
.p-page-partnership--curriculumforkinder .p-section-schedule-info .p-info-box__text {
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-page-partnership--curriculumforkinder .p-section-schedule-info .p-info-box__table {
  margin-top: 20px;
}
.p-page-partnership--curriculumforkinder .p-section-schedule-info .p-info-box__table .attention {
  display: block;
  margin-top: 0.5em;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .p-page-partnership--curriculumforkinder .p-section-schedule-timeline .p-timeline-vertical-list__item:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .p-page-partnership--curriculumforkinder .p-section-schedule-timeline .p-timeline-vertical-list__item.item-mb-space {
    margin-bottom: 70px;
  }
  .p-page-partnership--curriculumforkinder .p-section-schedule-timeline .p-timeline-vertical-box__ttl {
    font-size: 2.4rem;
  }
  .p-page-partnership--curriculumforkinder .p-section-schedule-info {
    margin-top: 40px;
  }
  .p-page-partnership--curriculumforkinder .p-section-schedule-info .p-info-box {
    width: 100%;
    border: 2px solid #BDAA48;
    border-radius: 6px;
  }
  .p-page-partnership--curriculumforkinder .p-section-schedule-info .p-info-box__ttl {
    padding: 28px 10px;
    font-size: 1.8rem;
  }
  .p-page-partnership--curriculumforkinder .p-section-schedule-info .p-info-box__textWrap {
    padding: 14px 20px;
  }
  .p-page-partnership--curriculumforkinder .p-section-schedule-info .p-info-box__text {
    font-size: 1.4rem;
  }
  .p-page-partnership--curriculumforkinder .p-section-schedule-info .p-info-box__table td {
    display: table-cell;
    width: inherit;
    vertical-align: middle;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 12px 0 12px 13px !important;
  }
  .p-page-partnership--curriculumforkinder .p-section-schedule-info .p-info-box__table .term {
    width: 85px;
  }
  .p-page-partnership--curriculumforkinder .p-section-schedule-info .p-info-box__table .attention {
    margin-top: 0.5em;
    font-size: 1.2rem;
  }
}
.p-page-partnership--curriculumforkinder .p-section_faq {
  margin-bottom: 0;
}
.p-page-partnership--curriculumforkinder .p-commonSection-infomation {
  background-color: inherit;
}
.p-page-partnership--curriculumforkinder .p-commonSection-infomation-inner {
  justify-content: center;
}
.p-page-partnership--curriculumforkinder .p-commonSection-infomation .p-infomation-box {
  padding: 0;
}
.p-page-partnership--curriculumforkinder .p-commonSection-infomation .p-infomation-box__ttl {
  text-align: center !important;
}
@media screen and (max-width: 1024px) {
  .p-page-partnership--curriculumforkinder .p-commonSection-infomation {
    padding: 40px 0;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-classCommon-materials {
  padding: 120px 0;
}
.p-classCommon-materials .c-headline-underbar {
  margin-bottom: 95px;
}
.p-classCommon-materials__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-classCommon-materials__list li:not(:last-of-type) {
  margin-bottom: 60px;
}
.p-classCommon-materials__list li .img-box {
  width: 35%;
}
.p-classCommon-materials__list li .img-box img {
  border-radius: 4px;
  width: 100%;
}
.p-classCommon-materials__list li .txt-box {
  width: 61%;
}
.p-classCommon-materials__list li .txt-box h3 {
  font-size: 2rem;
  margin-bottom: 23px;
  color: #004273;
  font-weight: 500;
}
.p-classCommon-materials__list li .txt-box p {
  font-weight: 400;
  line-height: 1.7;
}
.p-classCommon-materials__list li a {
  text-decoration: underline;
}
.p-classCommon-materials__list li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .p-classCommon-materials__list li {
    display: block;
  }
  .p-classCommon-materials__list li:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .p-classCommon-materials__list li .img-box {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-weight: 500;
  }
  .p-classCommon-materials__list li .img-box picture {
    width: 50%;
    display: block;
  }
  .p-classCommon-materials__list li .img-box h3 {
    width: 50%;
    text-align: center;
    color: #004273;
    font-size: 2rem;
  }
  .p-classCommon-materials__list li .txt-box {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .p-classCommon-materials {
    padding: 60px 0;
  }
  .p-classCommon-materials .c-headline-underbar {
    margin-bottom: 60px;
  }
  .p-classCommon-materials__list li .img-box h3 {
    font-size: 1.6rem;
  }
  .p-classCommon-materials__list li .txt-box p {
    font-size: 1.4rem;
  }
}

.p-classCommon-voices {
  padding: 120px 0;
}
.p-classCommon-voices__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.p-classCommon-voices__contents .img-box {
  width: 180px;
  height: 180px;
  margin-right: 80px;
}
.p-classCommon-voices__contents .img-box img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-classCommon-voices__contents .txt-box {
  width: 640px;
  padding: 40px;
  padding-right: 32px;
  background-color: #fff;
  border-radius: 14px;
  position: relative;
}
.p-classCommon-voices__contents .txt-box::before {
  position: absolute;
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  top: 50%;
  left: -12px;
  background-color: #fff;
  transform: translateY(-50%) rotate(45deg);
}
.p-classCommon-voices__contents .txt-box h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.p-classCommon-voices__contents .txt-box p {
  line-height: 1.7;
  margin-bottom: 28px;
}
.p-classCommon-voices__contents .txt-box .note span {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .p-classCommon-voices__contents {
    display: block;
  }
  .p-classCommon-voices__contents .img-box {
    margin: 0 auto 35px;
  }
  .p-classCommon-voices__contents .txt-box {
    margin: 0 auto;
    width: 100%;
  }
  .p-classCommon-voices__contents .txt-box::before {
    top: -12px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 480px) {
  .p-classCommon-voices {
    padding: 60px 0;
  }
  .p-classCommon-voices .c-headline-underbar {
    margin-bottom: 60px;
  }
  .p-classCommon-voices__contents .img-box {
    width: 142px;
    height: 142px;
  }
  .p-classCommon-voices__contents .txt-box {
    padding: 20px;
  }
  .p-classCommon-voices__contents .txt-box h3 {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .p-classCommon-voices__contents .txt-box p {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
  .p-classCommon-voices__contents .txt-box .note span {
    display: block;
    font-size: 1.2rem;
  }
}

.p-classCommon-childcare {
  border: 4px solid #BDAA48;
  border-radius: 12px;
  margin-top: 120px;
}
.p-classCommon-childcare h2 {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  padding: 55px 0;
  background-color: #BDAA48;
  color: #fff;
}
.p-classCommon-childcare h2 span {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 16px;
  display: block;
}
.p-classCommon-childcare p {
  line-height: 1.7;
  font-weight: 400;
  padding: 20px 40px;
  background: #fff;
  border-radius: 12px;
}
.p-classCommon-childcare a {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .p-classCommon-childcare {
    margin: 40px auto 0;
    border-radius: 6px;
  }
  .p-classCommon-childcare h2 {
    padding: 24px 0;
    font-size: 2rem;
  }
  .p-classCommon-childcare h2 span {
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .p-classCommon-childcare p {
    font-size: 1.4rem;
    padding: 14px 20px;
    font-weight: 400;
    border-radius: 6px;
  }
}

.c-commonClass-cover {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 105px;
  min-height: 590px;
}
.c-commonClass-cover .l-inner {
  position: relative;
}
.c-commonClass-cover .p-cover_img-block {
  width: 57%;
  max-width: 1100px;
  height: 590px;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.c-commonClass-cover .p-cover_img-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 0 0 120px;
  overflow: hidden;
}
.c-commonClass-cover .p-cover_txt-block {
  width: 40%;
  max-width: 410px;
  padding-top: 105px;
}
.c-commonClass-cover .p-cover_txt-block h1 {
  width: calc(100% + 40px);
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 500;
  color: #004273;
  margin-bottom: 48px;
}
.c-commonClass-cover .p-cover_txt-block h1 > span {
  font-family: "EB Garamond", Noto Sans JP, ヒラギノ角ゴ　ProN, Hiragino Sans, sans-serif;
  font-size: 6.3rem;
  letter-spacing: 0;
  display: block;
  margin-top: 12px;
  font-weight: 400;
}
.c-commonClass-cover .p-cover_txt-block h1 .fromTo {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  transform: scale(0.7, 0.7);
  margin: 0 -0.2em;
}
.c-commonClass-cover .p-cover_txt-block p {
  line-height: 1.7;
  margin-bottom: 70px;
}
.c-commonClass-cover .p-cover_txt-block .p-info-block {
  font-size: 1.4rem;
  line-height: 1;
}
.c-commonClass-cover .p-cover_txt-block .p-info-block__centers {
  margin-bottom: 24px;
}
.c-commonClass-cover .p-cover_txt-block .p-info-block__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
}
.c-commonClass-cover .p-cover_txt-block .p-info-block__list li {
  color: #004273;
  margin-bottom: 5px;
  padding: 10px 10px;
  border: 1px solid #004273;
  border-radius: 100px;
}
@media screen and (max-width: 1024px) {
  .c-commonClass-cover {
    margin-top: 30px;
  }
  .c-commonClass-cover .l-inner {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
  .c-commonClass-cover .p-cover_txt-block {
    width: 100%;
    max-width: 100%;
    padding: 0 8%;
    margin: 5% 0 0 0;
  }
  .c-commonClass-cover .p-cover_img-block {
    position: inherit;
    width: 100%;
    height: 50vw;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .c-commonClass-cover {
    margin-bottom: 60px;
  }
  .c-commonClass-cover .p-cover_img-block {
    position: inherit;
    height: 100vw;
  }
  .c-commonClass-cover .p-cover_img-block img {
    border-radius: 0 0 0 80px;
  }
  .c-commonClass-cover .l-inner {
    margin-bottom: 60px;
  }
  .c-commonClass-cover .p-cover_txt-block {
    padding: 0 20px;
    margin: 30px 0 0;
  }
  .c-commonClass-cover .p-cover_txt-block h1 {
    width: auto;
    font-size: 1.5rem;
    letter-spacing: 1.5px;
    margin-bottom: 27px;
  }
  .c-commonClass-cover .p-cover_txt-block h1 > span {
    margin-top: 11px;
    font-size: 4.8rem;
  }
  .c-commonClass-cover .p-cover_txt-block h1 .fromTo {
    font-size: 3rem;
    transform: scale(0.7, 0.9);
    margin: 0 -0.1em;
  }
  .c-commonClass-cover .p-cover_txt-block p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .c-commonClass-cover .p-cover_txt-block .p-info-block {
    font-size: 1.2rem;
  }
  .c-commonClass-cover .p-cover_txt-block .p-info-block__centers {
    margin-bottom: 15px;
  }
  .c-commonClass-cover .p-cover_txt-block .p-info-block__list {
    gap: 10px;
  }
  .c-commonClass-cover .p-cover_txt-block .p-info-block__list li {
    padding: 8px 10px;
  }
}

.en .c-commonClass-cover .p-cover_txt-block .p-info-block__list {
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .en.page-eiken .p-section-ourdata h2 {
    line-height: 1.2;
    padding: 10px 0;
  }
}
.en.page-eiken .p-section-ourdata__table {
  padding: 50px 120px 60px 80px;
}
.en.page-eiken .p-section-ourdata__table thead th {
  letter-spacing: 0;
}
.en.page-eiken .p-section-ourdata__table thead th:first-of-type {
  width: 200px !important;
  margin-right: 25px !important;
}
.en.page-eiken .p-section-ourdata__table thead th:nth-of-type(n + 2) {
  width: 160px;
}
.en.page-eiken .p-section-ourdata__table thead th:last-of-type {
  margin-left: 40px !important;
}
.en.page-eiken .p-section-ourdata__table td:first-of-type.grade {
  width: 200px;
  margin-right: 25px;
  padding: 0 10px;
  height: 106px;
}
.en.page-eiken .p-section-ourdata__table td:first-of-type.grade div:first-of-type {
  padding-bottom: 8px;
}
.en.page-eiken .p-section-ourdata__table td:first-of-type.grade div:last-of-type {
  padding-top: 8px;
  font-size: 1.5rem;
  line-height: 1.1;
}
.en.page-eiken .p-section-ourdata__table td:nth-of-type(n + 2) {
  width: 160px;
}
.en.page-eiken .p-section-ourdata__table td:last-of-type {
  margin-left: 40px !important;
}
@media screen and (max-width: 1024px) {
  .en.page-eiken .p-section-ourdata__table {
    padding: 36px 20px 50px 28px;
  }
}
@media screen and (max-width: 480px) {
  .en.page-eiken .p-section-ourdata__table {
    padding: 20px 15px 40px;
  }
  .en.page-eiken .p-section-ourdata__table thead th:first-of-type {
    width: 110px !important;
    margin-right: 10px !important;
  }
  .en.page-eiken .p-section-ourdata__table thead th:nth-of-type(n + 2) {
    width: 75px;
  }
  .en.page-eiken .p-section-ourdata__table thead th:last-of-type {
    margin-left: 15px !important;
  }
  .en.page-eiken .p-section-ourdata__table td:first-of-type.grade {
    width: 110px;
    margin-right: 10px;
    padding: 0 6px;
    height: 65px;
  }
  .en.page-eiken .p-section-ourdata__table td:first-of-type.grade .num {
    font-size: 2.6rem;
  }
  .en.page-eiken .p-section-ourdata__table td:first-of-type.grade div:first-of-type {
    padding-bottom: 5px;
    font-size: 1.2rem;
  }
  .en.page-eiken .p-section-ourdata__table td:first-of-type.grade div:last-of-type {
    padding-top: 5px;
    font-size: 1rem;
    line-height: 1.1;
  }
  .en.page-eiken .p-section-ourdata__table td:nth-of-type(n + 2) {
    width: 75px;
  }
  .en.page-eiken .p-section-ourdata__table td:last-of-type {
    margin-left: 15px !important;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-eiken .c-breadcrumb {
  z-index: 10;
}
.p-page-eiken .p-button-wrap {
  text-align: center;
}
.p-page-eiken .p-section-ttl {
  font-size: 3.3rem;
  text-align: center;
  color: #004273;
  font-weight: 500;
  letter-spacing: 4.62px;
  font-family: "EB Garamond", sans-serif;
  line-height: 1;
  margin-bottom: 52px;
}
@media screen and (max-width: 480px) {
  .p-page-eiken .p-section-ttl {
    font-size: 2.2rem;
    letter-spacing: 3.08px;
    margin-bottom: 30px;
  }
}
.p-page-eiken .p-section-point {
  margin-bottom: 100px;
}
.p-page-eiken .p-section-point__list {
  display: flex;
  justify-content: center;
  margin: 0 auto 72px;
}
.p-page-eiken .p-section-point__list.col3 li {
  width: 33.3333333333%;
}
.p-page-eiken .p-section-point__list li {
  box-sizing: content-box;
  width: 33.3333333333%;
  text-align: center;
  padding: 0 54px 24px;
}
.p-page-eiken .p-section-point__list li:not(:last-of-type) {
  border-right: 2px solid #DBE0E0;
}
.p-page-eiken .p-section-point__list li:last-of-type {
  padding-right: 0;
}
.p-page-eiken .p-section-point__list li:first-of-type {
  padding-left: 0;
}
.p-page-eiken .p-section-point__list li .check-icon {
  width: 53px;
  height: 53px;
  margin: 0 auto 24px;
}
.p-page-eiken .p-section-point__list li .txt {
  color: #004273;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
.p-page-eiken .p-section-point__list li .txt span {
  font-size: 1.4rem;
  color: #22282D;
  font-weight: 400;
  text-align: left;
  display: block;
  margin-top: 26px;
}
.p-page-eiken .p-section-point .p-button-wrap .c-button {
  width: 288px;
  border-radius: 27.5px;
}
@media screen and (max-width: 1024px) {
  .p-page-eiken .p-section-point__list {
    display: block;
  }
  .p-page-eiken .p-section-point__list.col3 li {
    width: 100% !important;
  }
  .p-page-eiken .p-section-point__list li {
    width: 100%;
    padding: 0 22px 30px !important;
    box-sizing: border-box !important;
  }
  .p-page-eiken .p-section-point__list li:not(:last-of-type) {
    border-right: none;
    border-bottom: 2px solid #DBE0E0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .p-page-eiken .p-section-point {
    margin-bottom: 60px;
  }
  .p-page-eiken .p-section-point__list {
    margin: 0 auto 30px;
  }
  .p-page-eiken .p-section-point__list li:not(:last-of-type) {
    border-width: 1px;
  }
  .p-page-eiken .p-section-point__list li .check-icon {
    width: 41px;
    height: 41px;
    margin: 0 auto 19px;
  }
  .p-page-eiken .p-section-point__list li .txt {
    font-size: 1.8rem;
  }
  .p-page-eiken .p-section-point__list li .txt span {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 19px;
  }
}
.p-page-eiken .p-section-ourdata {
  background-color: #F2EFE7;
  padding: 100px 0;
}
.p-page-eiken .p-section-ourdata h2 {
  padding: 20px 0;
  font-size: 2.8rem;
  color: #fff;
  background-color: #BDAA48;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-weight: 500;
  line-height: 1;
}
.p-page-eiken .p-section-ourdata__table {
  display: block;
  background-color: #fff;
  padding: 55px 160px 60px 130px;
  color: #004273;
  border-radius: 0 0 10px 10px;
}
.p-page-eiken .p-section-ourdata__table.eiken thead th:last-of-type {
  margin-left: 66px;
}
.p-page-eiken .p-section-ourdata__table.eiken thead th:first-of-type {
  width: 157px;
  margin-right: 43px;
}
.p-page-eiken .p-section-ourdata__table.eiken td:last-of-type {
  margin-left: 66px;
}
@media screen and (max-width: 768px) {
  .p-page-eiken .p-section-ourdata__table.eiken thead th:first-of-type {
    width: 100px;
    margin-right: 23px;
  }
  .p-page-eiken .p-section-ourdata__table.eiken thead th:last-of-type {
    margin-left: 20px;
  }
  .p-page-eiken .p-section-ourdata__table.eiken thead th:nth-of-type(n + 2) {
    width: 27%;
  }
  .p-page-eiken .p-section-ourdata__table.eiken td:last-of-type {
    margin-left: 20px;
  }
  .p-page-eiken .p-section-ourdata__table.eiken td:nth-of-type(n + 2) {
    width: 27%;
  }
}
.p-page-eiken .p-section-ourdata__table thead {
  display: block;
  width: 100%;
}
.p-page-eiken .p-section-ourdata__table thead tr {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.p-page-eiken .p-section-ourdata__table thead th {
  display: block;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8px;
  padding-bottom: 12px;
}
.p-page-eiken .p-section-ourdata__table thead th:first-of-type {
  width: 110px;
  margin-right: 50px;
}
.p-page-eiken .p-section-ourdata__table thead th:nth-of-type(n + 2) {
  width: 130px;
  border-bottom: 1px solid #004273;
}
.p-page-eiken .p-section-ourdata__table thead th:last-of-type {
  margin-left: 80px;
}
.p-page-eiken .p-section-ourdata__table tbody {
  display: block;
  width: 100%;
}
.p-page-eiken .p-section-ourdata__table tbody tr {
  display: flex;
  align-items: center;
}
.p-page-eiken .p-section-ourdata__table tbody tr:not(:last-of-type) {
  margin-bottom: 33px;
}
.p-page-eiken .p-section-ourdata__table td {
  font-weight: 500;
}
.p-page-eiken .p-section-ourdata__table td:first-of-type {
  color: #fff;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  text-align: center;
  margin-right: 50px;
  font-weight: 700;
}
.p-page-eiken .p-section-ourdata__table td:first-of-type.bg-gold {
  background-color: #E1BF0B;
}
.p-page-eiken .p-section-ourdata__table td:first-of-type.bg-silver {
  background-color: #B6C6D1;
}
.p-page-eiken .p-section-ourdata__table td:first-of-type.bg-bronze {
  background-color: #A77A38;
}
.p-page-eiken .p-section-ourdata__table td:first-of-type.grade {
  background-color: #BDAA48;
  width: 157px;
  height: 98px;
  border-radius: 6.5px;
  margin-right: 43px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
.p-page-eiken .p-section-ourdata__table td:first-of-type.grade div:first-of-type {
  font-size: 2.3rem;
  line-height: 0.8;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.p-page-eiken .p-section-ourdata__table td:first-of-type.grade div:last-of-type {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
  padding-top: 8px;
}
.p-page-eiken .p-section-ourdata__table td:first-of-type.grade .num {
  font-size: 5rem;
  line-height: 0.7;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .p-page-eiken .p-section-ourdata__table td:first-of-type.grade {
    width: 100px;
    margin-right: 23px;
    padding: 0 10px;
    height: 60px;
    border-radius: 4px;
  }
  .p-page-eiken .p-section-ourdata__table td:first-of-type.grade div:first-of-type {
    font-size: 1.5rem;
    padding-bottom: 7px;
  }
  .p-page-eiken .p-section-ourdata__table td:first-of-type.grade div:last-of-type {
    font-size: 1.2rem;
    font-weight: 700;
    padding-top: 5px;
  }
  .p-page-eiken .p-section-ourdata__table td:first-of-type.grade .num {
    font-size: 3.2rem;
    margin: 0 3px;
  }
}
.p-page-eiken .p-section-ourdata__table td:nth-of-type(n + 2) {
  width: 130px;
  text-align: center;
}
.p-page-eiken .p-section-ourdata__table td:last-of-type {
  margin-left: 80px;
}
.p-page-eiken .p-section-ourdata__table td .big {
  font-size: 8rem;
  line-height: 0.7;
  font-family: "Roboto", sans-serif;
}
.p-page-eiken .p-section-ourdata__table td .percent {
  font-size: 3.2rem;
  line-height: 1;
  margin-left: 9px;
}
.p-page-eiken .p-section-ourdata__table td .age, .p-page-eiken .p-section-ourdata__table td .people {
  font-size: 2.4rem;
  line-height: 1;
  margin-left: 9px;
}
.p-page-eiken .p-section-ourdata__table td .middle {
  font-size: 5rem;
  font-weight: 600;
  line-height: 0.7;
  font-family: "Roboto", sans-serif;
}
.p-page-eiken .p-section-ourdata__table td .average {
  font-weight: 400;
  font-size: 1.4rem;
  display: block;
  margin-top: 15px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-page-eiken .p-section-ourdata__table {
    padding: 36px 20px 50px 28px;
  }
  .p-page-eiken .p-section-ourdata__table thead tr {
    justify-content: center;
  }
  .p-page-eiken .p-section-ourdata__table tbody tr {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-page-eiken .p-section-ourdata {
    padding: 40px 0;
  }
  .p-page-eiken .p-section-ourdata h2 {
    border-radius: 10px 10px 0 0;
    font-size: 1.8rem;
  }
  .p-page-eiken .p-section-ourdata__table thead tr {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-page-eiken .p-section-ourdata__table thead tr {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-page-eiken .p-section-ourdata__table thead th {
    letter-spacing: 0.6px;
    padding-bottom: 8px;
    font-size: 1.2rem;
  }
  .p-page-eiken .p-section-ourdata__table thead th:first-of-type {
    width: 70px;
    margin-right: 30px;
  }
  .p-page-eiken .p-section-ourdata__table thead th:nth-of-type(n + 2) {
    width: 22%;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-page-eiken .p-section-ourdata__table thead th:nth-of-type(n + 2) {
    width: 26%;
  }
}
@media screen and (max-width: 768px) {
  .p-page-eiken .p-section-ourdata__table thead th:last-of-type {
    margin-left: 10%;
  }
  .p-page-eiken .p-section-ourdata__table tbody tr:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .p-page-eiken .p-section-ourdata__table tbody tr td:nth-of-type(n+2) {
    margin-top: 5px;
  }
  .p-page-eiken .p-section-ourdata__table td:first-of-type {
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin-right: 30px;
    font-size: 1.2rem;
  }
  .p-page-eiken .p-section-ourdata__table td:nth-of-type(n + 2) {
    width: 22%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-page-eiken .p-section-ourdata__table td:nth-of-type(n + 2) {
    width: 26%;
  }
}
@media screen and (max-width: 768px) {
  .p-page-eiken .p-section-ourdata__table td:last-of-type {
    margin-left: 10%;
  }
  .p-page-eiken .p-section-ourdata__table td .big {
    font-size: 4.8rem;
  }
  .p-page-eiken .p-section-ourdata__table td .percent {
    font-size: 1.9rem;
    margin-left: 5px;
  }
  .p-page-eiken .p-section-ourdata__table td .age, .p-page-eiken .p-section-ourdata__table td .people {
    font-size: 1.4rem;
    margin-left: 5px;
  }
  .p-page-eiken .p-section-ourdata__table td .middle {
    font-size: 3rem;
  }
  .p-page-eiken .p-section-ourdata__table td .average {
    font-size: 1.1rem;
    margin-top: 8px;
  }
}
.p-page-eiken .p-section-testInfo {
  padding: 80px 0;
}
.p-page-eiken .p-section-testInfo__contents {
  background-color: #EDF3F6;
  border-radius: 16px;
  text-align: center;
  padding-top: 48px;
  margin-bottom: 80px;
}
.p-page-eiken .p-section-testInfo__contents .inner {
  width: 340px;
  margin: 0 auto;
}
.p-page-eiken .p-section-testInfo__contents h2 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.p-page-eiken .p-section-testInfo__contents .p-lead-txt {
  line-height: 1.7;
  margin-bottom: 16px;
}
.p-page-eiken .p-section-testInfo__contents .note {
  font-size: 1.2rem;
  margin-bottom: 24px;
}
.p-page-eiken .p-section-testInfo__schedule {
  background-color: #fff;
  padding: 22px 0;
  margin-bottom: 14px;
  border-radius: 8px;
}
.p-page-eiken .p-section-testInfo__schedule dl {
  display: flex;
  justify-content: center;
  line-height: 1.7;
  font-weight: 500;
}
.p-page-eiken .p-section-testInfo__schedule dl dt {
  margin-right: 10px;
}
.p-page-eiken .p-section-testInfo__bgBlue {
  background-color: #004273;
  color: #fff;
  border-radius: 0 0 16px 16px;
  line-height: 1.7;
  padding: 30px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .p-page-eiken .p-section-testInfo {
    padding: 60px 0;
  }
  .p-page-eiken .p-section-testInfo__contents {
    border-radius: 8px;
    padding-top: 32px;
    margin-bottom: 60px;
  }
  .p-page-eiken .p-section-testInfo__contents .inner {
    width: 100%;
    padding: 0 32px;
  }
  .p-page-eiken .p-section-testInfo__contents h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .p-page-eiken .p-section-testInfo__contents .p-lead-txt {
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-page-eiken .p-section-testInfo__contents .note {
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .p-page-eiken .p-section-testInfo__schedule {
    padding: 22px 0;
    margin-bottom: 9px;
    border-radius: 4px;
  }
  .p-page-eiken .p-section-testInfo__bgBlue {
    padding: 20px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.en.page-eiken .p-section-point__list li {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .en.page-eiken .p-section-point__list li {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .en.page-eikenjr .p-section-ourdata__table {
    padding: 36px 10px 50px 10px;
  }
  .en.page-eikenjr .p-section-ourdata__table td:first-of-type {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .en.page-eikenjr .p-section-ourdata__table td:nth-of-type(n + 2) {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .en.page-eikenjr .p-section-ourdata__table thead th:first-of-type {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .en.page-eikenjr .p-section-ourdata__table thead th:nth-of-type(n + 2) {
    width: 30%;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-babysteps .c-breadcrumb {
  z-index: 10;
}
.p-page-babysteps .p-button-wrap {
  text-align: center;
}
.p-page-babysteps .p-section-ttl {
  font-size: 3.3rem;
  text-align: center;
  color: #004273;
  font-weight: 500;
  letter-spacing: 4.62px;
  font-family: "EB Garamond", sans-serif;
  line-height: 1;
  margin-bottom: 52px;
}
@media screen and (max-width: 480px) {
  .p-page-babysteps .p-section-ttl {
    font-size: 2.2rem;
    letter-spacing: 3.08px;
    margin-bottom: 30px;
  }
}
.p-page-babysteps .p-section-point {
  margin-bottom: 130px;
}
.p-page-babysteps .p-section-point__list {
  display: flex;
  justify-content: center;
  margin: 0 auto 72px;
  max-width: 946px;
}
.p-page-babysteps .p-section-point__list li {
  box-sizing: content-box;
  width: 33.3333333333%;
  text-align: center;
  padding: 0 54px 24px;
}
.p-page-babysteps .p-section-point__list li:not(:last-of-type) {
  border-right: 2px solid #DBE0E0;
}
.p-page-babysteps .p-section-point__list li:last-of-type {
  padding-right: 0;
}
.p-page-babysteps .p-section-point__list li:first-of-type {
  padding-left: 0;
}
.p-page-babysteps .p-section-point__list li .check-icon {
  width: 53px;
  height: 53px;
  margin: 0 auto 24px;
}
.p-page-babysteps .p-section-point__list li .txt {
  color: #004273;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.p-page-babysteps .p-section-point__list li .txt span {
  font-size: 1.4rem;
  color: #22282D;
  font-weight: 400;
  text-align: left;
  display: block;
  margin-top: 26px;
}
.p-page-babysteps .p-section-point__list li .txt span.big {
  color: #004273;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  margin-right: 6px;
  margin-top: 0;
}
.p-page-babysteps .p-section-point .p-button-wrap .c-button {
  width: 288px;
  border-radius: 27.5px;
}
@media screen and (max-width: 1024px) {
  .p-page-babysteps .p-section-point__list {
    display: block;
  }
  .p-page-babysteps .p-section-point__list.col3 li {
    width: 100% !important;
  }
  .p-page-babysteps .p-section-point__list li {
    width: 100%;
    padding: 0 22px 30px !important;
    box-sizing: border-box !important;
  }
  .p-page-babysteps .p-section-point__list li:not(:last-of-type) {
    border-right: none;
    border-bottom: 2px solid #DBE0E0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .p-page-babysteps .p-section-point {
    margin-bottom: 60px;
  }
  .p-page-babysteps .p-section-point__list {
    margin: 0 auto 30px;
  }
  .p-page-babysteps .p-section-point__list li:not(:last-of-type) {
    border-width: 1px;
  }
  .p-page-babysteps .p-section-point__list li .check-icon {
    width: 41px;
    height: 41px;
    margin: 0 auto 19px;
  }
  .p-page-babysteps .p-section-point__list li .txt {
    font-size: 1.6rem;
  }
  .p-page-babysteps .p-section-point__list li .txt span {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 19px;
  }
  .p-page-babysteps .p-section-point__list li .txt span.big {
    font-size: 2.4rem;
    margin-top: 0;
  }
  .p-page-babysteps .p-section-point__list li .title1line {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
.p-page-babysteps .p-section-classflow {
  background-color: #F2EFE7;
  padding: 120px 0;
}
.p-page-babysteps .p-section-classflow .c-headline-underbar {
  margin-bottom: 55px;
}
.p-page-babysteps .p-section-classflow__lead {
  font-size: 1.2rem;
  color: #22282D;
  margin-bottom: 80px;
  text-align: center;
}
.p-page-babysteps .p-section-classflow .p-timeline-vertical-list__item:last-of-type:after {
  background: #F2EFE7;
}
@media screen and (max-width: 480px) {
  .p-page-babysteps .p-section-classflow {
    padding: 60px 0;
  }
  .p-page-babysteps .p-section-classflow .c-headline-underbar {
    margin-bottom: 50px;
  }
  .p-page-babysteps .p-section-classflow__lead {
    text-align: left;
    margin-bottom: 17px;
  }
}
.p-page-babysteps .p-section-voices .p-button-wrap {
  margin: 60px 0 0;
}
@media screen and (max-width: 480px) {
  .p-page-babysteps .p-section-voices .p-button-wrap {
    margin: 40px 0 0;
  }
}
.p-page-babysteps .p-button-wrap {
  margin: 80px 0;
}
@media screen and (max-width: 480px) {
  .p-page-babysteps .p-button-wrap {
    margin: 60px 0;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-sitemap .l-content {
  padding: 0;
  padding-bottom: 108px;
}
@media screen and (max-width: 480px) {
  .p-page-sitemap .l-content {
    padding-bottom: 52px;
  }
}
.p-page-sitemap .p-page-sitemap_grid-container {
  position: relative;
  display: grid;
  gap: 0;
  grid-template-columns: 34% 30% 23%;
  left: 8%;
}
@media screen and (max-width: 1024px) {
  .p-page-sitemap .p-page-sitemap_grid-container {
    gap: 0 15px;
  }
}
.p-page-sitemap .p-page-sitemap_item a {
  display: block;
}
.p-page-sitemap .p-page-sitemap_item a .c-icon-than-circle {
  position: relative;
  top: 3.1px;
  width: 18.5px;
  height: 18.5px;
  background-size: 9px 9px;
  background-position-y: 50%;
  margin-right: 8px;
}
.p-page-sitemap .p-page-sitemap_item a:hover {
  color: #4EA3D4;
}
.p-page-sitemap .p-page-sitemap_item a:hover .c-icon-than-circle {
  background-color: #4EA3D4;
}
.p-page-sitemap .p-page-sitemap_item .p-page-sitemap_link-main {
  color: #004273;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 18px;
  width: fit-content;
  line-height: 1;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.p-page-sitemap .p-page-sitemap_item .p-page-sitemap_groupHeadline {
  position: relative;
  margin-left: 28px;
  margin-bottom: 11px;
  width: fit-content;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 0.5px;
  line-height: 1.2;
  color: #5d5d5d;
  font-size: 14px;
}
.p-page-sitemap .p-page-sitemap_item .p-page-sitemap_link-sub {
  position: relative;
  margin-left: 28px;
  margin-bottom: 20px;
  width: fit-content;
  color: #22282D;
  text-decoration: none;
  border-bottom: 1px solid #22282D;
  padding-bottom: 0.5px;
  line-height: 1.01;
}
.p-page-sitemap .p-page-sitemap_item .p-page-sitemap_link-sub:hover {
  border-bottom: 1px solid #4EA3D4;
}
.p-page-sitemap .p-page-sitemap_mb-adjust {
  margin-bottom: 56px !important;
}
@media screen and (max-width: 480px) {
  .p-page-sitemap .p-page-sitemap_mb-adjust {
    margin-bottom: 58px !important;
  }
}
@media screen and (max-width: 480px) {
  .p-page-sitemap .p-page-sitemap_grid-container {
    display: flex;
    flex-direction: column;
    left: 0;
    gap: 0;
  }
  .p-page-sitemap .p-page-sitemap_grid-container .p-page-sitemap_link-main {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .p-page-sitemap .p-page-sitemap_grid-container .p-page-sitemap_groupHeadline {
    margin-bottom: 18.75px;
  }
  .p-page-sitemap .p-page-sitemap_grid-container .p-page-sitemap_link-sub {
    margin-bottom: 18.75px;
  }
  .p-page-sitemap .p-page-sitemap_grid-container .p-page-sitemap_item_sp-right-part .p-page-sitemap_link-sub {
    margin-left: 16px;
  }
  .p-page-sitemap .p-page-sitemap_grid-container .p-page-sitemap_item_sp-right-part .p-page-sitemap_groupHeadline {
    margin-left: 16px;
  }
  .p-page-sitemap .p-page-sitemap_item_sp-flex-container {
    display: flex;
    flex-direction: row;
  }
}
.p-page-sitemap .p-page-sitemap_grid-item-upper {
  margin-bottom: 62px;
}
@media screen and (max-width: 480px) {
  .p-page-sitemap .p-page-sitemap_grid-item-upper {
    margin-bottom: 36px;
  }
}
.p-page-sitemap .p-page-sitemap_grid-item-lower .p-page-sitemap_link-main {
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .p-page-sitemap .p-page-sitemap_grid-item-lower .p-page-sitemap_link-main {
    margin-bottom: 20px;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-sctn .l-content {
  padding: 0;
  padding-bottom: 140px;
}
@media screen and (max-width: 480px) {
  .p-page-sctn .l-content {
    padding-bottom: 60px;
  }
}
.p-page-sctn_content-text__nyukai, .p-page-sctn_content-text__gessha {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .p-page-sctn_content-text__nyukai, .p-page-sctn_content-text__gessha {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 480px) {
  .p-page-sctn_content-text__nyukai {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .p-page-sctn_content-text__gessha {
    margin-bottom: 32px;
  }
}
.p-page-sctn .p-inner--u_mb {
  margin-bottom: 120px;
}
@media screen and (max-width: 480px) {
  .p-page-sctn .p-inner--u_mb {
    margin-bottom: 80px;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-privacy {
  line-height: 1.7;
}
.p-page-privacy .l-content {
  padding: 0;
  padding-bottom: 140px;
}
@media screen and (max-width: 480px) {
  .p-page-privacy .l-content {
    padding-bottom: 60px;
  }
}
.p-page-privacy_content-text__about, .p-page-privacy_content-text__copyright {
  margin-bottom: 40px;
  text-align: left;
  line-height: 1.71;
}
@media screen and (max-width: 480px) {
  .p-page-privacy_content-text__about, .p-page-privacy_content-text__copyright {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}
.p-page-privacy .p-inner--u_mb {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .p-page-privacy .p-inner--u_mb {
    margin-bottom: 60px;
  }
}
.p-page-privacy h2 {
  font-size: 2.2rem;
  color: #004273;
  margin-top: 50px;
  margin-bottom: 20px;
}
.p-page-privacy p {
  line-height: 1.7;
}
.p-page-privacy .p-table-wrap {
  overflow: auto;
}
.p-page-privacy .c-table {
  margin: 20px 0;
  text-align: left;
  font-size: 1.4rem;
}
.p-page-privacy .c-table th {
  min-width: 210px;
}
.p-page-privacy .c-list-num-circle {
  counter-reset: number-circle;
  padding-left: 1em;
}
.p-page-privacy .c-list-num-circle > li {
  position: relative;
  padding-left: 25px;
}
.p-page-privacy .c-list-num-circle > li::before {
  position: absolute;
  content: counter(number-circle);
  counter-increment: number-circle;
  left: 0;
  top: 5px;
  border: 1px solid #22282D;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  font-size: 1.3rem;
}
.p-page-privacy .c-list-num-circle > li:nth-child(n+10)::before {
  font-size: 1.1rem;
}
.p-page-privacy .c-list-num {
  counter-reset: number;
  padding-left: 1em;
}
.p-page-privacy .c-list-num > li {
  position: relative;
  padding-left: 25px;
}
.p-page-privacy .c-list-num > li::before {
  position: absolute;
  content: counter(number);
  counter-increment: number;
  left: 0;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  font-size: 1.6rem;
}
.p-page-privacy .c-list-num-kakko {
  counter-reset: number-kakko;
  padding-left: 1em;
}
.p-page-privacy .c-list-num-kakko > li {
  position: relative;
  padding-left: 30px;
}
.p-page-privacy .c-list-num-kakko > li::before {
  position: absolute;
  left: 0;
  letter-spacing: 0.05em;
  content: "(" counter(number-kakko) ") ";
  counter-increment: number-kakko;
}
.p-page-privacy .c-list-num-kakko > li:nth-child(n+10)::before {
  font-size: 1.3rem;
}
@media screen and (max-width: 480px) {
  .p-page-privacy h2 {
    font-size: 1.6rem;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .p-page-privacy p {
    font-size: 1.3rem;
  }
  .p-page-privacy .c-list-num-circle {
    padding-left: 0.5em;
    font-size: 1.3rem;
  }
  .p-page-privacy .c-list-num-circle > li {
    padding-left: 25px;
  }
  .p-page-privacy .c-list-num-circle > li::before {
    top: 4px;
    height: 16px;
    width: 16px;
    font-size: 1.1rem;
  }
  .p-page-privacy .c-list-num-circle > li:nth-child(n+10)::before {
    font-size: 1rem;
  }
  .p-page-privacy .c-list-num {
    padding-left: 0.5em;
    font-size: 1.3rem;
  }
  .p-page-privacy .c-list-num > li {
    padding-left: 25px;
  }
  .p-page-privacy .c-list-num > li::before {
    top: 3px;
    height: 18px;
    width: 18px;
    font-size: 1.3rem;
  }
  .p-page-privacy .c-list-num > li:nth-child(n+10)::before {
    font-size: 1.1rem;
  }
  .p-page-privacy .c-list-num-kakko {
    padding-left: 0.5em;
    font-size: 1.3rem;
  }
  .p-page-privacy .c-list-num-kakko > li {
    padding-left: 25px;
  }
  .p-page-privacy .c-list-num-kakko > li:nth-child(n+10)::before {
    font-size: 1.3rem;
  }
  .p-page-privacy .c-table {
    margin: 15px 0;
    font-size: 1.3rem;
  }
  .p-page-privacy .c-table th {
    min-width: 150px;
  }
  .p-page-privacy .c-table th:nth-of-type(3) {
    min-width: 400px;
  }
}

.en .p-page-privacy .c-list-num-circle {
  counter-reset: lower-alpha;
  padding-left: 1em;
}
.en .p-page-privacy .c-list-num-circle > li {
  position: relative;
  padding-left: 20px;
}
.en .p-page-privacy .c-list-num-circle > li::before {
  position: absolute;
  content: counter(lower-alpha, lower-alpha) ". ";
  counter-increment: lower-alpha;
  left: 0;
  top: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .en .p-page-privacy .c-list-num-circle > li::before {
    font-size: 1.3rem;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-recruit {
  font-family: "Roboto", sans-serif;
}
.p-page-recruit .l-content {
  padding: 0;
  padding-bottom: 140px;
}
@media screen and (max-width: 480px) {
  .p-page-recruit .l-content {
    padding-bottom: 72px;
  }
}
.p-page-recruit .c-headline-underbar {
  font-family: "Roboto", sans-serif;
}
.p-page-recruit .p-inner--u_mb {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .p-page-recruit .p-inner--u_mb {
    margin-bottom: 72px;
  }
}
.p-page-recruit .p-page-recruit_content-text {
  line-height: 1.7;
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-page-error404 .l-content {
  background: #f7f7f7;
}
.p-page-error404 .p-content-inner {
  padding: 170px 0 220px;
  text-align: center;
}
.p-page-error404 .p-content-inner .text-1 {
  margin-bottom: 16px;
  font-family: "EB Garamond", sans-serif;
  font-size: 7.6054rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #004273;
}
.p-page-error404 .p-content-inner .text-2 {
  margin-bottom: 40px;
  font-family: "EB Garamond", sans-serif;
  font-size: 3.6rem;
  line-height: 1;
  color: #004273;
}
.p-page-error404 .p-content-inner .text-3 {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: normal;
}
.p-page-error404 .p-content-inner .c-button {
  width: 220px;
}
@media screen and (max-width: 1024px) {
  .p-page-error404 .p-content-inner {
    padding: 100px 0 120px;
  }
  .p-page-error404 .p-content-inner .text-1 {
    margin-bottom: 12px;
    font-size: 5.8rem;
  }
  .p-page-error404 .p-content-inner .text-2 {
    font-size: 3rem;
  }
  .p-page-error404 .p-content-inner .text-3 {
    font-size: 1.4rem;
  }
  .p-page-error404 .p-content-inner .c-button {
    width: 220px;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-commonSection-infomation {
  padding: 60px 0;
  background: #f7f7f7;
}
.p-commonSection-infomation-inner {
  justify-content: space-between;
}
.p-commonSection-infomation .p-infomation-box {
  padding: 30px 40px 25px;
  width: calc((100% - 40px) / 2);
  font-size: 1.6rem;
  background: #FFFFFF;
  border-radius: 12px;
}
.p-commonSection-infomation .p-infomation-box__ttl {
  padding-bottom: 15px;
  margin-bottom: 30px;
  color: #004273;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #004273;
}
.p-commonSection-infomation .p-infomation-box__text {
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-commonSection-infomation .p-infomation-box__btnBox {
  margin-top: 20px;
  text-align: center;
}
.p-commonSection-infomation .p-infomation-box__centerList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 5%;
}
.p-commonSection-infomation .p-infomation-box__centerList__item {
  width: calc((100% - 30px) / 2);
  margin-bottom: 14px;
}
@media screen and (max-width: 480px) {
  .p-commonSection-infomation .p-infomation-box__centerList__item {
    width: calc((100% - 10px) / 2);
  }
}
.p-commonSection-infomation .p-infomation-box__centerList__link {
  display: block;
  padding: 10px 0;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  border-bottom: 1px solid #E2ECF2;
}
.p-commonSection-infomation .p-infomation-box__centerList__link::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #004273 url(../img/common/icon-than-white.svg) no-repeat center center/5px auto;
  transform: translateY(-50%);
}
.p-commonSection-infomation .p-infomation-box__centerList__link:hover {
  color: #4EA3D4;
  border-color: #4EA3D4;
}
.p-commonSection-infomation .p-infomation-box__centerList__link:hover::after {
  background-color: #4EA3D4;
}
.p-commonSection-infomation .p-infomation-box .c-button {
  padding: 20px 25px 20px 0;
  width: 220px;
  font-size: 1.6rem;
}
.p-commonSection-infomation .p-infomation-box .c-button .c-icon-right {
  right: 30px;
}
@media screen and (max-width: 1024px) {
  .p-commonSection-infomation {
    padding: 30px 0;
    background: #f7f7f7;
  }
  .p-commonSection-infomation-inner {
    flex-direction: columns;
  }
  .p-commonSection-infomation .p-infomation-box {
    padding: 20px 20px 20px;
    width: 100%;
    font-size: 1.4rem;
    border-radius: 8px;
  }
  .p-commonSection-infomation .p-infomation-box:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .p-commonSection-infomation .p-infomation-box__ttl {
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #004273;
    text-align: left;
    font-size: 1.9rem;
  }
  .p-commonSection-infomation .p-infomation-box__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .p-commonSection-infomation .p-infomation-box__btnBox {
    margin-top: 20px;
  }
  .p-commonSection-infomation .p-infomation-box__centerList {
    padding: 0;
  }
  .p-commonSection-infomation .p-infomation-box__centerList__link {
    padding: 10px 0;
    font-size: 1.3rem;
  }
  .p-commonSection-infomation .p-infomation-box__centerList__link::after {
    width: 17px;
    height: 17px;
    background-size: 4px auto;
  }
  .p-commonSection-infomation .p-infomation-box .c-button {
    padding: 15px 25px 15px 15px;
    width: 203px;
    font-size: 1.4rem;
  }
  .p-commonSection-infomation .p-infomation-box .c-button .c-icon-right {
    right: 20px;
    background-size: 17px auto;
  }
}

.en .p-commonSection-infomation .p-infomation-box__centerList {
  padding: 0;
}
.en .p-commonSection-infomation .p-infomation-box__centerList__item {
  width: calc((100% - 30px) / 2);
}
.en .p-commonSection-infomation .p-infomation-box__centerList__link {
  padding-right: 24px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .en .p-commonSection-infomation .p-infomation-box__ttl {
    margin-bottom: 16px;
  }
  .en .p-commonSection-infomation .p-infomation-box__centerList {
    padding: 0;
  }
  .en .p-commonSection-infomation .p-infomation-box__centerList__item {
    margin-bottom: 0;
  }
  .en .p-commonSection-infomation .p-infomation-box__centerList__link {
    padding: 5px 20px 5px 0;
    min-height: 45px;
    display: flex;
    align-items: center;
    line-height: 1.3;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-common-part-timeline-vertical {
  padding-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .p-common-part-timeline-vertical {
    padding-bottom: 0;
  }
}

.p-timeline-vertical-list {
  position: relative;
}
.p-timeline-vertical-list:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 20px;
  left: 50%;
  background: #004273;
}
.p-timeline-vertical-list__item {
  position: relative;
}
.p-timeline-vertical-list__item:not(:last-of-type) {
  margin-bottom: 115px;
}
.p-timeline-vertical-list__item:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 15px;
  left: calc(50% - 3px);
  background: #004273;
  border-radius: 50%;
}
.p-timeline-vertical-list__item:last-of-type:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 22px;
  left: 50%;
  background: #FFFFFF;
}
.p-timeline-vertical-list__item.noImage {
  margin-bottom: 50px;
}
.p-timeline-vertical-list__item.noImage .p-timeline-vertical-box {
  min-height: inherit;
}
.p-timeline-vertical-list__item:not(.noImage) + .p-timeline-vertical-list__item.noImage {
  margin-bottom: 100px;
}
.p-timeline-vertical-box {
  position: relative;
  min-height: 303px;
  width: calc(50% - 40px);
  width: 50%;
}
.p-timeline-vertical-box__ttl {
  padding-bottom: 20px;
  color: #004273;
  border-bottom: 1px solid #DBE0E0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-timeline-vertical-box__summary {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
.p-timeline-vertical-box__text {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-timeline-vertical-box__img {
  width: 100%;
  position: absolute;
  top: 0;
}
.p-timeline-vertical-box__img img {
  border-radius: 20px;
}
.p-timeline-vertical-box--ttlRight {
  margin-left: 50%;
  padding: 0 12% 0 3.5%;
}
.p-timeline-vertical-box--ttlRight .p-timeline-vertical-box__img {
  padding-right: 7%;
  left: -100%;
}
.p-timeline-vertical-box--ttlLeft {
  margin-right: 50%;
  padding: 0 3.5% 0 12%;
}
.p-timeline-vertical-box--ttlLeft .p-timeline-vertical-box__img {
  padding-left: 7%;
  left: 100%;
}
.p-timeline-vertical-box--ttlLeft .p-timeline-vertical-box__ttl {
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .p-timeline-vertical-box {
    min-height: 21vw;
  }
}
@media screen and (max-width: 480px) {
  .p-timeline-vertical-list {
    margin-left: 12px;
  }
  .p-timeline-vertical-list:before {
    top: 12px;
    left: 0;
  }
  .p-timeline-vertical-list__item {
    padding-left: 24px;
  }
  .p-timeline-vertical-list__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .p-timeline-vertical-list__item:before {
    top: 12px;
    left: -3px;
  }
  .p-timeline-vertical-list__item:last-of-type:after {
    top: 19px;
    left: 0;
  }
  .p-timeline-vertical-list__item.noImage {
    margin-bottom: 30px;
  }
  .p-timeline-vertical-list__item:not(.noImage) + .p-timeline-vertical-list__item.noImage {
    margin-bottom: 40px;
  }
  .p-timeline-vertical-box {
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    min-height: inherit;
  }
  .p-timeline-vertical-box__ttl {
    padding-bottom: 0;
    margin-bottom: 12px;
    border: none;
    font-size: 1.8rem;
    text-align: left !important;
  }
  .p-timeline-vertical-box__summary {
    margin-top: 12px;
    font-size: 1.4rem;
  }
  .p-timeline-vertical-box__text {
    margin-top: 3px;
    font-size: 1.4rem;
  }
  .p-timeline-vertical-box__img {
    width: 100%;
    min-height: inherit;
    position: inherit;
    top: inherit;
    padding: 0 !important;
    left: inherit !important;
  }
  .p-timeline-vertical-box__img img {
    border-radius: 4px;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-section_pickup.p-commonSection__pickup {
  margin-bottom: 80px;
}
.p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper {
  max-width: 1400px !important;
  margin: 0 auto;
  border: 0 !important;
  box-shadow: none !important;
}
.p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper .bx-next {
  background: url(../img/common/slider_pager-next2.png) no-repeat center center/100% 100% !important;
  right: 50% !important;
  transform: translateX(680%);
}
@media screen and (max-width: 1024px) {
  .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper .bx-next {
    transform: translateX(740%);
  }
}
@media screen and (max-width: 768px) {
  .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper .bx-next {
    transform: translateX(770%);
  }
}
@media screen and (max-width: 480px) {
  .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper .bx-next {
    transform: translateX(400%);
    background-size: 26px 26px !important;
  }
}
@media screen and (min-width: 1025px) {
  .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper .bx-next:hover {
    background: url(../img/common/slider_pager-next2_on.png) no-repeat center center/100% 100% !important;
  }
}
.p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper .bx-prev {
  left: 50% !important;
  transform: translateX(-750%);
  background: url(../img/common/slider_pager-prev2.png) no-repeat center center/100% 100% !important;
}
@media screen and (max-width: 1024px) {
  .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper .bx-prev {
    transform: translateX(-680%);
  }
}
@media screen and (max-width: 768px) {
  .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper .bx-prev {
    transform: translateX(-660%);
  }
}
@media screen and (max-width: 480px) {
  .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper .bx-prev {
    transform: translateX(-400%);
    background-size: 26px 26px !important;
  }
}
@media screen and (min-width: 1025px) {
  .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper .bx-prev:hover {
    background: url(../img/common/slider_pager-prev2_on.png) no-repeat center center/100% 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-wrapper .bx-controls-direction a {
    top: 123.5% !important;
  }
}
.p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-pager {
  bottom: -40px;
}
.p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-default-pager .bx-pager-item {
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-default-pager .bx-pager-item {
    margin-right: 15px;
  }
}
.p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-default-pager .bx-pager-item a {
  background: #B4B1A6 !important;
  margin: 0 !important;
  width: 8px !important;
  height: 8px !important;
}
@media screen and (max-width: 480px) {
  .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-default-pager .bx-pager-item a {
    width: 6px !important;
    height: 6px !important;
  }
}
.p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-default-pager .bx-pager-item a.active {
  background: #004273 !important;
}
.p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-default-pager .bx-pager-item a:hover {
  background: #004273 !important;
}
.p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-default-pager .bx-pager-item a:active {
  background: #B4B1A6 !important;
}
.p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bx-default-pager .bx-pager-item:last-child {
  margin-right: 0;
}
.p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bxslider {
  margin-left: 45%;
}
.p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bxslider li {
  margin-left: -150px;
  margin-right: 220px !important;
}
@media screen and (max-width: 480px) {
  .p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bxslider li {
    margin-left: -130px;
    margin-right: 140px !important;
  }
}
.p-section_pickup.p-commonSection__pickup .p-section_pickup-inner .bxslider li a:hover {
  opacity: 0.7;
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-section_voices.p-commonSection_voices {
  background-color: #F2EFE7;
  padding-top: 100px;
}
.p-section_voices.p-commonSection_voices .c-section-ttl {
  margin: 0 0 60px;
}
@media screen and (max-width: 480px) {
  .p-section_voices.p-commonSection_voices .c-section-ttl {
    margin: 0 0 32px;
  }
}
.p-section_voices.p-commonSection_voices .p-section_voices-inner {
  padding: 0 0 100px;
}
.p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper {
  background-color: #F2EFE7;
  max-width: 1140px !important;
  margin: 0 auto;
  border: 0 !important;
  box-shadow: none !important;
}
.p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-next {
  right: 50% !important;
  transform: translateX(370%);
  background: url(../img/common/slider_pager-next3.png) no-repeat center center/100% 100% !important;
}
@media screen and (max-width: 1024px) {
  .p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-next {
    transform: translateX(340%);
  }
}
@media screen and (max-width: 768px) {
  .p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-next {
    transform: translateX(400%);
  }
}
@media screen and (max-width: 480px) {
  .p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-next {
    transform: translateX(400%);
    background-size: 26px 26px !important;
  }
}
@media screen and (min-width: 1025px) {
  .p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-next:hover {
    background: url(../img/common/slider_pager-next2_on.png) no-repeat center center/100% 100% !important;
  }
}
.p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-prev {
  left: 50% !important;
  transform: translateX(-400%);
  background: url(../img/common/slider_pager-prev3.png) no-repeat center center/100% 100% !important;
}
@media screen and (max-width: 1024px) {
  .p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-prev {
    transform: translateX(-460%);
  }
}
@media screen and (max-width: 768px) {
  .p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-prev {
    transform: translateX(-380%);
  }
}
@media screen and (max-width: 480px) {
  .p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-prev {
    transform: translateX(-400%);
    background-size: 26px 26px !important;
  }
}
@media screen and (min-width: 1025px) {
  .p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-prev:hover {
    background: url(../img/common/slider_pager-prev2_on.png) no-repeat center center/100% 100% !important;
  }
}
.p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-pager {
  bottom: -44px;
}
.p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-controls-direction a {
  top: 80px !important;
}
@media screen and (max-width: 480px) {
  .p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-controls-direction a {
    top: inherit !important;
    bottom: -54px;
  }
}
.p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-default-pager .bx-pager-item {
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-default-pager .bx-pager-item {
    margin-right: 15px;
  }
}
.p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-default-pager .bx-pager-item a {
  background: #B4B1A6;
  margin: 0 !important;
  width: 8px !important;
  height: 8px !important;
}
@media screen and (max-width: 480px) {
  .p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-default-pager .bx-pager-item a {
    width: 6px !important;
    height: 6px !important;
  }
}
.p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-default-pager .bx-pager-item a.active {
  background: #004273;
}
.p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-default-pager .bx-pager-item a:hover {
  background: #004273;
}
.p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-default-pager .bx-pager-item a:active {
  background: #004273;
}
.p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bx-default-pager .bx-pager-item:last-child {
  margin-right: 0;
}
.p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bxslider {
  margin-left: 55%;
}
@media screen and (max-width: 768px) {
  .p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bxslider {
    margin-left: 59%;
  }
}
.p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bxslider li {
  margin-left: -141px;
  margin-right: 220px !important;
}
@media screen and (max-width: 480px) {
  .p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper .bxslider li {
    margin-left: -110px;
    margin-right: 150px !important;
  }
}
.p-section_voices.p-commonSection_voices .p-section_voices-inner .bx-wrapper img {
  border-radius: 50% !important;
}
.p-section_voices.p-commonSection_voices .p-section_voices_images li[aria-hidden=false] .p-section_voices_contents {
  opacity: 1;
}
.p-section_voices.p-commonSection_voices .p-section_voices_images li[aria-hidden=true] .p-section_voices_contents {
  opacity: 0;
}
.p-section_voices.p-commonSection_voices .p-section_voices_contents {
  background-color: #fff;
  width: calc(100% + 480px);
  transform: translateX(-38%);
  padding: 32px 40px 32px 32px;
  margin-top: 40px;
  position: relative;
  opacity: 0;
  border-radius: 20px;
}
@media screen and (max-width: 480px) {
  .p-section_voices.p-commonSection_voices .p-section_voices_contents {
    width: calc(100% + 200px);
    padding: 20px;
    transform: translateX(-30%);
  }
}
.p-section_voices.p-commonSection_voices .p-section_voices_contents h3 {
  font-size: 2rem;
  margin-bottom: 16px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .p-section_voices.p-commonSection_voices .p-section_voices_contents h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.p-section_voices.p-commonSection_voices .p-section_voices_contents p {
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.p-section_voices.p-commonSection_voices .p-section_voices_contents span {
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .p-section_voices.p-commonSection_voices .p-section_voices_contents span {
    font-size: 1.2rem;
  }
}
.p-section_voices.p-commonSection_voices .p-section_voices_contents:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  width: 25px;
  height: 25px;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(53deg) skew(15deg);
}
.p-section_voices.p-commonSection_voices .p-section_voices_btn {
  margin: 100px auto 0;
}
@media screen and (max-width: 480px) {
  .p-section_voices.p-commonSection_voices {
    padding-top: 60px;
  }
  .p-section_voices.p-commonSection_voices .p-section_voices-inner {
    padding: 0 0 60px;
  }
  .p-section_voices.p-commonSection_voices .p-section_voices_contents {
    width: calc(100% + 180px);
    transform: translateX(-26%);
  }
  .p-section_voices.p-commonSection_voices .p-section_voices_contents p {
    line-height: 1.7em;
  }
  .p-section_voices.p-commonSection_voices .bx-wrapper .bx-viewport {
    min-height: 380px;
    height: auto !important;
  }
}
/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-section_faq.p-commonSection_faq {
  background-color: #F2EFE7;
  padding: 100px 0;
}
.p-section_faq.p-commonSection_faq .c-section-ttl {
  margin: 0 0 40px !important;
}
.p-section_faq.p-commonSection_faq .p-section_faq-btn {
  width: 200px;
  margin: 60px auto 0;
}
.p-section_faq.p-commonSection_faq .c-accordion__list a {
  text-decoration: underline;
}
.p-section_faq.p-commonSection_faq .c-accordion__list a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  .p-section_faq.p-commonSection_faq {
    padding: 60px 0;
  }
  .p-section_faq.p-commonSection_faq .p-section_faq-btn {
    margin: 40px auto 0;
  }
}
/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-section_contact.p-commonSection_contact {
  padding-bottom: 148px;
}
.p-section_contact.p-commonSection_contact .c-section-ttl {
  margin: 0 0 40px;
}
.p-section_contact.p-commonSection_contact .p-section_contact-guid {
  max-width: 520px;
  margin: 60px auto 36px;
  text-align: center;
}
.p-section_contact.p-commonSection_contact .p-section_contact-btn {
  width: 220px;
  height: 68px;
  margin: 0 auto;
}
.p-section_contact.p-commonSection_contact .p-section_contact-btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
}
.p-section_contact.p-commonSection_contact .p-section_contact-btn .link-contact-moji {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
}
.p-section_contact.p-commonSection_contact .p-section_contact-btn .link-contact-icon {
  position: absolute;
  background-image: url(../img/common/iconlink-other.svg);
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 20%;
  transition: 0.2s;
}

@media screen and (max-width: 480px) {
  .p-section_contact.p-commonSection_contact {
    padding-bottom: 60px;
  }
  .p-section_contact.p-commonSection_contact .p-section_contact-guid {
    margin: 36px 30px 25px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.7em;
  }
}
.en .p-section_contact.p-commonSection_contact .p-section_contact-btn .link-contact-moji {
  left: 30%;
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-section_reasons.p-commonSection__reasons {
  width: 100%;
  background-color: #004273;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1240px) {
  .p-section_reasons.p-commonSection__reasons {
    padding: 100px 20px 100px;
  }
}
.p-section_reasons.p-commonSection__reasons .c-section-ttl {
  color: #fff;
  margin: 0 0 40px;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-item {
  display: flex;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-item:first-child {
  margin-bottom: 20px;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-contents {
  width: calc(100% - 20px);
  background-color: #fff;
  display: flex;
  position: relative;
  border-radius: 10px;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-contents:first-child {
  margin-right: 10px;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-contents:last-child {
  margin-left: 10px;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-contents_numberimage {
  position: absolute;
  width: 100px;
  height: 100%;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-contents_numberimage img {
  position: relative;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-contents_str {
  padding: 30px 75px 30px 100px;
  color: #004273;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-contents_str h3 {
  padding-bottom: 8px;
  border-bottom: 1px solid #bbc5cc;
  font-size: 2rem;
  font-weight: 500;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-contents_str p {
  padding-top: 10px;
  max-width: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-service {
  width: 100%;
  background-color: #fff;
  display: flex;
  padding: 50px 60px;
  border-radius: 10px;
  margin-top: 20px;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-service_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 100px;
  width: 255px;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-service_ttl h3 {
  font-size: 3.8rem;
  font-family: "Cormorant Upright", serif;
  color: #004273;
  position: relative;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-service_ttl h3:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #004273;
  left: -20%;
  top: 50%;
  transform: translateY(-50%);
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-service_ttl h3:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #004273;
  right: -20%;
  top: 50%;
  transform: translateY(-50%);
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-service_ttl h4 {
  font-size: 2rem;
  line-height: 1.5em;
  color: #004273;
  margin-top: 16px;
  font-weight: 500;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li img {
  margin: 0 auto;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li.free-facility img {
  width: 77px;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li.overtime img {
  width: 55px;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li.gakudo img {
  width: 70px;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li.busservice img {
  width: 90px;
  margin-top: 5px;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li.livecamera img {
  width: 80px;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li.livecamera span {
  position: relative;
  top: -5px;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li {
    margin-bottom: 20px;
  }
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li span {
  margin-top: 14px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5em;
  font-size: 1.6rem;
  color: #004273;
  font-weight: 500;
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li span .br-pctb {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li span .br-pctb {
    display: none !important;
  }
}
.p-section_reasons.p-commonSection__reasons .p-section_reasons-btn {
  width: 200px;
  height: 55px;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .p-section_reasons.p-commonSection__reasons {
    padding: 60px 30px 72px;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons {
    padding: 60px 30px;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-item {
    flex-direction: column;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-item:first-child {
    margin-bottom: 12px;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-contents {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-contents:first-child {
    margin-left: 0 !important;
    margin-bottom: 12px;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-contents_numberimage img {
    width: 34px;
    height: 46px;
    top: 30%;
    left: 34%;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-contents_str {
    padding: 20px 16px 20px 65px;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-contents_str h3 {
    font-size: 1.5rem;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-contents_str p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-contents_str p br {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-btn {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 800px) {
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-service {
    flex-direction: column;
    padding: 36px 20px 16px;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_ttl {
    margin: 0 auto;
    width: 100%;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_ttl h3 {
    font-size: 3rem;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_ttl h4 {
    font-size: 1.6rem;
    margin-top: 8px;
    margin-bottom: 24px;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images {
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li {
    flex-direction: row;
    border-top: 1px solid #bbc5cc;
    padding: 16px 0;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li:not(:last-child) {
    margin-right: 0;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li img {
    margin: 0 auto;
    width: 70px;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li.free-facility img {
    width: 55px;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li.overtime img {
    width: 45px;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li.gakudo img {
    width: 55px;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li.busservice img {
    width: 65px;
    margin-top: 0;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li.livecamera img {
    width: 55px;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li.livecamera span {
    position: relative;
    top: 0;
  }
  .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li span {
    margin-top: 0;
    font-size: 1.6rem;
    width: calc(100% - 100px);
    justify-content: flex-start;
    margin-left: 30px;
    text-align: left;
  }
}
.en .p-section_reasons.p-commonSection__reasons .p-section_reasons-service {
  padding: 45px 30px;
}
.en .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_ttl {
  margin-right: 45px;
  width: 300px;
}
.en .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images {
  justify-content: center;
  gap: 15px;
}
.en .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li {
  width: 133px;
  align-items: center;
}
.en .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li:not(:last-of-type) {
  margin-right: 0;
}
.en .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li span {
  height: auto;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  .en .p-section_reasons.p-commonSection__reasons .p-section_reasons-service {
    padding: 40px 20px 0;
  }
  .en .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_ttl {
    width: 100%;
  }
  .en .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li {
    width: 100%;
  }
  .en .p-section_reasons.p-commonSection__reasons .p-section_reasons-service_images li span {
    text-align: left;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-section_followus.p-commonSection_followus {
  width: 300px;
  margin: 0 auto;
}
.p-section_followus.p-commonSection_followus .c-section-ttl {
  font-family: "Nanum Myeongjo", serif;
  font-size: 3.2rem;
  margin: 0 0 40px;
}
@media screen and (max-width: 480px) {
  .p-section_followus.p-commonSection_followus .c-section-ttl {
    font-size: 2.6rem;
  }
}
.p-section_followus.p-commonSection_followus .p-section_followus-sns {
  display: flex;
  gap: 48px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 80px;
}
.p-section_followus.p-commonSection_followus .p-section_followus-sns li {
  transition: 0.2s;
}
.p-section_followus.p-commonSection_followus .p-section_followus-sns li:hover {
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  .p-section_followus.p-commonSection_followus .c-section-ttl {
    margin: 0 0 20px;
  }
  .p-section_followus.p-commonSection_followus .p-section_followus-sns {
    gap: 32px;
    margin: 14px auto 60px;
    justify-content: center;
  }
  .p-section_followus.p-commonSection_followus .p-section_followus-sns li {
    width: 36px;
    height: 36px;
  }
  .p-section_followus.p-commonSection_followus .p-section_followus-sns li:last-child {
    width: 36px;
    height: 26px;
  }
}
/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-section_promise.p-commonSection__promise {
  background-color: #004273;
  padding: 80px 0;
}
.p-section_promise.p-commonSection__promise .c-section-ttl {
  color: #fff;
  margin: 0 0 48px;
}
@media screen and (max-width: 480px) {
  .p-section_promise.p-commonSection__promise .c-section-ttl {
    margin: 0 0 24px;
  }
}
.p-section_promise.p-commonSection__promise .p-section_promise-list {
  background-color: #FFFFFF;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 10px;
}
.p-section_promise.p-commonSection__promise .p-section_promise-item {
  padding: 46px 0 48px;
  text-align: center;
  color: #004273;
}
.p-section_promise.p-commonSection__promise .p-section_promise-item:not(:last-child) {
  border-bottom: 1px solid rgba(138, 138, 138, 0.5);
}
.p-section_promise.p-commonSection__promise .p-section_promise-item__ttl {
  font-size: 5rem;
  margin-bottom: 16px;
  font-family: "EB Garamond", sans-serif;
  font-weight: normal;
}
.p-section_promise.p-commonSection__promise .p-section_promise-item__txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .p-section_promise.p-commonSection__promise .p-section_promise-item {
    padding: 20px 0;
  }
  .p-section_promise.p-commonSection__promise .p-section_promise-item__ttl {
    font-size: 2.6rem;
    line-height: 1;
    margin-bottom: 10px;
  }
  .p-section_promise.p-commonSection__promise .p-section_promise-item__txt {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-section_features.p-commonSection__features {
  padding: 80px 30px 120px;
}
@media screen and (max-width: 480px) {
  .p-section_features.p-commonSection__features {
    padding: 40px 30px 80px;
  }
}
.p-section_features.p-commonSection__features .c-section-ttl {
  margin: 0 0 40px;
}
@media screen and (max-width: 480px) {
  .p-section_features.p-commonSection__features .c-section-ttl {
    margin: 0 0 24px;
  }
}
.p-section_features.p-commonSection__features .p-section_features-lead {
  font-size: 1.5rem;
  text-align: center;
  max-width: 705px;
  margin: 0 auto 80px;
  line-height: 27px;
  position: relative;
}
.p-section_features.p-commonSection__features .p-section_features-list {
  max-width: 1160px;
  margin: 0 auto;
}
.p-section_features.p-commonSection__features .p-section_features-item {
  display: flex;
  justify-content: space-between;
}
.p-section_features.p-commonSection__features .p-section_features-item:not(:last-child) {
  margin-bottom: 8px;
}
.p-section_features.p-commonSection__features .p-section_features-item .img-wrap {
  width: 43%;
}
.p-section_features.p-commonSection__features .p-section_features-item .txt-wrap {
  width: 56%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-section_features.p-commonSection__features .p-section_features-item__ttl {
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-weight: 500;
  color: #004273;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}
.p-section_features.p-commonSection__features .p-section_features-item__txt {
  font-size: 1.5rem;
  line-height: cal(27/15);
}
@media screen and (max-width: 1024px) {
  .p-section_features.p-commonSection__features .p-section_features-item {
    flex-direction: column;
  }
  .p-section_features.p-commonSection__features .p-section_features-item .img-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-section_features.p-commonSection__features .p-section_features-item .txt-wrap {
    width: 100%;
    padding: 0;
  }
  .p-section_features.p-commonSection__features .p-section_features-item:not(:last-child) {
    margin-bottom: 32px;
  }
  .p-section_features.p-commonSection__features .p-section_features-item__ttl {
    border: none;
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1.5;
    margin-bottom: 4px;
  }
  .p-section_features.p-commonSection__features .p-section_features-item__txt {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
@media screen and (max-width: 1024px) {
  .p-section_features.p-commonSection__features .p-section_features-lead {
    font-size: 1.4rem;
    margin-bottom: 40px;
    line-height: 1.5714285714;
    display: none;
  }
}

/* --------------------- */
/* 共通スタイル -------- */
/* --------------------- */
.p-section_activity.p-commonSection__activity {
  padding: 0 30px;
}
.p-section_activity.p-commonSection__activity .c-section-ttl {
  margin: 0 0 40px;
}
@media screen and (max-width: 480px) {
  .p-section_activity.p-commonSection__activity .c-section-ttl {
    margin: 0 0 24px;
  }
}
.p-section_activity.p-commonSection__activity .flex-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
}
.p-section_activity.p-commonSection__activity .flex-wrap__left {
  width: 28%;
}
.p-section_activity.p-commonSection__activity .flex-wrap__right {
  width: 67.5%;
}
@media screen and (max-width: 1024px) {
  .p-section_activity.p-commonSection__activity .flex-wrap {
    flex-direction: column;
  }
  .p-section_activity.p-commonSection__activity .flex-wrap__left {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-section_activity.p-commonSection__activity .flex-wrap__right {
    width: 100%;
  }
}
.p-section_activity.p-commonSection__activity .p-section_activity-lead, .p-section_activity.p-commonSection__activity .p-section_activity-note {
  font-size: 1.5rem;
  line-height: 27px;
}
.p-section_activity.p-commonSection__activity .p-section_activity-lead {
  margin-bottom: 16px;
}
.p-section_activity.p-commonSection__activity .p-section_activity-note {
  color: #8a8a8a;
}
.p-section_activity.p-commonSection__activity .p-section_activity-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.p-section_activity.p-commonSection__activity .p-section_activity-item {
  width: calc((100% - 16px) / 3);
  position: relative;
}
.p-section_activity.p-commonSection__activity .p-section_activity-item .txt-wrap {
  position: absolute;
  right: 0;
  bottom: -1px;
  background-color: #FFFFFF;
  color: #004273;
  border-top-left-radius: 8px;
  width: auto;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px 0 16px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .p-section_activity.p-commonSection__activity .p-section_activity-item .txt-wrap {
    padding: 0 5px 0 10px;
    font-weight: 500;
    height: 22px;
  }
}
@media screen and (max-width: 480px) {
  .p-section_activity.p-commonSection__activity .p-section_activity-item {
    width: calc((100% - 8px) / 2);
  }
  .p-section_activity.p-commonSection__activity .p-section_activity-lead, .p-section_activity.p-commonSection__activity .p-section_activity-note {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
  .p-section_activity.p-commonSection__activity .p-section_activity-lead {
    margin-bottom: 8px;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22sass/style.sass%22,%22sass/global/_file-header.sass%22,%22sass/foundation/_animation.sass%22,%22sass/foundation/_ress.sass%22,%22sass/foundation/_attr.sass%22,%22sass/global/_ver.sass%22,%22sass/layout/_container.sass%22,%22sass/layout/_row.sass%22,%22sass/layout/_header.sass%22,%22sass/layout/_footer.sass%22,%22sass/component/_cover.sass%22,%22sass/component/_accordion.sass%22,%22sass/component/_link.sass%22,%22sass/global/_function.sass%22,%22sass/component/_breadcrumb.sass%22,%22sass/component/_table.sass%22,%22sass/component/_drawer.sass%22,%22sass/component/_box.sass%22,%22sass/component/_card.sass%22,%22sass/component/_headline.sass%22,%22sass/component/_section.sass%22,%22sass/component/_pulldown.sass%22,%22sass/component/_modal.sass%22,%22sass/component/_icon.sass%22,%22sass/component/_list.sass%22,%22sass/component/_readmore.sass%22,%22sass/utility/_margin.sass%22,%22sass/utility/_text.sass%22,%22sass/utility/_hidden.sass%22,%22sass/utility/_background.sass%22,%22sass/project/_top.sass%22,%22sass/project/_about.sass%22,%22sass/project/_company.sass%22,%22sass/project/_reason.sass%22,%22sass/project/_ajis.sass%22,%22sass/project/_chinese.sass%22,%22sass/project/_class.sass%22,%22sass/project/_center.sass%22,%22sass/project/_center-detail.sass%22,%22sass/project/_teachers.sass%22,%22sass/project/_voice.sass%22,%22sass/project/_first.sass%22,%22sass/project/_faq.sass%22,%22sass/project/_news.sass%22,%22sass/project/_event.sass%22,%22sass/project/_column.sass%22,%22sass/project/_partnership.sass%22,%22sass/project/_common-class.sass%22,%22sass/project/_eiken.sass%22,%22sass/project/_babysteps.sass%22,%22sass/project/_sitemap.sass%22,%22sass/project/_sctn.sass%22,%22sass/project/_privacy.sass%22,%22sass/project/_recruit.sass%22,%22sass/project/_error404.sass%22,%22sass/project/_common-section-infomation.sass%22,%22sass/project/_common-part-timeline-vertical.sass%22,%22sass/project/_common-section-pickup.sass%22,%22sass/project/_common-section-voices.sass%22,%22sass/project/_common-section-faq.sass%22,%22sass/project/_common-section-contact.sass%22,%22sass/project/_common-section-reasons.sass%22,%22sass/project/_common-section-followus.sass%22,%22sass/project/_common-section-promise.sass%22,%22sass/project/_common-section-features.sass%22,%22sass/project/_common-section-activity.sass%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAA;AACA;AACA;ACFA;AAAA;AAAA;AAAA;ACAA;AACA;EACE;EACA;AAMA;;AALA;EACE;EACA;;;AAKJ;EACE;EACA;;AACA;EACE;EACA;;;AAEJ;EACE;IACE;;EACF;IACE;;;AAKA;EACE;;;AAEN;EACE;IACE;IACA;;EACF;IACE;IACA;;;AAKA;EACE;;;AAEN;EACE;IACE;IACA;;EACF;IACE;IACA;;;AAKA;EACE;;;AAEN;EACE;IACE;IACA;;EACF;IACE;IACA;;;AAGJ;EACE;IACE;IACA;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;IACA;;;AAGJ;EACE;IACE;IACA;;EACF;IACE;IACA;;;AACJ;EACE;IACE;IACA;;EACF;IACE;IACA;;;AAGJ;EACE;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;;AAGJ;EACE;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;;AACJ;EACE;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;;AAGJ;EACE;IACE;IACA;;EACF;IACE;IACA;;;AAGJ;EACE;IACE;IACA;;EACF;IACE;IACA;;;AAGJ;EACE;IACE;IACA;;EACF;IACE;IACA;;;AACJ;EACE;IACE;IACA;;EACF;IACE;IACA;;;AACJ;EACE;IACE;IACA;;EACF;IACE;IACA;;;AAGJ;EACE;IACE;;EACF;IACE;;;AAGJ;EACE;IACE;IACA;;EACF;IACE;IACA;;;AAEJ;EACE;IACE;;EACF;IACE;;;AAEJ;EACE;IACE;;EACF;IACE;;;AC7MJ;AAAA;AAAA;AAAA;AAKA;AAAA;AAAA;AAIA;EACE;EACA;AAEA;EACA;AAEA;;;AAEF;EACE;AAEA;EACA;;;AAED;EACC;AAEA;EACA;;;AAEF;EACE;AAEA;EACA;;;AAEF;AAAA;AAAA;AAIA;AAEA;EACE;EACA;;;AAEF;EACE;AAEA;;;AAEF;AAAA;AAAA;AAAA;AAMA;EACE;;;AAEF;EACE;EACA;AAEA;;;AAEF;EACE;AAEA;;;AAEF;EACE;AAEA;;;AAEF;EACE;AAEA;EACA;AAEA;;;AAEF;EACE;AAEA;EACA;AAEA;AAAA;AAAA;;;AAIF;EACE;AAEA;;;AAEF;EACE;AAEA;;;AAEF;EACE;AAEA;;;AAEF;AAEA;EACE;EACA;;;AAEF;AAEA;EACE;EACA;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;AAAA;AAAA;AAIA;EACE;;;AAEF;AAEA;EACE;;;AAEF;AAEA;EACE;;;AAEF;EACE;AAEA;;;AAEF;EACE;AAEA;;AAEA;EACE;AAEA;;;AAEJ;EACE;AAEA;EACA;AAEA;;;AAEF;EACE;AAEA;;;AAEF;EACE;AAEA;;;AAEF;EACE;AAEA;;AAEA;EACE;EACA;;;AAEJ;AAEA;EACE;EACA;;;AAEF;AAEA;EACE;;;AAEF;EACE;AAEA;;;AAEF;EACE;AAEA;;;AAEF;AAEA;EACE;EACA;EACA;;;AAEF;AAEA;EACE;AAEA;EACA;AAEA;;AAEA;EACE;AAEA;;AAEF;EACE;AAEA;;;AAEJ;EACE;AAEA;EACA;AAEA;EACA;AAEA;EACA;AAEA;EACA;AAEA;;;AAED;EACC;AAEA;EACA;AAEA;;;AAEF;EACE;AAEA;EACA;AAEA;;;AAGA;EACE;;;AAEJ;EACE;;;AAEF;AAAA;AAAA;AAIA;EACE;AAEA;;;AAEF;AAEA;EACE;;;AAEF;EACE;AAEA;;;AAEF;EACE;AAEA;;;AAEF;AAAA;AAAA;AAIA;AASA;AAEA;EACE;;;AAEF;AAEA;EACE;;;AAEF;AAEA;EACE;;;AAEF;AAAA;AAAA;AAIA;AAEC;EACC;AAEA;EACA;EACA;;;AAEF;AAGE;EACE;EACA;;AAEF;EACE;EACA;EACA;;;AHlWJ;AACA;AACA;AICA;AACA;AACA;AAEA;EACE;EACA;;;AAEF;EACE;EACA;;AACA;EACE;;;AAEJ;EACE;EACA;EACA;EACA,aCyDiB;EDxDjB,aC6EiB;ED5EjB,aC2EiB;ED1EjB,OCjBY;EDkBZ,WCwEe;EDvEf,gBCqEoB;EDpEpB;;AAEA;EACE,aCiDkB;;;AD9CtB;EACE,aCiDmB;;;ADzCrB;AACA;EACE;EACA;;;AAGF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAIF;EAIE;EACA;;;AACF;EACE;;;AAEF;EACE;;AACA;EAFF;IAGI;;;;AAEF;EADF;IAEI;;;;AAEJ;EACE;;;AACF;EACE;IACE;;EACF;IACE;;;AACJ;EACE;IACE;;EACF;IACE;;;AAEJ;AACA;EACE,YCnDW;EDoDX;EACA,OC3FW;;;AD+Fb;AACA;EACE;EACA;;;AAGF;EACE;;;AACF;EACE;;;AACF;EACE;EACA;;;AJ/GF;AACA;AACA;AMCA;EACE;EACA,aD2DiB;EC1DjB,ODFW;;ACGX;EAJF;IAKI,aDyDe;;;;ACrDnB;EACE;EACA;;AAEA;EAJF;IAKI;;;;AAEJ;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;;;AACF;EAPF;IAQI;IACA;;;AACF;EAVF;IAWI;;;;AAEJ;EACE;EACA;EACA;;AAEA;EALF;IAMI;IACA;;;;AAKF;EACE;;AACF;EAJF;IAKI;;;;AN/CJ;AACA;AACA;AOAA;AACA;AACA;AAEA;EACE;EACA;EACA;;AACA;EACE;;AACF;EACE;IACE;;;;AAGJ;EACE;;AACA;EACE;;;AAGJ;EACE;;AACA;EACE;;;AAGJ;EACE;IACE;IACA;;EACA;IACE;;;;AAKR;AAEA;EACE;;AACA;EACE;;AACF;EACE;;;AAEJ;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;;APvDF;AACA;AACA;AQEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;;AACF;EAZF;IAaI,YHdU;;EGgBV;IACE,QH8Ca;;;;AG3CnB;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;IACA;;;AACF;EAZF;IAaI;;;AACF;EAdF;IAeI;IACA;;;AACF;EACE;EACA;EACA;;AAGA;EACE;EACA;EACA;;AAEJ;EACE;EACA;;AACA;EAHF;IAII;IACA;;;AACF;EANF;IAOI;IACA;;;AAGJ;EACE;;AACA;EAFF;IAGI;IACA;;;;AAMJ;EACE;;AACF;EACE,kBHxEU;EGyEV;EACA;EACA;EACA;EACA;;AACF;EACE;IACE;;;AACJ;EAbF;IAcI;IACA;IACA;IACA,kBHrFU;IGsFV;IACA;IACA;IAEA;IACA;IACA;;EACA;IACE;;EAGF;IACE;IACA;IACA;IACA;;;;AAEN;EACE;EACA;;;AAIA;EACE;IACE;IACA;IAEA;IACA;IACA;IACA;IACA;IAEA;IACA;;;;AAGN;EAEE,OH9HY;EG+HZ;EACA;EACA;;AACA;EACE;EACA;EACA;;AACF;EACE;;AACA;EACE;;AAEJ;EACE;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;AACA;EAVF;IAWI;;;AACF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEE;EACE;EACA;EACA;EACA;;AAER;EA3CF;IA4CI;;;;AAYA;EACE;EACA;EACA;;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACF;EACE;EACA;;AACA;EACE;EACA;EACA;;AACA;EACE;;;AAIR;EACE;EACA;EACA;;AAEE;EADF;IAEI;;;AACJ;EACE;EACA;;AACA;EAHF;IAII;;;AACJ;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;;;AACJ;EACE;;AAEA;EACE;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;IACA;IACA;IACA;IACA;;;AACF;EAfF;IAgBI;IACA;IACA;IACA;;;AAGA;EACE;EACA;;AACF;EACE;;AAGE;EACE;;AAEJ;EACE;;AAGF;EACE;;AAGA;EACE;EACA;;AAGR;EADF;IAEI;;;AAEN;EACE;EACA;;AACA;EAHF;IAII;IACA;IACA;IACA;IACA;IACA;IACA;;EACA;IACE;IACA;IACA;;EACF;IACE;;;AAEF;EADF;IAEI;IACA;;;AAEJ;EACE;EACA;EACA;;AAEJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AACF;EATF;IAUI;;;AAEF;EACE;;AACA;EACE;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACF;EATF;IAUI;;;AACF;EAXF;IAYI;;EACA;IACE;;EACF;IACE;;;AACN;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AACF;EAPF;IAQI;;;AACJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEN;EAvKF;IAwKI,aH7Te;;EG8Tf;IACE;IACA;;EACF;IACE;IACA;IACA,OHjYO;;EGmYT;IACE;IACA;IACA;;;;AAKJ;EACE;IACE;IACA;IACA;;EAGE;IACE;;EACF;IACE;;EAIF;IACE;;;AAGN;EACE;;AACA;EACE;;AACJ;EACE;;AAEF;EACE;IACE;;EACF;IACE;IACA;IACA;IACA;IACA;;EACA;IACE;IACA;;EACJ;IACE;IACA;IAEA,YH7aW;;EG8ab;IACE;;EACA;IACE;;;;AAKR;EADF;IAEI,YH3bU;;;AG+bV;EACE;;AACF;EACE;IACE;IACA;IACA;IACA;IACA,QH5YW;IG6YX,YHxcM;IGycN;IACA;;;AAIJ;EACE,OHndQ;;AGodR;EACE,OHndQ;;AGodV;EACE;EACA;;AACA;EACE,OHzdG;EG0dH,YH3dI;;AG4dV;EACE;IACE,OH7dK;IG8dL;;;AAWJ;EACE;IACE,YH5eM;;;AGofR;EACE,kBHjfM;EGkfN;EACA;;;AAIN;EACE;EACA;;AACF;EACE;;AACF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;;AACA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YHzhBQ;EG0hBR;;AACF;EACE;;;AAEN;EACE;EACA;;;AAEF;EACE;EACA;;;AAIE;EACE;;AAGA;EAFF;IAGI;;;;AAGN;EACE;;AACA;EACE;EACA;;AACF;EACE;;AACA;EACE;;AACA;EAFF;IAGI;;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AACF;EAhBF;IAiBI;IACA;;;AACF;EACE;;AACA;EAFF;IAGI;;;AACN;EACE;EACA,OHtlBO;EGulBP;EACA;EACA;;AACA;EACE,OHnlBQ;EGolBR;;AACJ;EACE;;AACF;EACE;IACE;;EACF;IACE;IACA;;EACF;IACE;;EACA;IACE;;;;AAIJ;EACE;;;ARjnBR;AACA;AACA;ASCE;EADF;IAEI;;;AAEF;EACE;EACA;;AAEA;EAJF;IAKI;;;AAEF;EAPF;IAQI;;;AAEF;EACE;EACA;EACA;EACA;;AAEJ;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AAEF;EARF;IASI;;;AAEF;EAXF;IAYI;;;AAEF;EAdF;IAeI;IACA;IACA;IACA;IACA;;;AAEF;EACE;EACA;;AACA;EAHF;IAII;;;AACF;EALF;IAMI;;;AAGA;EADF;IAEI;;;AAYF;EADF;IAEI;;;AAIJ;EA3BF;IA4BI;IACA;;;AAEF;EACE;;AAEA;EAHF;IAII;;;AAEJ;EACE;;AAEA;EAHF;IAII;;;AAEJ;EACE;;AAIE;EACE;;AAEN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;AAAA;EAEE;EACA;;AAGE;EADF;AAAA;IAEI;;;AACF;EAHF;AAAA;IAII;;;AAMJ;EACE;EACA;;AAKA;EAFF;AAAA;IAGI;IACA;IACA;IACA;IACA;IACA;;;AAGN;EACE;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EAEF;IAUE;;;AAIJ;EADF;IAEI;IACA;IACA;;;AACF;EACE;;AACA;EACE;EACA;;AACF;EACE;;AAEF;EACE;;AAEF;EACE;;AAGA;EACE;;AAEV;EACE;EACA;;AACA;EAHF;IAII;;;AACF;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAGA;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;IACA;IACA;;;AACJ;EACE;EACA;;AACA;EAHF;IAII;IACA;IACA;;;AAGR;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AAGA;EACE;EACA;;AAEN;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;IACA;IACA;;;AAEF;EACE;;AACA;EAFF;IAGI;;;AAKN;EACE;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AACA;EAFF;IAGI;IACA;;;AACF;EALF;IAMI;IACA;;;AAEJ;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AACF;EANF;IAOI;;;AAGF;EACE;EACA;EACA;EACA;;AACF;EANF;IAOI;;;AACF;EARF;IASI;;;AAEJ;EACE;EACA;;AAEF;EACE;;AAIE;EACE;EACA;EACA;;AACF;EACE;;AACA;EACE;;AACF;EACE;EACA;EACA;EACA;EACA;;AACN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AACJ;EAEI;IACE;;EACF;IACE;IACA;;;;AAIR;EACE;IACE;;;;AAIN;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEF;EACE;;AACA;EACE;;AAEF;EACE;EACA;;AAEJ;EACE;EACA;EACA;;AAEF;EArBF;IAsBI;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;;EAEF;IACE;;;;AAIF;EACE;EACA;;AACA;EAHF;IAII;;;;AAIJ;EADF;IAEI;;;;AAKJ;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AACJ;EACE;EACA;;AACF;EACE;EACA;EACA;EACA;EACA;;AAGE;EACE;;;AT1cR;AACA;AACA;AUAA;EACE;IACE;;;AAEJ;EACE;IACE;;;AA+DJ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EAEA;EACA,aLDa;EKEb;;AACF;EACE;EACA;EACA;EACA;EACA;;AACF;EAlBF;IAmBI;IACA;;EAEA;IAEE;;EACF;IACE;IAEA;;;;AAGN;EACE;EACA;EACA,YLpGc;EKqGd;;AACA;EALF;IAMI;;;;AAIJ;EACE;EACA,OL7Gc;EK8Gd;EACA;;AAEA;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA,kBLpHY;EKqHZ;EACA;EACA;EACA;;AACJ;EAtBF;IAuBI;IACA;;EACA;IACE;;EACA;IACE;IACA;IACA;;;;AAGR;EACE;EACA;EACA;EACA;EAEA;EACA,kBLnJc;;AKoJd;EACE,OLvJU;EKwJV;EACA;EACA;;AACF;EACE;EACA;EACA;;AACF;EAjBF;IAkBI;IACA;IACA;;EACA;IACE;;EACF;IACE;IACA;;;;AAkGN;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA,OL/QY;EKgRZ;EACA;;AACA;EARF;IASI;IACA;;;AACF;EACE;EACA;EACA;EACA;EACA,kBLlRY;EKmRZ;EACA;EACA;EACA;;AACA;EAVF;IAWI;IACA;;;;AVtSR;AACA;AACA;AAFA;AACA;AACA;AWGA;EACE;EACA;;AACA;EAHF;IAII;;;AACF;EACE;EACA;;AAEA;EACE;;AAEJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAEE;AAAA;EAEE;;AAEN;EACE;IACE;;EAEE;AAAA;IAEE;;EACN;IACE;;EAEE;AAAA;IAEE;;;AAER;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAEF;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;;AAEF;EACE;;AAEN;EACE;;AAEA;EACE;EACA;EACA;EACA;;;AAEN;EACE;IACE;;EAEA;IACE;IACA;;EAEA;IACE;;EAEJ;IACE;;EAEA;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;IACA;;EAEJ;IACE;;EAEA;IACE;IACA;;;AXvIR;AACA;AACA;AYGA;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EANF;IAOI;IACA;;EACA;IACE;;;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA,OP5BY;EO6BZ;EACA;EACA;EACA;;AASA;EACE;EACA,kBPzCY;;AO0CZ;EACE,OP3CU;EO4CV,kBP9CQ;;AOgDZ;EACE;EACA,kBP/Cc;;AOgDd;EACE;;AACJ;EACE;EACA,kBPvDU;;;AO2DZ;EACE,OP1DY;EO2DZ;EACA,kBP9DU;;AO+DV;EACE,OPhEQ;EOiER,kBP/DU;;AOiEd;EACE,OPjEc;EOkEd;EACA,kBPtEU;;AOuEV;EACE,OPrEY;EOsEZ,kBPzEQ;EO0ER;;AACJ;EACE,OP5EU;EO6EV;;AACA;EACE,OP7EU;EO8EV,kBPhFQ;;;AOsFR;EACE;;AAGF;EACE;;AAIF;EACE;;;AAKR;EACE;;AACA;EACE,OP/FY;;;AOkGhB;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OPjHc;;AOkHd;EACE;;AACF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AC5HF;EDwGF;IAsBI;;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA,OPxIc;EOyId;EACA;EACA;EACA;EACA;;;AZlJF;AACA;AACA;AcCA;EACE;EACA,KT2DiB;ES1DjB;EACA;EACA;;AACA;EACE;EACA;EAEA,OTCe;ESAf;EACA;EACA;EACA;;AACF;EACE;EACA,OTNe;;ASQf;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBTnBW;ESoBX;;AACJ;EACE;;AACJ;EACE,OTxBe;ESyBf;EACA;;AAEF;EAvCF;IAwCI;IACA;;;AAGF;EA5CF;IA6CI,KTiBe;IShBf;IACA;IACA;IACA;;EAEA;IACE;IACA;;;;AdxDN;AACA;AACA;AeAA;EACE;EACA;EACA;EACA;;AACA;EACE;;AACA;EACE;EACA;;AAEJ;EACE;EACA;EACA;EACA;;AACF;EACE;EACA;;;AFdF;EEgBA;IACE;;EACA;IACI;;;AAIR;EACE;EACA;EACA;EACA;;AAEE;EACE;EACA;EACA;EACA;;AACJ;EACE;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;;;AF1CF;EE6CA;IACE;;EAEE;IACE;IACA;IACA;IACA;;EAEF;IACE;;EACJ;IACE;IACA;IACA;IACA;IACA;;;AfnEN;AACA;AACA;AgBAA;EACE;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EAEA,YXZU;EWcV;EACA;EACA;;AACA;EACE;;AACF;EACE;;AACF;EACE;;;AAEJ;EACE;EACA;EACA,kBX7BY;EW8BZ;EACA;;AACF;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACF;EACE;;AACJ;EACE,OXhDU;EWiDV;EACA;;AACA;EACE;;AACF;EACE;EACA;EACA;;AACF;EACE;;AACF;EACE;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;;AACJ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EACE;;;AAGN;EACE,kBXpFY;;;AWqFhB;EACE;EACA;;AAEE;EACE;EAEA;;AACF;EACE;;AACF;EACE;EAEA;;AhBvGN;AACA;AACA;AAFA;AACA;AACA;AAFA;AACA;AACA;AAFA;AACA;AACA;AAFA;AACA;AACA;AiBAA;EACI;EAEA;EACA;;AACA;EACI;;AACJ;EACI;;AACJ;EACI;EACA;EACA;;;AAGA;EACI;;;AAKZ;EACI;;;AAEJ;EACI;EACA;;AACA;EACI;EACA;EACA,YZrBW;;AYsBf;EACI;EACA;;AACJ;EACI;;;AjBrCR;AACA;AACA;AkBGA;EACI;;AAEA;EACI;;AACJ;EACI;EACA;EACA;;AACJ;EACI;;AAMI;EACI,ObVA;EaWA;;AAEA;EACI;EACA;;AAChB;EACI;EACA;EAEA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACR;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AACJ;EACI;EACA;EACA;EACA;;AACJ;EACI;EACA;EACA;EACA;EACA,Ob/DQ;EagER;EACA;EACA;;AAEJ;EAII;IACI;;EAKJ;IACI;;EAMJ;IACI;;;;AlB3FZ;AACA;AACA;AmBCA;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA,adkDa;EcjDb,Od1BY;;Ac2Bd;EACE;EACA;EACA;;AACF;EAfF;IAgBI;;;;AAEJ;EACE;;AACA;EACE;IACE;;;;AAEN;EACE;EACA;EACA;EACA;EACA;EACA,Od9Cc;Ec+Cd,ad0BiB;EczBjB;;AACA;EACE;;AACF;EACE;EACA;EACA;EACA;EACA,kBdjDY;EckDZ;EACA;EACA;EACA;;AACF;EArBF;IAsBI;IACA;;EACA;IACE;;EACF;IACE;IACA;IACA;;;;AnB1EN;AACA;AACA;AoBAA;EACE;EACA;EACA;EACA;EACA;;AACA;EANF;IAOI;IACA;IACA;;;AAEF;EACE;;AACA;EAFF;IAGI;;;;AAEN;EACE;EACA;EACA;EACA;EACA,afyDe;EexDf;EACA,OfpBc;;AeqBd;EACE;EACA;EACA;EACA;EACA;EACA,af8Ce;;Ae7CjB;EAfF;IAgBI;IACA;IACA;;EACA;IACE;IACA;;;;AAKA;EACE;;AACA;EAFF;IAGI;;;;AAIV;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;IACA;;;;AAEJ;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;;ApBjEJ;AACA;AACA;AqBCI;EACI;EACA;EACA;EACA;;AAEJ;EACI;;;ArBVR;AACA;AACA;AsBCA;AACA;AACA;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;;AAEJ;AACA;EACE;EACA;EACA;EACA;;;AAEF;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVF;IAYI;IAEA;IACA;IAEA;IACA;;;;AACJ;EACE;;AACA;EACE;EACA;;;AACJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AACA;EACE;EAGA;;;AtBjEF;AACA;AACA;AuBAA;EACE;;;AACF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAIF;EACE;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;;AACA;EACE;;AACF;EACE;;;AAEJ;EACE;EACA;EACA;EACA;;AACA;EACE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AvB3FJ;AACA;AACA;AwBCI;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAER;EACI;IAEI;IACA;;EAEA;IAII;IAEA;IACA;IAGA;IAEA;;;;AxB1ChB;AACA;AACA;AyBCA;AACA;AACA;AAGE;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEA;EACE;;AACF;EACE;;AACN;EACE;;;AAIA;EACE;;AACA;EACE;;AAEA;EACE;;;AzBhCV;AACA;AACA;A0BCA;EACE,kBrBDY;;;AQGZ;EaAF;IAEI;;;;AbEF;EaAF;IAEI;;;;AAEJ;AAEA;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AAGF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;AAGF;EACE;;;AACF;EACE;;;AACF;EACE;;;AACF;EACE;;;Ab3EA;Ea8EA;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EAEF;IACE;IACA;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EAEF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EAEF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;;AbjIF;EaqIA;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EAEF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EAGF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;EAGF;IACE;;EACF;IACE;;EACF;IACE;;EACF;IACE;;;A1BvMJ;AACA;AACA;A2BDA;AACA;AACA;AAIA;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;IACE;;;AAIJ;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE,atB+Ce;EsB9Cf;;;AACF;EACE,atB6CqB;EsB5CrB;;;A3BrCF;AACA;AACA;AaQE;EePF;IAEI;;;;AfCF;EeCF;IAEI;;;;AACJ;EACE;;AfLA;EeIF;IAGI;;;;AfPF;EeSF;IAEI;;;;AACJ;EACE;;AfbA;EeYF;IAGI;;;;AffF;EeiBF;IAEI;;;;AAEJ;EACE;;AftBA;EeqBF;IAGI;;;AfxBF;EeqBF;IAKI;;;;AAEJ;EACE;;Af7BA;Ee4BF;IAGI;;;;AAEJ;EACE;;AflCA;EeiCF;IAGI;;;;A5B1CJ;AACA;AACA;A6BCA;EACE,kBxB4BS;;;AwB1BX;EACE,kBxB0Bc;;;AwBxBhB;EACE,kBxBPY;;;ALHd;AACA;AACA;A8BAA;EACE;;AAEA;EACE;EACA,YzByDe;EyBxDf;EACA;;AACA;EALF;IAMI,YzBsDa;;;AyBpDf;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAZF;IAaI;;;AAEF;EAfF;IAiBI;;;AAEF;EAnBF;IAsBI;IACA;IACA;IACA;IACA;;;AAEJ;EACE;;AACA;EACE;;AACA;EAFF;IAGI;;;AAEN;EACE;EACA;EACA;;AAEA;EACE;;AAEJ;EACE;EACA;EACA;;AAEA;EALF;IAMI;IACA;;;AAEF;EATF;IAUI;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EAXF;IAYI;;EAEA;IACE;;;AAEJ;EACE;EACA;;AAEA;EACE;;AAEA;EACE;EACA;;AAEN;EACE;EACA;EACA;;AAEA;EACE;;AAEA;EACE;;AAEF;EACE;;AAEJ;EACE;;AAEF;EACE;;AACA;EACE;EACA;EACA;;AAEF;EACE;;AAEF;EAVF;IAWI;;;AAEN;EACE;EACA;;AAEF;EACE;EACA;;AACA;EACE;EACA;EACA;;AAEJ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;;AAEN;EACE;EACA;EACA;EACA;;AACA;EALF;IAOI;IACA;IACA;IACA;;;AACF;EACE;EACA;EACA;EACA;;AAEN;EACE;;AAEE;EACE;;AACF;EACE;EACA;EACA;;AACA;EACE;;AACF;EANF;IAOI;IACA;;EACA;IACE;;;AAIR;EACE;;AACA;EACE,azB3Ge;EyB4Gf;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EALF;IAMI;IACA;IACA;;;AAEJ;EACE;EACA;EACA,azBpIa;;AyBsIf;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;;AAEA;EACE;;AAEA;EACE;;AACZ;EACE;;AACA;EAFF;IAGI;;;AAEJ;EACE;EACA;;AACA;EACE;EACA;;AACF;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;IACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAMA;EATF;IAWI;IACA;;;AAEA;EADF;IAEI;;;AACN;EACE;EACA;EACA;;AAMA;EATF;IAWI;IACA;;;AAEA;EADF;IAEI;;;AACN;EACE;;AACA;EAFF;IAGI;;;AACF;EACE;;AACA;EAFF;IAGI;;;AACF;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;IACA;;;AACF;EACE;;AACJ;EACE;;AAGJ;EACE;;AACA;EAFF;IAGI;;;AAGJ;EACE;;AAEA;EACE;;AAEF;EACE;;AAEF;EACE;;AAEN;EACE;;AAIF;EACE;EACA;;AACA;EAHF;IAII;IACA;;;AAEF;EACE;EACA;;AAIF;EACE;;AAIF;EACE;;AAGN;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEF;EACE;EACA;;AAEA;EACE;EACA;;AAEA;EACE;;AAEF;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAEV;EACE;;AAWN;EACE;;AAEA;EACE;;AAEF;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEJ;EACE;EACA;;AAEF;EACE;;AAEA;EACE;EACA;EACA;EACA;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE;;AAER;EACE;EACA;;AAEJ;EACE;EACA;;AACA;EAHF;IAII;;;AACF;EACE;;AACF;EACE;EACA;;AAEE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVF;IAWI;IACA;;;AAEJ;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAEF;EACE;;AAEF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAXF;IAYI;IACA;IACA;IACA;;;AACJ;EACE;EACA;;AACA;EACE;;AAGd;EACE;;AAEJ;EACE;;AACA;EAFF;IAGI;;;AACF;EACE;EACA;;AACF;EACE;EACA;EACA;;AAEA;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EADF;IAEI;;;AAGJ;EACE;EACA;;AAEA;EACE;;AAEJ;EAvCF;IAwCI;;;AAKA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAXF;IAYI;IACA;IACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAXF;IAYI;IACA;IACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAXF;IAYI;IACA;IACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAXF;IAYI;IACA;IACA;;;AAEZ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAEA;EACE;;AAEF;EACE;;AACA;EAFF;IAGI;;;AAGN;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;;AACA;EAFF;IAGI;;;AAEN;EACE;EACA;;AAEJ;EACE;EACA;EACA;;AAER;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAEF;EACE;;AACA;EACE;;AAEF;EACE;EACA;;AAEJ;EACE;EACA;EACA;;AAEF;EArBF;IAsBI;IACA;IACA;IACA;IACA;;EAEA;IACE;IACA;;EAEF;IACE;;;;AAGR;EAEI;IACE;;EAEA;IACE;IACA;;EAEA;IACE;IACA;IACA;;EAIE;IACE;IACA;;EAEJ;IACE;;EAEF;IACE;;EAGA;IACE;;EACF;IACE;;EAER;IACE;;EAEA;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEA;IACE;;EAEJ;IACE;IACA;;EAEJ;IACE;;EAEA;IACE;;EAEF;IACE;IACA;;EAEJ;IACE;;EAEA;IACE;;EAEF;IACE;IACA;;EAEA;IACE;;EAEF;IACE;IACA;;EACA;IACE;;EAEA;IACE;;EAEV;IACE;;EACA;IACE;IACA;;EAEA;IACE;;EACA;IACE;IACA;;EAEN;IACE;IACA;IACA;;EAEA;IACE;IACA;;EAEA;IACE;IACA;IACA;;EAEJ;IACE;;EAEF;IACE;IACA;IACA;;EAEA;IACE;;;AAIZ;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAEF;EATF;IAUI;IACA;;;AAEJ;EACE;EACA;;AACA;EACE;;AAEJ;EACE;EACA;;AACA;EACE;;;AAEN;EACE;EACA;;;AAKE;EACE;EACA;;AACF;EACE;;AAKM;EACE;;AACA;EACE;EACA;EACA;;AACZ;EAMY;IACE;IACA;;;;A9Bt6BlB;AACA;AACA;A+BGI;EACE;;AACF;EACE;;AACA;EACE;;;AAGN;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACF;EACE;EACA;;AACA;EACE;EACA;;AACA;EACE;;AACF;EACE;;AACF;EACE;;AACA;EACE;EACA;EACA;;AACR;EAGM;IACE;;;AACR;EA7CF;IA8CI;;EAGI;IACE;;;AAGV;EACE;EACA;EACA;;AACA;EACE;;AAEF;EAPF;IAQI;IACA;;EACA;IACE;;;AAEN;EACE;EACA,a1BGiB;E0BFjB;EACA;EACA;;AACA;EACE;EACA;EACA,a1BVa;;A0BWf;EAVF;IAWI;;EACA;IACE;;;AAGJ;EACE;;AACA;EACE;EACA;EACA,O1B5FK;E0B6FL,a1BpBe;E0BqBf;;AACA;EACE;EACA;;AACJ;EACE;EACA;EACA;EACA;;AACA;EACE;;AACA;EACE;EACA;EACA;;AACJ;EACE;EACA;EACA;EACA;;AACF;EACE;EACA;;AACA;EACE;EACA;EACA,a1B5CS;E0B6CT;EACA;;AACN;EApCF;IAqCI;;EACA;IACE;IACA;IACA;IACA;;EACA;IACE;;EACF;IACE;IACA;;EACJ;IACE;IACA;IACA;IACA;;EACA;IACE;IACA;IACA;IACA;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACA;IACE;IACA;IACA;IACA;IACA;;;AAGV;EACE;;AACA;EACE;;AACF;EACE;EACA;EACA;EACA;EACA,O1B5KQ;;A0B6KV;EACE;EACA,O1B5KK;;A0B6KP;EACE;;AACF;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AACF;EACE;;AACJ;EACE;;AACA;EACE;;AACF;EACE;EACA;;AACJ;EAjCF;IAkCI;;EACA;IACE;;EACF;IACE;IACA;;EACA;IACE;IACA;;;AACA;EAHF;IAII;;;AAXR;EAYM;IACE;;EACJ;IACE;;EACA;IACE;;EACN;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;;EACA;IACE;IACA;;EACA;IACE;IACA;;EACF;IACE;IACA;;;AACJ;EACE;IACE;;;AAEV;EACE,kB1B5OU;E0B6OV;EACA;EACA;EACA;;AAEE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACJ;EACE;EACA;EACA;EACA,O1BhQQ;;A0BiQR;EACE;EACA;;AAEE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACJ;EACE;EACA,a1BlMS;E0BmMT;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kB1BpSA;;A0BqSN;EACE;EACA;;AACN;EA7DF;IA8DI;;EACA;IACE;;EACA;IACE;;EACA;IACE;IACA;;EACA;IACE;;EACJ;IACE;;;AAIR;EACE;EACA,a1B9Oe;E0B+Of;EACA;;AACA;EALF;IAMI;IACA;;;AAEJ;EACE;EACA,a1BxPS;E0ByPT;EACA;;AACA;EALF;IAMI;;;AACN;EACE;;AACA;EAFF;IAGI;;;;A/BhVR;AACA;AACA;AgCCE;EACE;;AnBEF;EmBHA;IAGI;;;AACJ;EACE;;AnBFF;EmBCA;IAGI;;;;AhCVN;AACA;AACA;AiCAA;EACE,kB5BEc;E4BDd;;AACA;EAHF;IAII;;;AAEA;EADF;IAEI;;;AAGF;EACE;;AACA;EACE;;AACA;EACE;;AACF;EACE;;AAEE;EACE;;AACJ;EACE;;AACJ;EACE;;AACA;EACE;EACA;EACA;EACA;;AACJ;EACE;EACA,O5B7BM;E4B8BN;EACA;EACA;;AACA;EACE;;AACF;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AACF;EACE;;AACJ;EACE;EACA;;AACA;EACE;EACA;EACA;;AAER;EA/CF;IAgDI;;EACA;IACE;;EACA;IACE;;EACF;IACE;;EACA;IACE;;EACJ;IACE;IACA;;EACF;IACE;;EAEE;IACE;;EACJ;IACE;;;AAER;EAEI;IACE;;EACA;IACE;IACA;IACA;;EACA;IACE;;EACJ;IACE;IACA;IACA;IACA;;EACF;IACE;;EACF;IACE;;;AAGV;EACE;EACA;EACA;EACA,O5BpGU;;A4BqGV;EACE;EACA;EACA,O5BxGQ;E4ByGR;;AACA;EACE;EACA;EACA;EACA;EACA;EACA,a5BrCO;;A4BsCP;EACE;EACA;EACA;EACA;EACA;EACA,kB5BvHI;E4BwHJ;EACA;;AACF;EACE;;AACF;EACE;;AACJ;EACE;EACA;EACA;;AACJ;EACE;EACA;EACA;EACA;;AACA;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;;AACF;EACE;;AACA;EACE;EACA;EACA;;AAER;EACE;IACE;;EACA;IACE;;EACA;IACE;;EACF;IACE;IACA;;;AAER;EAtEF;IAuEI;;EACA;IACE;;EACA;IACE;;EACA;IACE;IACA;;EACF;IACE;;EACF;IACE;;EACJ;IACE;;EAGA;IACE;IACA;;EACA;IACE;IACA;;EAEF;IACE;;EACJ;IACE;IACA;IACA;IACA;;EACF;IACE;;EACA;IACE;IACA;;;;AjC9MhB;AACA;AACA;AkCCE;EACE;;AACA;EAFF;IAGI;;;AACJ;EACE;EACA;EACA;;AACA;EACE;;AACF;EANF;IAOI;IACA;;;AAGF;EACE;EACA,O7BZO;E6BaP;EACA;;AACA;EACE;EACA;;AACF;EACE;;AACJ;EAXF;IAYI;;EACA;IACE;;EACA;IACE;;;AAGN;EACE;;AACA;EAFF;IAGI;;;AAEJ;EACE;;AACA;EACE;EACA;;AACA;EACE;EACA;EACA,O7B5CM;E6B6CN;EACA;;AACA;EACE;;AACF;EACE;;AACF;EACE;EACA;;AACF;EACE;EACA,O7BrDC;E6BsDD;EACA;EACA;;AAEN;EAzBF;IA0BI;;EACA;IACE;;EACA;IACE;;EACA;IACE;;EACF;IACE;IACA;;EACF;IACE;IACA;;;;AlC/Ed;AACA;AACA;AmCCI;EACI;EACA;EACA,kB9BDQ;E8BER;EACA;;AACA;EACI,kB9BPE;E8BQF;EACA;EACA;;AACA;EACI;EACA,O9BVE;E8BWF;EACA;EACA;EACA;EACA;EACA;EACA;;AACR;EACI;EACA;EACA;;AACJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAXJ;IAYQ;;;AACJ;EAbJ;IAcQ;;;AACR;EACI;IACI;IACA;IACA;;;AAEJ;EACI;;AACZ;EAEI;;AACA;EAHJ;IAIQ;;;AACJ;EALJ;IAMQ;;;AACJ;EAPJ;IAQQ;;;AACJ;EACI;EACA,a9BYM;;A8BXN;EAHJ;IAIQ;;;AACJ;EALJ;IAMQ;;;AACJ;EAPJ;IAQQ;;;AACZ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AACR;EAhFJ;IAiFQ;;;AACJ;EAlFJ;IAmFQ;;EACA;IACI;IACA;IACA;;EACA;IACI;IACA;;EACR;IACI;;EACJ;IACI;IACA;IACA;IACA;IACA;;EACJ;IACI;IACA;IACA;IACA;;EACJ;IACI;;EACA;IACI;;EACJ;IACI;IACA;IACA;IACA;IACA;IACA;;;AAGZ;EACI;EACA;;AACA;EAHJ;IAIQ;;;AACR;EACI;EACA;EACA,a9BjDU;;A8BmDV;EACI,kB9BnGL;E8BoGK;EACA;;AACA;EACI,O9BlIJ;;A8BmIA;EANJ;IAOQ;IACA;;EACA;IACI;;;AAIZ;EACI;EACA;EACA;EACA,a9BlEO;;A8BoEP;EACI;EACA,a9BtEG;;A8BuEX;EAVJ;IAWQ;IACA;IACA;;EACA;IACI;IACA;;EACJ;IACI;;EACA;IACI;IACA;;EACJ;IACI;IACA;;EACJ;IACI;IACA;IACA;IACA;;EACA;IACI;;EACJ;IACI;;;AAGhB;EADJ;IAEQ;;;AAGJ;EACI;EACA,kB9BtLF;E8BuLE;EACA;;AACA;EACI;EACA;;AACJ;EACI;EACA,O9B5LJ;E8B6LI;EACA;EACA;;AACA;EACI;EACA;EACA,a9BxHP;E8ByHO;EACA;EACA;;AACJ;EACI;EACA;EACA;;AACR;EACI;EACA;EACA;;AACJ;EACI;;AACA;EACI;EACA;EACA;;AACJ;EACI,O9BtNR;E8BuNQ;EACA;;AACA;EACI;EACA;EACA;;AACJ;EACI;EACA;EACA;;AAChB;EACI;;AACJ;EACI;EACA;;AACA;EACI;;AACJ;EACI;;AACJ;EACI;EACA;EACA;EACA;;AACJ;EACI;EACA;EACA,O9BlPJ;E8BmPI;EACA;EACA;;AACA;EACI;EACA;;AACR;EACI;EACA;EACA;;AACR;EACI;;AACJ;EACI;IACI;IACA;;EACA;IACI;IACA;;EACA;IACI;;EACR;IACI;;EACJ;IACI;;EACA;IACI;;EACJ;IACI;;EAEA;IACI;IACA;IACA;;EACJ;IACI;IACA;;EAChB;IACI;;EACJ;IACI;;EACA;IACI;;EACJ;IACI;IACA;;EACJ;IACI;IACA;;EACJ;IACI;IACA;;EACA;IACI;;EACR;IACI;IACA;;;AAEZ;EACI;;AACA;EAFJ;IAGQ;IACA;IACA;IACA;;EACA;IACI;IACA;;EACA;IACI;IACA;IACA;IACA;IACA;;EACJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;;AACZ;EACI,O9BtUJ;;A8BwUI;EACI;;AACZ;EACI;IACI;;EACA;IACI;;EACA;IACI;;;AAEZ;EADJ;IAEQ;;EACA;IACI;;;AACZ;EA1CJ;IA2CQ;;EACA;IAEI;IACA;;EACA;IACI;;EACA;IACI;IACA;IACA;IACA;IACA;;EACJ;IACI;IACA;IACA;IACA;IACA;;EAEZ;IACI,kB9B5WJ;;E8B6WA;IACI;IACA;IACA;IACA;;;AACA;EALJ;IAMQ;;EACA;IACI;;;AA/BhB;EAgCQ;IACI;IACA;IACA;IACA;;EACR;IACI;;EACA;IACI;;EACR;IACI;;EACA;IACI;;EACR;IACI;;;AACZ;EACI;EACA;;AACA;EACI;;AACJ;EACI;EACA;EACA;;AACA;EAJJ;IAKQ;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAGA;EACI;;AACJ;EACI,kB9Bjad;;A8BkaE;EACI;EACA;EACA;EACA;;AACA;EALJ;IAMQ;;;AACR;EAvBJ;IAwBQ;IACA;;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AACJ;EAfJ;IAgBQ;IACA;;;AAChB;EAzDJ;IA0DQ;;EACA;IACI;;EACJ;IACI;;;AAGR;EACI;EACA;;AACA;EACI;EACA;EACA;;AACJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AACA;EACI,O9BjdZ;;A8BkdA;EAnBJ;IAoBQ;;EACA;IACI;IACA;IACA;;EACJ;IACI;IACA;IACA;;EAEA;IACI;IACA;;;AAEhB;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AACJ;EACI;EACA;EACA;;AACJ;EACI;EACA,O9BvfF;E8BwfE;EACA;EACA;;AACJ;EACI;EACA;EACA;EACA;;AACJ;EACI;;AACA;EACI;;AAEJ;EACI;;AACA;EACI;EACA;EACA,kB9B7gBd;E8B8gBc;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI,O9BnhBd;E8BohBc;;AACJ;EACI;;AACJ;EACI;EACA,O9BxhBlB;E8ByhBkB;;AACR;EAtBJ;IAuBQ;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;IACA;IACA;;EACA;IACI;;EACJ;IACI;IACA,kB9B1iBlB;I8B2iBkB,O9B9iBtB;I8B+iBsB;;;AAChB;EACI,kB9BjjBV;E8BkjBU;EACA;;AACA;EACI;;AACJ;EACI;;AACR;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;;AACJ;EACI;;AAEA;EACI;EACA;EACA,a9BtfX;E8BufW;EACA;;AACJ;EACI,O9BvkBd;;A8BwkBc;EACI;;AAEhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AACJ;EACI;;AAChB;EAEQ;IACI;;;AACZ;EACI;IACI;IACA;IACA;;EACA;IACI;;EACA;IACI;;EACR;IACI;IACA;;EACJ;IACI;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;;EACJ;IACI;IACA;IACA;;EACA;IACI;;EACA;IACI;;EACR;IACI;;EACJ;IACI;IACA;;EACJ;IACI;;EACA;IACI;;EACZ;IACI;;EAEJ;IACI;IACA;;;AACpB;EACI;;AACA;EACI;;AACA;EAFJ;IAGQ;;;AAEJ;EACI;;AACR;EACI;;AACA;EACI;;AAGI;EACI;EACA;EACA;;AAEA;EACI;;AACpB;EACI;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;AACJ;EAHJ;IAIQ;;;AACR;EAjCJ;IAkCQ;;EACA;IACI;;EACA;IACI;;EACR;IACI;;EACA;IACI;;EAGA;IACI;IACA;;EACA;IACI;;;AAGxB;EACI;EACA,kB9B1qBD;;A8B2qBC;EACI;;AACJ;EACI,O9BzsBA;E8B0sBA;EACA;EACA;EACA;;AACJ;EACI;EACA;;AACA;EACI,kB9BptBN;E8BqtBM;EACA;;AACA;EACI;;AACJ;EACI;EACA,O9BztBR;E8B0tBQ;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AACR;EACI;EACA;;AACA;EACI;;AACJ;EACI;;AAChB;EACI;IACI;;;AACR;EA5CJ;IA6CQ;;EACA;IACI;;EACJ;IACI;IACA;IACA;;EAEA;IACI;;EACA;IACI;IACA;IACA;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;IACA;;EACR;IACI;IACA;;;AAGpB;EACI;;AACA;EAFJ;IAGQ;;;AACJ;EACI;;AACA;EAFJ;IAGQ;;;AACR;EACI;EACA;EACA;EACA;EACA;;AACA;EANJ;IAOQ;IACA;IACA;IACA;IACA;;;AACR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA,kB9BpzBJ;E8BqzBI;EACA;EACA;EACA;;AACA;EACI,O9B1zBR;E8B2zBQ;EACA;;AAGJ;EACI;;AACJ;EACI;;AAGI;EACI;;AACZ;EACI;EACA;;AACA;EACI;;AACJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGQ;EACI,O9B/0BxB;;A8Bi1BQ;EACI;EACA,O9B11BZ;E8B21BY;EACA;;AACA;EACI;EACA;EACA;;AAER;EACI;EACA,O9Bp2BZ;E8Bq2BY;EACA;EACA;;AAEJ;EACI;;AACZ;EA3EJ;IA4EQ;IACA;;EAEA;IACI;;EACJ;IACI;;EACA;IACI;;EACJ;IACI;;;AACZ;EAvFJ;IAwFQ;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;IACA;;EAIQ;IACI;;EAER;IACI;;EACA;IACI;IACA;;EACR;IACI;;EACJ;IACI;;;AAGxB;EACI;;AACA;EACI;;AACJ;EACI;EACA;EACA;EACA;;AACR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,O9Br6BE;E8Bs6BF;EACA;EACA,kB9B55BG;E8B65BH;EACA;EACA;;AACA;EACI,O9Bj6BD;E8Bk6BC,kB9B96BF;;A8B+6BN;EACI;IACI;;EACA;IACI;;EACJ;IACI;IACA;IACA;IACA;;EACR;IACI;IACA;IACA;IACA;IACA;;;;AnCj8BhB;AACA;AACA;AoCCE;EACE,kB/BCY;E+BAZ;EACA;;AACA;EAJF;IAKI;;;AACJ;EACE;;AACA;EAFF;IAGI;;;AAEJ;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;IACA;;;AAIA;EACE;;AACF;EACE;EAEA;;AACF;EACE;EACA;;AACF;EACE;IACE;;EACF;IACE;IACA;IACA;;EACF;IACE;IACA;;;AAEN;EACE;EACA;;AACA;EACE;;AACF;EALF;IAMI;IACA;IACA;IACA;IACA;;;AAEJ;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA,O/B7DQ;E+B8DR;EACA;EACA;;AACA;EACE;;AACF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AACF;EACE;EACA;;AACJ;EAGE;EAEA;EACA,O/B3FM;;A+B4FN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AACJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE,a/BlDO;E+BmDP;EACA;;AAEV;EAnFF;IAoFI;IACA;;EACA;IACE;;EACA;IACE;;EACF;IACE;;;AACN;EACE;IACE;IACA;IACA;;EACA;IACE;IACA;IACA;IACA;;EACA;IACE;IACA;IACA;;EACF;IACE;;EAEF;IACE;IACA;;EACF;IACE;IACA;IACA;IACA;;EACA;IACE;;EACF;IACE;IACA;;EACA;IACE;;;AAEhB;EACE;;AACA;EAFF;IAGI;;;;AAMA;EACE,a/B/Ge;;A+BkHnB;AAAA;EACE,a/BnHiB;E+BoHjB;EACA;;AACA;EAJF;AAAA;IAKI;IACA;;;;AAOE;EACE;EACA;;AACA;EAHF;IAII;;;AACF;EALF;IAMI;;;AACN;EACE;;AACA;EAFF;IAGI;;;;ApC1NZ;AACA;AACA;AqCEE;EACE;;AACA;EAFF;IAGI;;;AACJ;EACE;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;;AAEE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,ahCyDW;EgCxDX;;AAIA;EACE;;AACF;EACE;;AACF;EACE;;AAME;EACE;;AAEJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE,OhCtDF;EgCuDE;;AAGF;EACE;;AAGV;EACE;;AACA;EACE;EACA;EACA;EACA,OhCxEC;EgCyED;EACA;EACA;EACA,ahCNO;EgCOP;;AACF;EACE;EACA,OhChFC;;AgCkFP;EA3EF;IA4EI;;EAEE;IACE;IACA;IACA;;EAEA;IACE;;EAEA;IACE;;EACA;IACE;;EACR;IACE;;EACA;IACE;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;IACA;;;;AAKR;EACE;EACA;;AACA;EAHF;IAII;IACA;;;AACJ;EACE;;AACA;EAFF;IAGI;IACA;;;;ArCrIV;AACA;AACA;AsCCE;EACE;EACA;EACA;;AACA;EACE;EACA;EACA,OjCPQ;EiCQR,ajCwEe;EiCvEf;EACA;EACA;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACF;EACE;;AAME;EACE;EACA;EACA;;AACN;EACE;;AACF;EACE;;AACF;EAGE;;AACA;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;;AACF;EACE;EACA,ajCkBO;EiCjBP;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OjChFU;EiCiFV;EACA;;AACA;EACE;EACA;EACA;;AACA;EACE;;AACF;EACE;;AACF;EACE;EACA;EACA;EACA,ajCjBW;EiCkBX;;AAEN;EACE;IACE;;;AAEJ;EAxGF;IAyGI;;EACA;IACE;IACA;IACA;;EACF;IACE;IACA;IACA;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;IACA;;EAGE;IACE;;;AAER;EACE;IACE;IACA;IACA;;EAEF;IACE;IACA;;EACF;IACE;;EACF;IACE;IACA;IACA;;EACA;IACE;;EACA;IACE;;EACF;IACE;;EAGA;IACE;;EAGR;IACE;;EACA;IACE;;EACA;IACE;IACA;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;IACA;IACA;;EAGF;IACE;;;AAKR;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AACA;EACE,OjC/LI;EiCgMJ;EACA;EACA;EACA;;AACF;EACE,OjCpMM;EiCqMN;EACA;;AACA;EACE;EACA;;AACA;EACE;;AAEJ;EACE;EACA;EACA,ajCnIO;;AiCoIT;EACE;EACA;EACA;;AACF;EACE;EACA;;AAEV;EACE;IACE;IACA;;EACA;IACE;;EACA;IACE;;;AAER;EAEI;IACE;;EAEE;IACE;;EACF;IACE;;EAEE;IACE;;EAEJ;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;;AAEd;EACE;;AACA;EAFF;IAGI;IACA;IACA;IACA;IACA;IACA;;EACA;IACE;IACA;IACA;IACA;IACA;;EACA;IACE;IACA;IACA,OjC5QM;IiC6QN;;EACA;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;;EACJ;IACE;IACA;IACA;;EACF;IACE;IACA;IACA;IACA;IACA;IACA;;;AAKN;EACE;;AAEF;EACE;EACA;;AAEF;EACE;;AAEE;EACE;;AACA;EACE;;AACF;EACE;;AACF;EACE;;AACF;EACE;;AACF;EACE;EACA;;AACN;EAhBF;IAiBI;IACA;;EACA;IACE;IACA;IACA;IACA;;EAGE;IACE;;EACF;IACE;IACA;IACA;;EAEA;IACE;;EACJ;IACE;;EACF;IACE;;;AAGR;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;;AACA;EACE;EACA;EACA;;AACJ;EACE;EACA,OjCzWQ;EiC0WR;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;;AACA;EACE;;AACA;EACE;;AAEJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;;AACF;EACE;;AAEA;EACE;EACA;EACA,ajC/TK;EiCgUL;EACA;;AACF;EACE,OjChZE;EiCiZF;;AACA;EACE;;AACZ;EAEI;IACE;;;AACN;EACE;IACE;IACA;;EACA;IACE;;EACA;IACE;;EACJ;IACE;IACA;;EACF;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;;EACF;IACE;IACA;;EACA;IACE;;EACA;IACE;IACA;;EACJ;IACE;;EAEA;IACE;;EAEA;IACE;;;AAId;EACE;EACA;;AACF;EACE;EACA;;AACF;EACE;EACA;EACA;EACA;;AAEE;EACE;;AACJ;EACE;EACA;EACA;EACA;EACA;;AAEE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACJ;EACE;;AACF;EACE;;AACF;EACE;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;;AACN;EACE;IACE;;EAEE;IACE;;EACJ;IACE;IACA;IACA;;EACA;IACE;;EACA;IACE;IACA;IACA;IACA;IACA;IACA;;;AACV;EA/DF;IAgEI;;EACA;IACE;;EACF;IACE;IACA;;EAEE;IACE;;EACJ;IACE;IACA;IACA;IACA;;EACA;IACE;;EACA;IACE;IACA;IACA;IACA;IACA;IACA;;EACJ;IACE;IACA;IACA;IACA;;EACF;IACE;IACA;;;AAEV;EACE;;AACA;EACE;;AAEF;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AAEF;EACE;;AACA;EACE;;AAEJ;EACE;EACA;;AACA;EACE;;AAEJ;EACE;;AAEA;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA,kBjCxkBM;EiCykBN;EACA;EACA;EACA;;AAGA;EACE;;AAEA;EACE;;AACJ;EACE;EACA;;AACA;EACE;;AACF;EACE;EACA;EACA;EACA;EACA;;AAEE;EACE,OjC1lBF;;AiC2lBA;EACE;EACA;;AACJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACE;EACA,OjCnnBE;EiConBF;EACA;EACA;;AACF;EACE;EACA;EACA,OjC1nBE;EiC2nBF;;AAEF;EACE;;AACR;EACE;;AAEF;EAjGF;IAkGI;;EACA;IACE;;EACF;IACE;;EACA;IACE;IACA;IACA;IACA;;EACJ;IACE;IACA;IACA;IACA;;EACA;IACE;;EACJ;IACE;;;AAEJ;EAtHF;IAuHI;;EACA;IACE;;EAEA;IACE;;EACJ;IACE;IACA;;EACA;IACE;IACA;IACA;IACA;;EAII;IACE;IACA;;EACF;IACE;;EACN;IACE;;EAEE;IACE;;EACA;IACE;IACA;;EAGF;IAEE;;EACZ;IACE;;;AAIJ;EACE;;AACF;EAHF;IAII;IACA;;EACA;IACE;;;AAEN;EACE;;AACA;EACE;;AACF;EACE;EACA;EACA;;AACF;EACE;EACA;;AACA;EACE;;AACA;EACE;EACA;;AAEJ;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAGA;EACE;;AACN;EACE;EACA;EACA;EACA;;AAEJ;EAnCF;IAoCI;;EAEE;IACE;;;AAEN;EAzCF;IA0CI;;EACA;IACE;IACA;;EACA;IACE;;EACJ;IACE;;EACF;IACE;;EACF;IACE;IACA;;;AAEN;EACE;;AACA;EAFF;IAGI;;;AACF;EACE;;AACF;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AACF;EANF;IAOI;;;AAEJ;EACE;EACA;;AACA;EACE;EACA;;AACA;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;;AACA;EACE;;AACA;EACE;;AACA;EACE,OjC5xBJ;;AiC6xBF;EACE;EACA;EACA;EACA;;AACF;EACE;EACA;;AACR;EACE;;AACA;EACE;;AAEJ;EAlCF;IAmCI;;EACA;IACE;IACA;;EACF;IACE;;;AAEJ;EA1CF;IA2CI;;EACA;IACE;;EACF;IACE;;EAGE;IACE;IACA;IACA;IACA;IACA;IACA;;EACA;IACE;IACA;IACA;;EACF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;;;AACZ;EACE;;AAEA;EACE;;AAEF;EACE;EACA;;AAEF;EAVF;IAWI;;EACA;IACE;;EACF;IACE;IACA;;;AAGF;EACE;EACA;EACA;EACA;;AACF;EACE;EACA;;AACF;EACE;IACE;;EACF;IACE;;;AAIR;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;;AACF;EACE;;AACA;EACE;EACA;EACA;;AACF;EACE;;AACF;EACE;EACA;;AACF;EACE;EACA;EACA;EACA;;AACF;EACE;EACA;;AACA;EAHF;IAII;;;AAEN;EA9BF;IA+BI;IACA;;EACA;IACE;IACA;IACA;;EACF;IACE;;;AACJ;EAEI;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;;;AAER;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGI;EACE;EACA;EACA;;AACN;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACN;EACE;;AAMF;EAvCF;IAwCI;;EACA;IACE;IACA;IACA;IACA;;EACA;IACE;;EACA;IACE;IACA;IACA;;EACJ;IACE;IACA;IACA;;;AAER;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AACJ;EACE;;AACA;EACE;;AACJ;EACE;EACA,OjCv/BM;;AiCy/BR;EAtBF;IAuBI;;EACA;IACE;;EACA;IACE;IACA;IACA;;EACJ;IACE;IACA;;;AAER;EACE;;AACA;EAFF;IAGI;;;;AAGR;EACE;IACE;;EAEF;IACE;;;AAKJ;EACE;;AAGE;EACE;;AACF;EACE;;AAEE;EACE;EACA;;AACN;EACE;IACE;IACA;;EACF;IACE;;;AACJ;EACE;IACE;IACA;;;AAGN;EACE;;AAEE;EACE;;AACA;EAFF;IAGI;;;AAEF;EACE;;AAER;EACE;EACA;EACA;EACA;EAEA;EACA;EACA;EACA,OjCjkCY;EiCkkCZ;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;;AACF;EACE;;AACF;EACE;EACA;EACA;EACA;EACA;;AACF;EACE;EACA;;AACJ;EAjCF;IAkCI;IACA;IACA;IACA;IACA;;EACA;IACE;;EACA;IACE;;EACF;IACE;;EACF;IACE;;;AAOA;EACE;;AACN;EAGM;IACE;;EACF;IACE;IACA;;EACF;IACE;;EAGA;IACE;;;AAGV;EACE;IACE;;;AAGJ;EACE;IACE;;;;AAIR;EACE;;AACA;EAFF;IAGI;;;;AAKF;EADF;IAEI;;;;AtCxpCN;AACA;AACA;AuCCE;EACE;EACA;EACA,YlCDY;;AkCGZ;EADF;IAEI;;;AAGJ;EACE,OlCVU;EkCWV;;AACA;EACE;EACA;;AACF;EACE;;AACA;EACE;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;;AACA;EACE;EACA;EACA;;AACJ;EACE;EACA,alCiDY;EkChDZ;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;;AACJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA,alC0Ba;EkCzBb;EACA;EACA;;AAEA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YlCpEI;;AkCqEN;EACE;;AACF;EACE,YlCxEI;EkCyEJ,OlCvEM;EkCwEN;;AACA;EAEE,YlC3EI;;AkC4EZ;EArEF;IAsEI;;EACA;IACE;;EACF;IACE;IACA;;EACA;IACE;IACA;IACA;;EACA;IACE;;EACJ;IACE;IACA;;EACA;IACE;IACA;;EAEF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;;AA2BV;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OlCxIS;EkCyIT;;AACA;EACE;EACA;EACA;;AAEF;EACE;;AACA;EACE;EACA;;AACJ;EACE;EACA;;AACA;EACE;EACA,alC5Ec;EkC6Ed;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AACF;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AACN;EACE;EACA;EACA;;AACA;EACE;EACA;;AACF;EACE;EACA;EACA;EACA,OlChMM;;AkCkMZ;EA/DF;IAgEI;IACA;IACA;IACA;;EAIA;IAKE;;EACF;IACE;IACA;IACA;;EAIF;IACE;IACA;IACA;;EACA;IACE;IACA;;EAEF;IACE;IACA;;EAMF;IACE;IACA;;EACA;IACE;;EACF;IACE;;;AAGV;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAEE;EACA;EACA;EACA;EACA,YlCnQQ;EkCoQR;;AACF;EACE;;AACF;EArBF;IAsBI;IACA;IACA;IACA;IACA;;;;AvCnRN;AACA;AACA;AwCAA;EACE,kBnC6BS;;AmC5BT;EACE,kBnC2BO;EmC1BP;;AACA;EAHF;IAII;;;AACJ;EACE,kBnCsBO;;AmClBP;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;AACF;EACE;EACA;;AACA;EACE;EACA;;AACJ;EACE;;AACA;EACE,anCoDW;EmCnDX,OnC5BM;EmC6BN;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;;AACF;EACE;;AACJ;EACE;EACA;EACA;;AACF;EACE;IACE;IACA;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;IACA;;;AACJ;EAjDF;IAkDI;;EAEE;IACE;IACA;IACA;IACA;;EACF;IACE;IACA;;EACF;IACE;;;AAER;EACE,OnC3EQ;EmC4ER;;AACA;EACE;;AACA;EACE;EACA;EACA;;AACA;EACE;;AACJ;EACE;EACA;;AACA;EACE;EACA;;AACA;EACE;EACA;;AACJ;EACE,OnC1FC;EmC2FD;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;;AACF;EACE;EACA;;AACR;EACE;EACA;;AACA;EACE;;AAEA;EACE;EACA;;AAEJ;EACE;EACA;EACA;EACA;EACA;EAEA;EACA;EACA,OnC7IM;EmC8IN;;AACF;EACE,YnChJM;EmCiJN,OnCnJI;;AmCoJN;EACE;;AACF;EACE;EACA;;AACJ;EAGM;IACE;;;AAER;EArFF;IAsFI;;EACA;IACE;;EACF;IACE;IACA;;EACA;IACE;IACA;IACA;;EAGF;IACE;;EACA;IACE;IACA;;EAEA;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;;EACR;IACE;IACA;;;;AxC/LV;AACA;AACA;AyCCI;EACI;;AACA;EAFJ;IAGQ;;;AAER;EACI;;AACA;EAFJ;IAGQ;;;AAER;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;;AAEI;EACI;;AACR;EACI;EACA;EACA;EACA;EACA,OpChCA;;AoCiCJ;EACI;EACA;;AACR;EA5BJ;IA6BQ;;EAGQ;IACI;;EACR;IACI;IACA;;EACJ;IACI;;;AACZ;EAGY;IACI;;;AAGhB;EACI;EACA;;AACA;EACI;EACA;;AAGJ;EACI;;AAEJ;EACI;;AACJ;EACI;EAEA;EACA;EACA;EACA;EACA,OpC1EA;;AoC2EJ;EACI;EACA;EACA;;AACA;EACI;EACA;;AACR;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA,OpC3FJ;;AoC4FA;EACI;EACA;;AACZ;EACI;;AACA;EACI;EACA;;AACA;EACI;EACA;EACA,OpCzGN;EoC0GM,YpCvGF;;AoCwGF;EACI;EACA;;AAEJ;EACI;EACA;;AACA;EACI;;AACJ;EACI;EACA;;AAKhB;EACI;IACI;IACA;;EACA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA,kBpCvIN;;EoCyIE;IACI;;EACA;IACI;;EACR;IACI;;EACJ;IACI;;EACJ;IACI;IACA;IACA;IACA;;EACJ;IACI;IACA;;EACJ;IACI;IACA;;EACA;IACI;IACA;;EACJ;IACI;;EACZ;IACI;;EAEJ;IACI;;EACA;IACI;IACA;;EACA;IACI;IACA;;EACJ;IACI;IACA;;EAEJ;IACI;IACA;;EACA;IACI;;;AAIxB;EACI;;AACA;EAFJ;IAGQ;;;AAGR;EACI;;AACA;EACI;EACA;;AACJ;EACI;EACA;EACA;;AACJ;EATJ;IAUQ;;;;AzC3MZ;AACA;AACA;A0CAA;EACE,kBrC6BS;EqC5BT;;AACA;EACE,kBrC0BO;EqCzBP;;AAEF;EACE;;AAIA;EACE;;AACA;EACE;;AACA;EACE;;AAEJ;EACE;;AACN;EArBF;IAsBI;;EACA;IACE;;EACF;IACE;;EACA;IACE;;;;A1C9BR;AACA;AACA;A2CAA;EACE;;AACA;EACE;;AACF;EACE;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;;AACF;EACE;;AACF;EAhBF;IAiBI;;EACA;IACE;;EACF;IACE;IACA;;EACF;IACE;IACA;;;;A3C3BN;AACA;AACA;A4CCI;EACI;;AAEJ;EACI;EACA;;AACJ;EACI;;AAEJ;EACI;IACI;;EAIJ;IACI;;EAEJ;IACI;;;;A5CtBZ;AACA;AACA;A6CEI;EACI;;AACJ;EACI;;AACA;EACI;;AACJ;EACI;EACA;;AAER;EACI;EACA;;AACA;EACI;EACA;;AACA;EACI;;AAER;EACI;;AACJ;EACI;EACA;EACA;EACA,OxC1BE;EwC2BF;EACA;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACJ;EACI,OxC1CJ;EwC2CI,cxC3CJ;;AwC4CI;EACI,kBxC7CR;;AwC+CZ;EACI;IACI;;EACJ;IACI;IACA;;EACA;IACI;;EACJ;IACI;IACA;;EACR;IACI;;EACA;IACI;IACA;IACA;;;AAKZ;EACI;EACA;EACA,YxClDQ;EwCmDR;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AACJ;EACI;;AACA;EACI;EACA;;AAEZ;EAEI;EACA;EACA;EACA;EACA;EACA;;AACJ;EACI;;AACA;EACI;;AACJ;EACI,OxC9GH;EwC+GG;;AACR;EACI;EACA;;AACJ;EACI;EACA;;AAEJ;EACI;;AACA;EACI;EACA;;AAER;EACI;;AACA;EACI;;AAER;EA1DJ;IA2DQ;IACA;IAEA;IACA;;EACA;IACI;IACA;IACA;;EACJ;IACI;;EACJ;IACI;IACA;;EAEJ;IACI;;EACA;IACI;IACA;;EACR;IACI;;EACA;IACI;;;AAIhB;EACI;;AACA;EACI;;AAEA;EACI;EACA;;AAER;EACI;EACA;EACA;EACA;EACA;EAEA;EACA;EACA,OxCnLI;EwCoLJ;;AACJ;EACI,YxCtLI;EwCuLJ,OxCzLE;;AwC0LN;EACI;;AACJ;EACI;EACA;;;AAOR;EACI;EACA;;AAGJ;EACI;;AACA;EACI;EACA;EACA;EACA;;AACJ;EACI;EACA;EACA;EACA;;AACJ;EACI;EACA;EAEA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACR;EACI;EACA;EACA;EACA;;AACJ;EACI;EACA;EACA;EACA;;AACJ;EACI;EACA;EACA;;AACJ;EACI;EACA;EACA;;AAEJ;EACI,OxCnPI;;AwCoPJ;EACI;;AACR;EAGI;;AACA;EACI;EACA;;AAER;EAGI;;AACA;EACI;EACA;;AAGR;EACI;EACA;EACA,YxCrPI;EwCsPJ;EACA;;AACA;EACI;EACA;EACA;;AACJ;EACI;EACA;EACA;;AACJ;EACI;EACA,OxCvRA;EwCwRA;EACA;;AAIZ;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;;AACA;EACI;;AAEZ;EACI;;AAEJ;EACI;EACA;EAIA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACJ;EACI;;AACJ;EACI;EACA;;AACR;EACI;IAEI;IACA;;;AAER;EACI;IACI;IACA;;EACJ;IACI;;EACJ;IACI;;EAEA;IACI;IACA;;EAGJ;IACI;IAIA;;EAGJ;IACI;IACA;;EACJ;IACI;IACA;;EACJ;IACI;IACA;IACA;;EACJ;IAEI;IACA;;EAOJ;IACI;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;;EACJ;IAEI;;EAaR;IACI;IACA;IACA;;EACJ;IACI;;EACJ;IACI;IACA;;EAIR;IACI;;EACJ;IACI;;EACJ;IACI;;EAGJ;IACI;IACA;IACA;;EACA;IACI;;EACJ;IACI;IACA;;EACJ;IACI;;;;AAEZ;EACI;;AACA;EAFJ;IAGQ;;;;AAGR;EACI;;AACA;EAFJ;IAGQ;;;;A7ClcZ;AACA;AACA;A8CEI;EACI;EACA;;AAEA;EACI;;AACJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AACR;EACI;EACA;;AACA;EACI;;AACR;EACI;EACA;;AACJ;EACI;;AACA;EACI;;AACZ;EACI;IACI;;EAEA;IACI;;EACA;IACI;;EACR;IACI;IACA;;EAGA;IACI;IACA;;EACR;IACI;IACA;;EACA;IACI;;EACR;IACI;;EACJ;IACI;;;;AAKZ;EACI;;AACJ;EACI;;AACA;EAFJ;IAGQ;;;AAER;EACI;EACA;;AACA;EACI;EACA;EACA;;AACJ;EACI;EACA;;AACA;EACI;EACA;EACA,OzC5EA;EyC6EA;EACA;EACA;EACA;;AACR;EACI;IACI;;EACJ;IACI;;;AAGR;EACI;EACA,OzC1FI;EyC2FJ,azChBK;EyCiBL;EACA;EACA;EACA;EACA;;AACJ;EACI;EACA;;AACA;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACJ;EACI;;AACR;EACI;EACA;EACA;EACA;EACA;EACA;;AACJ;EACI;EACA;;AACR;EACI;IACI;IACA;;EACJ;IACI;;EACA;IACI;IACA;IACA;;EACA;IACI;IACA;;EACJ;IACI;;EACJ;IACI;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EACZ;IACI;IACA;;;AAGZ;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AACJ;EACI;EACA;EACA;EACA,OzChLF;EyCiLE;EACA,azClGK;EyCmGL;EACA;EACA;EACA,YzCpLA;;AyCqLJ;EACI;EACA,OzCvLA;EyCwLA;EACA;EACA;;AACJ;EACI;EACA;EACA;;AACR;EACI;IACI;IACA;;EACA;IACI;;EACA;IACI;;;AAGhB;EACI;EACA;;AACJ;EACI;EACA;;AACA;EACI;;AACR;EACI;;AACJ;EACI;IACI;;EACJ;IACI;;EACJ;IACI;;;AAKJ;EACI;;AACR;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AACJ;EACI,OzC1OA;EyC2OA;EACA;EACA;;AACJ;EACI;EACA;EACA;;AACJ;EACI;EACA;EACA;;AACA;EACI;;AACJ;EACI,OzCzPJ;EyC0PI;EACA;EACA;;AACJ;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;;AACA;EACI;;AAChB;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AACR;EACI;EACA;EACA;EACA;;AACJ;EACI;EACA;;AACA;EACI;EACA;;AAEhB;EAEQ;IACI;;;AAEZ;EAEQ;IACI;;EACR;IACI;IACA;IACA;IACA;;EACA;IACI;IACA;;EACJ;IACI;;EACJ;IACI;IACA;;EACJ;IACI;IACA;;EACA;IACI;IACA;IACA;;EACA;IACI;IACA;IACA;;EACR;IACI;IACA;;EACJ;IACI;IACA;;EACA;IACI;;EACZ;IACI;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;;EACJ;IACI;IACA;IACA;;EACJ;IACI;;EACA;IACI;;;AAKpB;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA,OzCjXN;EyCkXM,YzC/WF;;AyCgXF;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AACR;EACI;EACA;EACA;;AAEZ;EACI;IACI;;EACA;IACI;IACA;IACA;;EACA;IACI;IACA;;EACJ;IACI;IACA;IACA;IACA;IACA;IACA;;EACA;IACI;;EACR;IACI;IACA;;;AAEhB;EAGY;IACI;;EACJ;IACI;;EACR;IACI;;;AAChB;EACI;;AAEJ;EACI;;AACA;EACI;;AACJ;EACI;;AACA;EACI;;AACR;EARJ;IASQ;;;;AAWR;EACI;EACA;;AACJ;EACI;;AACA;EAFJ;IAGQ;;;AACR;EAEI;EACA;EACA;;AACA;EACI;EACA;;AACJ;EACI;;AAEJ;EAXJ;IAYQ;;EACA;IACI;;;AAGR;EACI;EACA;;AAEI;EACI;;AACR;EACI;EACA;EACA;EACA;EACA,OzC7dA;;AyC8dJ;EACI;EACA;;AACR;EAGY;IACI;;EACR;IACI;IACA;;EACJ;IACI;;;AAGZ;EACI;;AACA;EACI;EACA;;AACA;EACI;;AACR;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA,OzC7fA;;AyC8fJ;EACI;EACA;;AACR;EACI;IACI;IACA;;EACA;IACI;IACA;IACA;;EACA;IACI;;EACR;IACI;IACA;IACA;;EACJ;IACI;IACA;;EACJ;IACI;IACA;;EACJ;IACI;;;AAGZ;EACI;EACA;EACA;EACA;EACA;;AACJ;EACI;;AACA;EACI;;AACA;EACI;;AACR;EACI;EACA;EACA,OzCxiBA;EyCyiBA;;AACA;EACI;;AACJ;EACI;EACA;EACA;EACA;;AACJ;EACI;EACA,azCpeC;EyCqeD;;AACJ;EACI;;AACR;EACI;;AACJ;EACI;EACA;;AACJ;EACI;EACA;EACA;EACA;EACA,OzCjkBA;;AyCkkBA;EANJ;IAOQ;;;AACJ;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACZ;EACI;EACA;EACA;EACA;;AACA;EALJ;IAMQ;;;AACR;EACI;EACA;EACA;EACA;;AACA;EACI;;AACJ;EACI,OzChmBJ;;AyComBR;EACI;IACI;IACA;IACA;;EACJ;IACI;IACA;;EACA;IACI;IACA;;EACA;IACI;;EAGJ;IACI;IACA;;EACJ;IACI;IACA;;EAER;IACI;;EACJ;IACI;;EACJ;IACI;;EACA;IACI;;EACR;IACI;IACA;IACA;;EACJ;IACI;;;AAIZ;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA,OzCxpBN;EyCypBM,YzCtpBF;;AyCupBF;EACI;EACA;;AACJ;EACI;EACA;;AACJ;EACI;;AACA;EACI;EACA;EACA;;AAEhB;EAGY;IACI;;EACJ;IACI;;EACR;IACI;;EACR;IACI;;EACA;IACI;IACA;IACA;;EACA;IACI;IACA;;EACJ;IACI;;EACJ;IACI;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;;EACJ;IACI;;EACJ;IACI;IACA;;;AAGxB;EACI;;AAEJ;EACI;;AACA;EACI;;AACJ;EACI;;AACA;EACI;;AACR;EARJ;IASQ;;;;A9C3tBZ;AACA;AACA;A+CDA;EACE;;AACA;EACE;;AAEA;EACE;EACA;EACA;;AACA;EACE;;AACF;EACE;;AACA;EACE;EACA;;AACJ;EACE;;AACA;EACE;EACA;EACA,O1CjBM;E0CkBN;;AACF;EACE;EACA;;AACJ;EACE;;AACA;EACE;;AAER;EAEI;IACE;;EACA;IACE;;EACF;IACE;IACA;IACA;IACA;IACA;;EACA;IACE;IACA;;EACF;IACE;IACA;IACA,O1C7CI;I0C8CJ;;EACJ;IACE;;;AACR;EArDF;IAsDI;;EACA;IACE;;EAII;IACE;;EAEF;IACE;;;;AAGZ;EACE;;AACA;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AACJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;;AACF;EACE;EACA;;AAEA;EACE;EACA;;AAER;EACE;IACE;;EACA;IACE;;EACF;IACE;IACA;;EACA;IACE;IACA;IACA;;;AAER;EA1DF;IA2DI;;EACA;IACE;;EAEA;IACE;IACA;;EACF;IACE;;EACA;IACE;IACA;;EACF;IACE;IACA;;EAEA;IACE;IACA;;;;AAEZ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA,kB1CvJc;E0CwJd;;AACA;EACE;EACA;EACA;EACA;;AACJ;EACE;EACA;EACA;EACA;EACA;;AACF;EACE;;AAEF;EA1BF;IA2BI;IACA;;EACA;IACE;IACA;;EACA;IACE;IACA;IACA;;EACJ;IACE;IACA;IACA;IACA;;;;AAEN;EACE;EACA;EACA;EAEA;;AACA;EACE;;AACF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AACJ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA,O1CvNU;E0CwNV;;AACA;EAEE;EACA;EACA;EACA;EACA;EACA;;AACF;EACE;EACA,a1CvJe;E0CwJf;EACA;EACA;;AACJ;EACE;EACA;;AACF;EACE;EACA;;AACA;EACE;;AACF;EACE;EACA;EACA;;AACA;EACE,O1CpPM;E0CqPN;EACA;EACA;EACA;;AAER;EAlEF;IAmEI;;EACA;IACE;IACA;IACA;;EACF;IACE;IACA;IACA;IACA;;EACF;IACE;IACA;IACA;IACA;;;AAEJ;EAnFF;IAoFI;;EACA;IACE;IACA;;EACA;IACE;;EACJ;IACE;;EACF;IACE;IACA;;EACA;IACE;IACA;IACA;IACA;;EACA;IACE;IACA;;EACF;IACE;IACA;IACA;;EACJ;IACE;IACA;;EACF;IACE;;EACA;IACE;;EACF;IACE;;EACA;IACE;;;;AAKN;EACE;;AAIA;EACE;IACE;IACA;;;AACJ;EACE;;AAEE;EACE;;AACA;EACE;EACA;;AACF;EACE;;AACF;EACE;;AAEJ;EACE;EACA;EACA;EACA;;AACA;EACE;;AACF;EACE;EACA;EACA;;AACJ;EACE;;AACF;EACE;;AACJ;EA5BF;IA6BI;;;AACF;EA9BF;IA+BI;;EAGI;IACE;IACA;;EACF;IACE;;EACF;IACE;;EAEJ;IACE;IACA;IACA;IACA;;EACA;IACE;;EACF;IACE;IACA;;EACF;IACE;IACA;IACA;;EACJ;IACE;;EACF;IACE;;;;A/C3XhB;AACA;AACA;AgDCE;EACE;;AACF;EACE;;AAIA;EACE;EACA;EACA,O3CRU;E2CSV;EACA;EACA,a3CoEe;E2CnEf;EACA;;AACA;EATF;IAUI;IACA;IACA;;;AAEJ;EACE;;AACA;EACE;EACA;EACA;;AAGE;EAOE;;AACJ;EACE;EACA;EACA;EACA;;AACA;EACE;;AACF;EACE;;AACF;EACE;;AACF;EACE;EACA;EACA;;AACF;EACE,O3CnDI;E2CoDJ;EACA;EACA;;AACA;EACE;EACA,O3CtDD;E2CuDC;EACA;EACA;EACA;;AAEN;EACE;EACA;;AAEJ;EACE;IACE;;EAEE;IACE;;EACJ;IACE;IACA;IACA;;EACA;IACE;IACA;IACA;;;AAER;EA/DF;IAgEI;;EACA;IACE;;EAEE;IACE;;EACF;IACE;IACA;IACA;;EACF;IACE;;EACA;IACE;IACA;IACA;;;AAEZ;EACE;EACA;;AACA;EACE;EACA;EACA;EACA,kB3C1GU;E2C2GV;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;EACA,O3CpHQ;E2CqHR;;AAIM;EACE;;AACF;EACE;EACA;;AAEJ;EACE;;AACJ;EAGM;IACE;IACA;;EACF;IACE;;EACF;IACE;;EAEJ;IACE;;EACF;IACE;;;AACR;EACE;EACA;;AACA;EACE;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AACF;EACE;EACA;;AACF;EACE;;AACN;EACE;EACA;;AACA;EACE;EACA;;AACA;EACE;;AACN;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AACF;EACE;;AACF;EACE;;AACF;EACE,kB3C9LI;E2C+LJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;EACA,a3C1IK;E2C2IL;;AACF;EA5BF;IA6BI;IACA;IACA;IACA;IACA;;EACA;IACE;IACA;;EACF;IACE;IACA;IACA;;EACF;IACE;IACA;;;AACR;EACE;EACA;;AACF;EACE;;AACF;EACE;EACA;EACA,a3CpKS;;A2CqKX;EACE;EACA;EACA;;AACF;EACE;EACA;EACA;;AACF;EACE;EACA;EACA;EACA,a3CjLS;;A2CkLX;EACE;EACA;EACA;EACA;EACA;;AAEN;EACE;IACE;;EAEE;IACE;;EAEF;IACE;;;AACR;EA5KF;IA6KI;;EACA;IACE;IACA;;EAGE;IACE;;;AACA;EAFF;IAGI;;;AAVV;EAWM;IACE;IACA;IACA;;EACA;IACE;IACA;;EACF;IACE;;;AACA;EAFF;IAGI;;;AArBZ;EAsBQ;IACE;;EAGF;IACE;;EACF;IACE;;EAEJ;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EACF;IACE;IACA;;;AACA;EAHF;IAIM;;;AA3CZ;EA4CM;IACE;;EACF;IACE;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;;EACF;IACE;IACA;;;AAEV;EACE;;AACA;EACE,kB3CnTQ;E2CoTR;EACA;EACA;EACA;;AACA;EACE;EACA;;AACF;EACE;EACA;EACA;;AACF;EACE;EACA;;AACF;EACE;EACA;;AACJ;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AACA;EACE;;AACN;EACE,kB3C9WQ;E2C+WR;EACA;EACA;EACA;EACA;;AAEF;EAzCF;IA0CI;;EACA;IACE;IACA;IACA;;EACA;IACE;IACA;;EACF;IACE;IACA;IACA;;EACF;IACE;IACA;IACA;;EACF;IACE;IACA;IACA;;EACJ;IACE;IACA;IACA;;EACF;IACE;IACA;IACA;;;;AAMJ;EACE;;AACA;EAFF;IAGI;;;AAER;EAGM;IACE;;EACA;IACE;;;AAEA;EADF;IAEI;;;AATZ;EAYY;IACE;;;AAEA;EADF;IAEI;;;;AhDjblB;AACA;AACA;AiDCE;EACE;;AACF;EACE;;AAIA;EACE;EACA;EACA,O5CRU;E4CSV;EACA;EACA,a5CoEe;E4CnEf;EACA;;AACA;EATF;IAUI;IACA;IACA;;;AAEJ;EACE;;AACA;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AACA;EACE;;AACF;EACE;;AACF;EACE;;AACF;EACE;EACA;EACA;;AACF;EACE,O5C1CI;E4C2CJ;EACA;EACA;;AACA;EACE;EACA,O5C7CD;E4C8CC;EACA;EACA;EACA;;AACA;EACE,O5CtDA;E4CuDA;EACA;EACA;EACA;EACA;EACA;;AAER;EACE;EACA;;AAEJ;EACE;IACE;;EAEE;IACE;;EACJ;IACE;IACA;IACA;;EACA;IACE;IACA;IACA;;;AAER;EA9DF;IA+DI;;EACA;IACE;;EAEE;IACE;;EACF;IACE;IACA;IACA;;EACF;IACE;;EACA;IACE;IACA;IACA;;EACA;IACE;IACA;;EACN;IACE;IACA;;;AAGV;EACE,kB5ChFK;E4CiFL;;AACA;EACE;;AACF;EACE;EACA,O5C9GK;E4C+GL;EACA;;AAIE;EACE,Y5C7FD;;A4C8FL;EAfF;IAgBI;;EACA;IACE;;EACF;IACE;IACA;;;AAGJ;EACE;;AACA;EAFF;IAGI;;;AAER;EACE;;AACA;EAFF;IAGI;;;;AjD/IN;AACA;AACA;AkDCE;EACE;EACA;;ArCCF;EqCHA;IAII;;;AACJ;EACE;EACA;EACA;EACA;EACA;;ArCPF;EqCEA;IAOI;;;AAEF;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACF;EACE,O7ChBQ;;A6CiBR;EACE,kB7ClBM;;A6CmBZ;EACE,O7C3BU;E6C4BV;EACA;EACA;EACA;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;EACA,O7CjDO;E6CkDP;EACA;EACA;EACA;;AACA;EACE;;AACN;EACE;;ArC3DF;EqC0DA;IAGI;;;ArC7DJ;EqC+DE;IACE;IACA;IACA;IACA;;EACA;IACE;IACA;;EACF;IACE;;EACF;IACE;;EAEA;IACE;;EACF;IACE;;EAEN;IACE;IACA;;;AACJ;EACE;;ArCrFF;EqCoFA;IAGI;;;AAEF;EACE;;ArC1FJ;EqCyFE;IAGI;;;;AlDlGR;AACA;AACA;AmDCE;EACE;EACA;;AtCCF;EsCHA;IAII;;;AAEF;EACE;;AtCJJ;EsCGE;IAGI;IACA;IACA;;;AtCRN;EsCSE;IAEI;;;AtCXN;EsCYE;IAEI;;;AACN;EACE;;AtChBF;EsCeA;IAGI;;;;AnDxBN;AACA;AACA;AoDAA;EACE;;AACA;EACE;EACA;;AvCAF;EuCFA;IAII;;;AAEF;EACE;EACA;EACA;;AvCPJ;EuCIE;IAKI;IACA;;;AACN;EACE;;AvCZF;EuCWA;IAGI;;;AAEJ;EACE;EACA,O/CnBY;E+CoBZ;EACA;;AACF;EACE;;AACF;EACE;;AACF;EACE;EACA;EACA;;AACA;EACE;;AAQJ;EACE;EACA;;AACA;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAER;EACE;EACA;;AACA;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKN;EACE;EACA;;AACA;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AvClGR;EuCqGE;IACE;IACA;IACA;;EACF;IACE;;EACF;IACE;IACA;;EACA;IACE;;EACA;IACE;IACA;IACA;IACA;;EAEA;IACE;;EACR;IACE;IACA;;EACA;IACE;;EACA;IACE;IACA;IACA;IACA;;EAEA;IACE;;EACR;IACE;IACA;;EACA;IACE;;EAEE;IACE;;EACR;IACE;IACA;;EACA;IACE;;EACA;IACE;;;;AAIR;EACE;EACA;;AACA;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;;AvC1KN;EuC4KM;IACE;;;;ApDnLV;AACA;AACA;AqDAA;EACI,ahDgFiB;;AgD/EjB;EACI;EACA;;AxCAN;EwCFE;IAIQ;;;AACR;EACI,ahDyEa;;AgDxEjB;EACI;;AxCNN;EwCKE;IAGQ;;;AACR;EACI;;;ArDhBR;AACA;AACA;AsDCE;EACE;;AACF;EACE;EACA;;AACA;EACE;EACA,ajD0Ee;EiDzEf;EACA;EACA;EACA,OjDTU;;AiDUZ;EACE;EACA,ajDmEe;EiDlEf;EACA;EACA,OjDfU;;AiDgBZ;EACE;EACA;EACA;EACA;;AACF;EACE;;AACJ;EACE;IACE;;EACA;IACE;IACA;;EACF;IAEE;;EACF;IAEE;;EACF;IACE;;;;AtDzCR;AACA;AACA;AuDAA;EACE;EACA;;AACA;EACE;;AACF;EACE;EACA;EACA;EACA,YlDRU;EkDSV;;AACA;EACE;EACA;EACA,OlDXU;EkDYV;EACA;EACA;EACA;EACA;;AACF;EACE;EACA;;AACF;EACE;EACA;;AACF;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;;AACA;EAHF;IAII;;;AAEJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACF;EACE,OlD9CM;EkD+CN,clD/CM;;AkDgDN;EACE,kBlDjDI;;AkDkDZ;EAEE;EACA;EACA;;AACA;EACE;;AAEN;EApEF;IAqEI;IACA;;EACA;IAEE;;EACF;IACE;IACA;IACA;IACA;;EACA;IACE;;EACF;IACE;IACA;IACA,OlDjFQ;IkDkFR;IACA;;EAEF;IACE;IACA;;EACF;IACE;;EAEF;IAEE;;EAKA;IACE;IACA;;EAEA;IACE;IACA;IACA;;EACN;IAEE;IACA;IACA;;EACA;IACE;IACA;;;;AAQJ;EACE;;AACA;EACE;;AACF;EACE;EACA;EACA;EACA;;AACN;EAEI;IACE;;EACF;IACE;;EACA;IACE;;EACF;IACE;IACA;IACA;IACA;IACA;;;;AvDpJZ;AACA;AACA;AwDAA;EACE;;AACA;EAFF;IAGI;;;;AAGF;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA,YnDZU;;AmDaZ;EACE;;AACA;EACE;;AACF;EACE;EACA;EACA;EACA;EACA;EACA;EACA,YnDxBQ;EmDyBR;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA,YnDpCI;;AmDqCR;EACE;;AACA;EACE;;AAMF;EACE;;AAGR;EACE;EACA;EACA;EACA;;AACA;EACE;EACA,OnDvDU;EmDwDV;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;;AACF;EACE;EACA;EACA;;AACA;EACE;;AACJ;EACE;EACA;;AACA;EACE;EACA;;AACJ;EACE;EACA;;AACA;EACE;EACA;;AACF;EACE;;AAGN;EACE;IACE;;;AAEJ;EACE;IACE;;EACA;IACE;IACA;;EACF;IACE;;EACA;IACE;;EACF;IACE;IACA;;EAEA;IACE;IACA;;EACJ;IACE;;EAQA;IACE;;EAER;IACE;IACA;IACA;IACA;IACA;;EACA;IACE;IACA;IACA;IACA;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;;EACF;IACE;IACA;IACA;IACA;IACA;IACA;;EACA;IACE;;;;AxD3JV;AACA;AACA;AyDAA;EACE;;AAEE;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AACF;EANF;IAOI;;;AACF;EARF;IASI;IACA;;;AAEA;EADF;IAEI;;;AAEN;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AACF;EANF;IAOI;;;AACF;EARF;IASI;IACA;;;AAEA;EADF;IAEI;;;AAIF;EADF;IAEI;;;AAER;EACE;;AAGA;EACE;;AACA;EAFF;IAGI;;;AACF;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;IACA;;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEJ;EACE;;AAGN;EACE;;AAEF;EACE;EACA;;AACA;EAHF;IAII;IACA;;;AAEJ;EACE;;;AzDtFN;AACA;AACA;A0DAA;EACE;EACA;;AACA;EACE;;AACA;EAFF;IAGI;;;AACJ;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AACF;EANF;IAOI;;;AACF;EARF;IASI;IACA;;;AAEA;EADF;IAEI;;;AAEN;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AACF;EANF;IAOI;;;AACF;EARF;IASI;IACA;;;AAEA;EADF;IAEI;;;AAEN;EACE;;AAGA;EACE;;AACA;EAFF;IAGI;IACA;;;AAGJ;EACE;;AACA;EAFF;IAGI;;;AACF;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;IACA;;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEJ;EACE;;AAEN;EACE;;AACA;EAFF;IAGI;;;AAEJ;EACE;EACA;;AACA;EAHF;IAII;IACA;;;AAEJ;EACE;;AAIF;EACE;;AAIF;EACE;;AAGN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATF;IAUI;IACA;IACA;;;AAEF;EACE;EACA;EACA;;AACA;EAJF;IAKI;IACA;;;AAEJ;EACE;EACA;;AAEF;EACE;;AACA;EAFF;IAGI;;;AAEJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACE;;AAWJ;EACE;IACE;;EAEA;IACE;;EAEF;IACE;IACA;;EAEA;IACE;;EAGF;IACE;IACA;;;A1DpLR;AACA;AACA;A2DAA;EACE;EACA;;AAEA;EACE;;AAEF;EACE;EACA;;AAEA;EACE;;AACA;EACE;;;AAGR;EACE;IACE;;EAEA;IACE;;;A3DxBN;AACA;AACA;A4DAA;EACE;;AAEA;EACE;;AAEF;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGN;EACE;IACE;;EACA;IACE;IACA;IACA;IACA;;;AAKA;EACE;;;A5DtDR;AACA;AACA;A6DAA;EACE;EACA;EACA;EACA;;AACA;EALF;IAMI;;;AAEF;EACE;EACA;;AAIA;EACE;EACA;;AAEF;EACE;;AAEA;EACE;;AAEJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AACF;EACE;;AAEF;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAEJ;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;;AAEN;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACE;EACA;EACA;EACA;EACA;;AAEJ;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAIA;EACE;;AAEA;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;EACA;;AAEF;EACE;;AACF;EACE;EACA;;AAGJ;EA9BF;IA+BI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AACA;EAFF;IAGI;;;AAEZ;EACE;EACA;EACA;;;AAEN;EACE;IACE;;EACA;IACE;;EAEA;IACE;;EAEA;IACE;;EAEJ;IACE;IACA;IACA;;EAEA;IACE;IACA;;EAIA;IACE;IACA;IACA;IACA;;EAEJ;IACE;;EAEA;IACE;;EAEF;IACE;;;AAIE;EAFF;IAGI;;;AAzChB;EA0CM;IACE;;;AAER;EAGM;IACE;IACA;;EAEA;IACE;IACA;;EAEA;IACE;;EAEF;IACE;IACA;IACA;;EAEJ;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;IACA;IACA;;EACA;IACE;;EAEF;IAGE;IACA;;EAEA;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;IACA;;EAEF;IACE;;EACF;IACE;IACA;;EAEJ;IACE;IACA;IACA;IACA;IACA;IACA;;;AAMR;EACE;;AACA;EACE;EACA;;AACF;EACE;EACA;;AACA;EACE;EACA;;AACA;EACE;;AACF;EACE;EACA;;AACN;EAhBF;IAiBI;;EACA;IACE;;EAEA;IACE;;EACA;IACE;;;;A7D/ThB;AACA;AACA;A8DAA;EACE;EACA;;AACA;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AACJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AACA;EACE;;;AAER;EAEI;IACE;;EACF;IACE;IACA;IACA;;EAEA;IACE;IACA;;EAEA;IACE;IACA;;;A9DtCV;AACA;AACA;A+DAA;EACI,kB1DEY;E0DDZ;;AACA;EACI;EACA;;AACA;EAHJ;IAIQ;;;AAGJ;EACI,kB1DVE;E0DWF;EACA;EACA;;AACJ;EACI;EACA;EACA,O1DfI;;A0DgBJ;EACI;;AACJ;EACI;EACA;EACA,a1D0DK;E0DzDL;;AACJ;EACI;;AACR;EACI;IACI;;EACA;IACI;IACA;IACA;;EACJ;IACI;IACA;;;;A/DvCpB;AACA;AACA;AgEAA;EACI;;AACA;EAFJ;IAGQ;;;AACJ;EACI;;AACA;EAFJ;IAGQ;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AACJ;EACI;EACA;;AACA;EACI;;AACJ;EACI;;AACJ;EACI;EACA;EACA;EACA;EACA;;AACJ;EACI;EACA;EACA;EACA,O3DlCA;E2DmCA;EACA;;AACJ;EACI;EACA;;AACR;EACI;IACI;;EACA;IACI;IACA;;EACJ;IACI;IACA;;EACJ;IACI;;EACJ;IACI;IACA;IACA;IACA;IACA;IACA;;EACJ;IACI;IACA;;;AACZ;EACI;IACI;IACA;IACA;IACA;;;;AhEvEhB;AACA;AACA;AiEAA;EACI;;AACA;EACI;;AACA;EAFJ;IAGQ;;;AACR;EACI;EACA;EACA;EACA;;AACA;EACI;;AACJ;EACI;;AACJ;EATJ;IAUQ;;EACA;IACI;IACA;;EACJ;IACI;;;AAGR;EACI;EACA;;AACJ;EACI;;AACJ;EACI;;AACJ;EACI;EACA;EACA;;AACJ;EACI;EACA;;AACA;EACI;EACA;EACA;EACA,kB5DzCF;E4D0CE,O5DxCA;E4DyCA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAfJ;IAgBQ;IACA;IACA;;;AACZ;EACI;IACI;;EACJ;IACI;IACA;;EACJ;IACI%22,%22file%22:%22style.css%22%7D */
