@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  overflow-x: clip;
  letter-spacing: 0.05em;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ワイド幅（中央で広め） */
.alignwide {
  padding: 0 8vw;
  max-width: calc(1536px + 16vw);
  margin-left: auto;
  margin-right: auto;
}

/* 全幅（ビューポートいっぱいにブレイクアウト） */
.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.alignfull > * {
  padding: 0 8vw;
  max-width: calc(1536px + 16vw);
  margin-left: auto;
  margin-right: auto;
}

/* 画像・カバーなども全幅時は横いっぱい */
.wp-block-image.alignfull img,
.wp-block-cover.alignfull {
  width: 100%;
}

/* もし親がoverflow: hiddenでクリップしているなら外す */
.entry-content, .site-main {
  overflow: visible;
}

.mb0 {
  margin-bottom: 0 !important;
}

br.lg {
  display: none;
}

.sm-hide {
  display: none;
}

@media screen and (min-width: 600px) {
  br.sm {
    display: none;
  }
  br.lg {
    display: inline;
  }
  .lg-hide {
    display: none;
  }
}
.l-header {
  background: rgba(255, 255, 255, 0.6) !important;
}

.l-header__logo h1 {
  margin: 0;
}
.l-header__logo .c-headLogo__text {
  font-weight: bold;
}
.l-header__logo {
  padding-left: 20px;
}

.c-headLogo__link {
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
  gap: 10px;
}
.c-headLogo__link span {
  color: #222;
  font-size: 12px;
  line-height: 1.5;
  display: block;
  letter-spacing: normal;
}

@media screen and (min-width: 960px) {
  .l-fixHeader {
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
  .l-fixHeader::before {
    background: rgba(255, 255, 255, 0.8);
  }
  .l-fixHeader .l-fixHeader__inner {
    padding-right: 0;
    max-width: unset;
  }
  .l-fixHeader .c-headLogo__text {
    font-weight: bold;
  }
  .l-header {
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
  .l-header .l-container {
    max-width: 100%;
  }
  .l-header__bar {
    display: none;
  }
  .l-header__inner {
    padding-right: 0;
  }
  .-series .l-header__logo {
    padding: 14px 0;
  }
  .c-headLogo__link span {
    font-size: 14px;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 1530px) {
  .l-fixHeader .c-headLogo__text br, .l-header .c-headLogo__text br {
    display: none;
  }
}
.w-beforeFooter {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background: #00082B;
  color: #fff;
  padding: 3.625rem 1.25rem 2.375rem 1.25rem;
}
.w-beforeFooter .footer-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 0.5rem;
}
.w-beforeFooter .footer-cta span {
  font-size: 17px;
}
.w-beforeFooter .footer-cta a {
  color: #fff;
  font-family: "Cinzel", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: bold;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.875rem;
}
.footer-menu > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
}
.footer-menu a {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.footer-menu a span {
  font-family: "Cinzel", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: bold;
}
.footer-menu .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
}
.footer-menu .submenu > a {
  font-size: 0.9375rem;
}
.footer-menu .heading {
  font-family: "Cinzel", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: bold;
}

.copyright {
  font-size: 1rem !important;
}

@media screen and (min-width: 600px) {
  .footer-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .footer-menu > div {
    -ms-flex-preferred-size: calc((100% - 1.5rem) / 2);
    flex-basis: calc((100% - 1.5rem) / 2);
  }
}
@media screen and (min-width: 960px) {
  .footer-menu > div {
    -ms-flex-preferred-size: calc((100% - 3rem) / 3);
    flex-basis: calc((100% - 3rem) / 3);
  }
  .footer-menu a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer-menu a:hover {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
  }
}
@media screen and (min-width: 1360px) {
  .footer-menu > div {
    -ms-flex-preferred-size: calc((100% - 7.5rem) / 6);
    flex-basis: calc((100% - 7.5rem) / 6);
    gap: 1.25rem;
  }
  .l-footer__widgetArea {
    padding-bottom: 54px;
  }
}
.p-postList__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-postList__body .p-postList__meta {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 0 0.25rem !important;
}
.p-postList__body .p-postList__meta .c-postTimes__posted {
  font-family: "Cinzel", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  color: #1D1D1D;
}
.p-postList__body .p-postList__meta .c-postTimes__posted::before {
  content: none;
}
.p-postList__body .p-postList__meta .p-postList__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  background: #192865 !important;
  color: #fff;
  padding: 0 0.5rem;
  line-height: 1;
  min-width: 60px;
  height: 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.5rem;
  opacity: 1;
}
.p-postList__body .p-postList__meta .p-postList__cat::before {
  content: none;
}
.p-postList__body .p-postList__title {
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 0.5rem;
}
.p-postList__body .p-postList__excerpt {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-size: 14px;
}

.is-style-more_btn {
  max-width: 400px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.is-style-more_btn .btn_text {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Cinzel", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: bold;
  gap: 1.5rem;
  color: #BEB6AE;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
}
.is-style-more_btn .btn_text::after {
  content: "";
  width: 28px;
  height: 28px;
  background: #162646;
  position: absolute;
  left: 0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}
.is-style-more_btn .btn_text::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(./images/icon-more.svg) no-repeat center center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.is-style-more_btn .btn_text:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #162646;
  background: transparent;
}
.is-style-more_btn .btn_text:hover::after {
  border-radius: 0;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.home #content {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.home .post_content > section {
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  padding: min(15.4666vw, 5rem) min(5.3333vw, 9.375rem);
}
.home .post_content > section h2 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: min(5.3333vw, 2.5rem);
  margin-bottom: min(10.6666vw, 3rem);
}

/*FV START*/
.fv {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  gap: 0 !important;
  margin-bottom: 0;
}
.fv .c-bannerLink__title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: min(4.8vw, 2.25rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.fv .c-bannerLink__description {
  font-family: "Cinzel", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: min(10.6666vw, 5.625rem);
  line-height: 1.25;
}
.fv .fv-contact-sm {
  background: linear-gradient(95deg, #320B8B 0%, #329BB4 100%);
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: min(9.0666vw, 3.75rem);
  font-family: "Cinzel", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: min(3.4666vw, 1.5rem);
  margin: 0;
}
.fv .fv-banners {
  background: #162646;
  padding: 1.5rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
}
.fv .fv-banners .wp-block-image {
  -ms-flex-preferred-size: calc(50% - 3.5px);
  flex-basis: calc(50% - 3.5px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  overflow: hidden;
}
.fv .banner-fv-seminar-wrap {
  display: none;
}

@media screen and (min-width: 600px) {
  .fv .fv-banners {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 782px) {
  .fv {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .fv .c-bannerLink__title {
    font-size: min(2.3017902vw, 2.25rem);
  }
  .fv .c-bannerLink__description {
    font-size: min(5.1150895vw, 5.625rem);
  }
  .fv .wp-block-column {
    height: auto;
  }
  .fv .wp-block-column:nth-child(1) .swell-block-bannerLink,
  .fv .wp-block-column:nth-child(1) .c-bannerLink,
  .fv .wp-block-column:nth-child(1) .c-bannerLink__figure {
    height: 100%;
  }
  .fv .wp-block-column:nth-child(2) {
    -ms-flex-preferred-size: 15.625%;
    flex-basis: 15.625%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 308px;
    background: #162646;
  }
  .fv .fv-contact-sm {
    display: none;
  }
  .fv .fv-banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: calc(1.5rem + 60px) 1.25rem 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .fv {
    max-height: 100vh;
    overflow-y: hidden;
  }
  .fv .fv-side {
    height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .fv .fv-banners {
    --fvScale: 1;
    padding: 2.5rem calc(1.25rem + 8px) 2.5rem 1.25rem;
    gap: 2.22vh;
    -webkit-transform: scale(var(--fvSideScale, 1));
    transform: scale(var(--fvSideScale, 1));
    -webkit-transform-origin: top center;
    transform-origin: top center;
    will-change: transform;
    height: calc(100% - 104px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fv .fv-banners .wp-block-image {
    width: 100%;
    aspect-ratio: 13/7;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    overflow: hidden;
  }
  .fv .fv-banners .wp-block-image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .fv .fv-banners .wp-block-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .fv .c-bannerLink__title {
    font-size: min(2.3017902vw, 2.25rem);
  }
  .fv .c-bannerLink__description {
    font-size: min(5.1150895vw, 5.625rem);
  }
  .fv .fv-contact-sm {
    display: none;
  }
  .fv .sm-hide {
    display: block;
  }
  .fv .banner-fv-seminar-wrap {
    display: block;
    margin: 0;
    margin-left: -24px;
    width: calc(100% + 56px);
  }
  .fv .banner-fv-seminar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 5px #00082B solid;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 3rem 3rem 2.5rem;
    gap: 0.25rem;
  }
  .fv .banner-fv-seminar p:nth-child(1) {
    color: #30A6C9;
    font-family: "Cinzel", serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.875rem;
    line-height: 1.2;
  }
  .fv .banner-fv-seminar p:nth-child(2) {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
  }
}
/*FV END*/
/*Intro START*/
.top-intro {
  background: #282D71;
  color: #fff;
}
.top-intro p {
  font-size: min(4.2666vw, 1.125rem);
}

/*Intro END*/
/*Message START*/
.top-message {
  background: url(./images/message-bg-sm.jpg) no-repeat;
  background-position: 50% 22%;
  background-size: 800px 375px;
  position: relative;
}
.top-message::before {
  content: "MISSION";
  font-family: "Cinzel", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  color: #162646;
  opacity: 0.07;
  font-size: 120px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 0.8;
  padding-top: 30px;
}
.top-message .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 80px !important;
}
.top-message h2 {
  font-size: min(6.9333vw, 1.875rem) !important;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.top-message p {
  font-size: 16px !important;
  line-height: 2.5;
  position: relative;
  z-index: 1;
}
.top-message .wp-block-image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: calc(min(5.3333vw, 9.375rem) * -1);
  margin-right: 0;
}

@media screen and (min-width: 600px) {
  .top-message {
    background-size: contain;
  }
}
@media screen and (min-width: 960px) {
  .top-message {
    padding-left: 0 !important;
    background: url(./images/message-bg.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: 1920px 749px;
    padding: 8.8541666vw 6.25vw 16.6666vw 0 !important;
  }
  .top-message::before {
    content: "MESSAGE";
    font-size: 110px;
    right: 6.40625vw;
    top: 9.84375vw;
    padding-top: 0;
    opacity: 0.3;
  }
  .top-message::after {
    content: "";
    width: 13.6458333vw;
    aspect-ratio: 131/108;
    background: url(./images/message-img02.jpg) no-repeat center center/cover;
    position: absolute;
    right: 19.1145833vw;
    bottom: 6.25vw;
  }
  .top-message p {
    line-height: 2.35;
  }
  .top-message .wp-block-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1530px;
    gap: 4.1666vw;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .top-message .wp-block-columns .wp-block-column:nth-child(1) {
    -ms-flex-preferred-size: 24.2708333vw !important;
    flex-basis: 24.2708333vw !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .top-message .wp-block-columns .wp-block-column:nth-child(2) {
    -ms-flex-preferred-size: calc(100% - 24.2708333vw - 80px) !important;
    flex-basis: calc(100% - 24.2708333vw - 80px) !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .top-message .wp-block-image {
    margin: 0;
  }
}
/*Message END*/
/*Feature Head START*/
.top-feature-head {
  background: #282D71;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.top-feature-head::before {
  content: "";
  width: 750px;
  height: 750px;
  border-radius: 50%;
  display: block;
  background: transparent radial-gradient(closest-side at 50% 50%, rgb(0, 255, 255) 0%, rgba(0, 190, 190, 0.4) 35%, rgba(0, 190, 190, 0) 70%) 0% 0% no-repeat padding-box;
  mix-blend-mode: screen;
  opacity: 0.7;
  position: absolute;
  left: -308px;
  top: -408px;
}
.top-feature-head h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 min(8.5333vw, 3rem);
}
.top-feature-head p {
  position: relative;
  font-weight: bold;
  z-index: 1;
  font-size: min(4.2666vw, 1.125rem);
}

@media screen and (min-width: 960px) {
  .top-feature-head::before {
    width: 926px;
    height: 926px;
    top: -480px;
    left: 50%;
    -webkit-transform: translateX(-7.5vw);
    transform: translateX(-7.5vw);
  }
}
/*Feature Head END*/
/*top-feature-detail START*/
.top-feature-detail .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: min(21.3333vw, 5rem);
}
.top-feature-detail .wp-block-group__inner-container > * {
  margin: 0;
}
.top-feature-detail .wp-block-columns {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem !important;
  position: relative;
}
.top-feature-detail .wp-block-columns:nth-child(odd) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.top-feature-detail .wp-block-columns .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.top-feature-detail .wp-block-columns .wp-block-column > * {
  margin: 0;
}
.top-feature-detail .wp-block-columns .wp-block-image:not(.graph) {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  height: 265px;
  max-width: none;
  position: relative;
}
.top-feature-detail .wp-block-columns .wp-block-image:not(.graph) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.top-feature-detail .wp-block-columns .wp-block-image:not(.graph) .wp-element-caption {
  position: absolute;
  bottom: 0;
  right: 20px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  color: #F2F2F2;
  font-size: 130px;
  font-family: "Cinzel", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  line-height: 1;
  letter-spacing: normal;
}
.top-feature-detail .wp-block-columns p.underline {
  margin: 0 0 -1rem;
  position: relative;
  z-index: 1;
}
.top-feature-detail .wp-block-columns p.underline .small {
  font-size: 0.9em;
}
.top-feature-detail .wp-block-columns p:not(.underline, .num) {
  line-height: 2;
  font-size: min(4.2666vw, 1.0625rem);
  position: relative;
  z-index: 1;
}
.top-feature-detail .wp-block-columns h2 {
  background: -webkit-gradient(linear, right top, left top, from(#320B8B), to(#329BB4));
  background: linear-gradient(270deg, #320B8B 0%, #329BB4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem !important;
  line-height: 1.5;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
.top-feature-detail .wp-block-columns .num {
  display: none;
}

@media screen and (min-width: 782px) {
  .top-feature-detail .wp-block-columns p:not(.num),
  .top-feature-detail .wp-block-columns h2 {
    position: relative;
    z-index: 1;
  }
  .top-feature-detail .wp-block-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .top-feature-detail .wp-block-columns:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .top-feature-detail .wp-block-columns:nth-child(odd) .graph {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
  }
  .top-feature-detail .wp-block-columns:nth-child(odd) .num {
    display: block;
    top: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-100%) translateX(-20px);
    transform: translateX(-100%) translateX(-20px);
  }
  .top-feature-detail .wp-block-columns .wp-block-image:not(.graph) {
    margin-left: 0;
    width: 100%;
    height: auto;
  }
  .top-feature-detail .wp-block-columns .wp-block-image:not(.graph) .wp-element-caption {
    display: none !important;
  }
  .top-feature-detail .wp-block-columns .graph {
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(26vw, 274px);
    z-index: 1;
  }
  .top-feature-detail .wp-block-columns .num {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
    color: #F2F2F2;
    font-size: 130px;
    font-family: "Cinzel", serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 0;
    line-height: 1;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 960px) {
  .top-feature-detail .wp-block-columns:nth-child(odd) .graph {
    right: -5.3333vw;
  }
  .top-feature-detail .wp-block-columns .graph {
    width: min(18vw, 274px);
    left: -5.3333vw;
  }
}
@media screen and (min-width: 1360px) {
  .top-feature-detail {
    padding: min(7.5vw, 6.25rem) min(5.3333vw, 9.375rem) min(7.5vw, 8.125rem) !important;
  }
  .top-feature-detail .wp-block-group__inner-container {
    gap: min(7.5vw, 8.75rem);
  }
  .top-feature-detail .wp-block-columns {
    gap: 3.625rem !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .top-feature-detail .wp-block-columns:nth-child(odd) .graph {
    right: -4.6875vw;
    bottom: -4.6875vw;
  }
  .top-feature-detail .wp-block-columns:nth-child(odd) .num {
    left: calc(100% - 3.625rem - 25.78125vw);
    top: 0;
  }
  .top-feature-detail .wp-block-columns:nth-last-child(1) .num {
    top: 0;
  }
  .top-feature-detail .wp-block-columns .wp-block-column.media {
    -ms-flex-preferred-size: 25.78125vw !important;
    flex-basis: 25.78125vw !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .top-feature-detail .wp-block-columns .wp-block-column.text {
    -ms-flex-preferred-size: calc(100% - 3.625rem - 25.78125vw) !important;
    flex-basis: calc(100% - 3.625rem - 25.78125vw) !important;
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .top-feature-detail .wp-block-columns .graph {
    width: min(15vw, 274px);
    left: -4.6875vw;
    bottom: -4.6875vw;
  }
  .top-feature-detail .wp-block-columns .num {
    left: auto;
    right: 0;
    top: 0;
  }
}
/*top-feature-detail END*/
/*Program START*/
.top-program {
  background: #94B4E0;
  color: #fff;
}
.top-program .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top-program h2 {
  font-family: "Cinzel", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: min(7.4666vw, 2.5rem) !important;
  font-weight: normal;
  margin-bottom: min(6.4vw, 2rem) !important;
}
.top-program .sub-copy {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 0.5rem;
}
.top-program h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0 0 min(8.5333vw, 2.25rem) !important;
  font-size: min(6.93333vw, 1.875rem);
  font-weight: normal;
}
.top-program .content {
  position: relative;
  margin-bottom: min(10.6666vw, 2.5rem);
}
.top-program .content::before {
  content: "FEATURES";
  font-size: 60px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Cinzel", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  font-weight: normal;
  z-index: 1;
}
.top-program .content .wp-block-group__inner-container {
  padding-left: 70px;
}
.top-program .c-bannerLink__title {
  font-size: 1.5rem;
}
.top-program .c-bannerLink__text::after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(./images/icon-arrow.svg) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 14px 14px 0;
}
.top-program .top-works {
  gap: 1rem !important;
}

@media screen and (min-width: 600px) {
  .top-program .top-works {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .top-program .top-works .wp-block-column {
    -ms-flex-preferred-size: calc((100% - 1rem) / 2) !important;
    flex-basis: calc((100% - 1rem) / 2) !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media screen and (min-width: 960px) {
  .top-program {
    padding: min(15.4666vw, 10.265rem) min(5.3333vw, 9.375rem) !important;
  }
  .top-program .content .wp-block-group__inner-container {
    padding-left: 0;
  }
  .top-program .content::before {
    content: none;
  }
  .top-program > .wp-block-group__inner-container {
    padding-left: 14.0625vw;
    position: relative;
    max-width: 1630px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-program > .wp-block-group__inner-container::before {
    content: "FEATURES";
    font-size: 110px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Cinzel", serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1;
    font-weight: normal;
    z-index: 1;
  }
  .top-program .top-works {
    gap: min(4vw, 4.5rem) !important;
  }
  .top-program .top-works .wp-block-column {
    -ms-flex-preferred-size: calc((100% - min(4vw, 4.5rem)) / 2) !important;
    flex-basis: calc((100% - min(4vw, 4.5rem)) / 2) !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media screen and (min-width: 1360px) {
  .top-program .top-works .wp-block-column {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
  }
}
/*Program END*/
/*Top Tweet START*/
.top-tweet {
  padding-bottom: 0 !important;
}
.top-tweet h2.wp-block-heading {
  font-size: min(5.8666vw, 1.5rem) !important;
  font-weight: normal !important;
  margin: 0 0 min(10.6666vw, 6.25rem) !important;
}

@media screen and (min-width: 1020px) {
  .top-tweet {
    padding: min(15.4666vw, 8.125rem) min(5.3333vw, 9.375rem) 0 !important;
  }
  .top-tweet .p-postList {
    max-width: 1620px;
    margin-left: auto !important;
    margin-right: auto !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 56px;
  }
  .top-tweet .p-postList__item {
    max-width: 400px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 !important;
  }
}
/*Top Tweet END*/
p {
  font-size: 16px;
}

.en {
  font-family: "Cinzel", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

p.underline {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  position: relative;
}
p.underline::after {
  content: "";
  width: 92px;
  height: 3px;
  background: linear-gradient(95deg, #329BB4 0%, #320B8B 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.bg-gradient-blue {
  background: linear-gradient(95deg, #320B8B 0%, #329BB4 100%);
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
/* スマホメニュー開閉 START */
[data-spmenu=closed] .p-spMenu {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

[data-spmenu=opened] .l-header {
  background: rgb(255, 255, 255) !important;
}

.-right .p-spMenu__inner {
  -webkit-transform: none !important;
  transform: none !important;
}

/* スマホメニュー開閉 END */
/* 表示状態 */
.is-spMenuOpen .l-spMenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.l-header__menuBtn {
  height: 63px;
  width: 54px;
  position: relative;
  opacity: 1;
  -webkit-transform: all 0.3s;
  transform: all 0.3s;
}
.l-header__menuBtn .-menuBtn .c-iconBtn__icon::before {
  content: "";
}
.l-header__menuBtn .-menuBtn .c-iconBtn__icon {
  display: block;
  width: 24px;
  height: 2px;
  background: #222;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-header__menuBtn .-menuBtn::before, .l-header__menuBtn .-menuBtn::after {
  content: "";
  width: 34px;
  height: 2px;
  background: #222;
  position: absolute;
  left: 0;
  top: 50%;
}
.l-header__menuBtn .-menuBtn::before {
  -webkit-transform: translateY(-11px);
  transform: translateY(-11px);
}
.l-header__menuBtn .-menuBtn::after {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.p-spMenu__overlay {
  display: none;
}

.-right .p-spMenu__inner {
  width: 100vw;
  top: 63px;
  height: calc(100% - 63px);
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
}

html[data-spmenu=opened] .l-header__menuBtn {
  opacity: 0;
  -webkit-transform: all 0.3s;
  transform: all 0.3s;
}
html[data-spmenu=opened] .-right .p-spMenu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-spMenu__closeBtn {
  width: 63px;
  height: 63px;
  top: -63px;
}
.p-spMenu__closeBtn .c-iconBtn__icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.p-spMenu__closeBtn .c-iconBtn__icon::before, .p-spMenu__closeBtn .c-iconBtn__icon::after {
  content: "";
  width: 34px;
  height: 2px;
  background: #222;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-spMenu__closeBtn .c-iconBtn__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-spMenu__inner {
  padding-top: 0;
}
.p-spMenu__inner .c-widget__title {
  display: none;
}
.p-spMenu__inner .p-spMenu__body {
  padding-top: 82px;
  padding-left: 20px;
  padding-right: 20px;
}
.p-spMenu__inner .smp-menu-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
}
.p-spMenu__inner .smp-menu-cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
  color: #fff;
  background: linear-gradient(95deg, #320B8B 0%, #329BB4 100%);
  font-family: "Cinzel", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.125rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-spMenu__inner .c-spnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
}
.p-spMenu__inner .c-listMenu a {
  padding: 0;
  border: none;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  font-weight: bold;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.p-spMenu__inner .c-listMenu a::before {
  content: none;
}
.p-spMenu__inner .c-listMenu a span {
  font-family: "Cinzel", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 700;
}

.widget_nav_menu {
  margin-top: 3rem !important;
  background: rgba(22, 38, 70, 0.5);
  padding: 30px 20px;
}
.widget_nav_menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.widget_nav_menu .menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  font-size: 14px;
  border: 1px solid #fff;
  font-weight: 500;
  border-radius: 5px;
  min-height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.widget_nav_menu .menu a::after {
  content: "";
  width: 21px;
  height: 22px;
  background: url(./images/icon-arrow.svg) no-repeat center center/contain;
}

@media screen and (min-width: 960px) {
  .c-gnav > .menu-item > a {
    padding: 0 min(0.8vw, 3.5rem);
    position: relative;
    color: #162646;
  }
  .c-gnav > .menu-item > a::before {
    content: "";
    width: 1px;
    height: 50px;
    background: #162646;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .c-gnav > .menu-item > a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    padding: 0.25rem;
  }
  .c-gnav > .menu-item > a span > span {
    font-family: "Cinzel", serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
  }
  .c-gnav > .menu-item.g-nav-contact > a {
    background: linear-gradient(95deg, #320B8B 0%, #329BB4 100%);
    color: #fff;
  }
  .c-gnav > .menu-item.g-nav-contact > a::before {
    content: none;
  }
  .c-gnav > .menu-item.g-nav-contact > a span > span {
    font-weight: normal;
    font-size: 22px;
  }
  .c-gnav > .menu-item:nth-last-child(2) > a::before {
    content: none;
  }
}
@media screen and (min-width: 1360px) {
  .c-gnav > .menu-item > a {
    padding: 0 min(2.3vw, 56px);
  }
  .c-gnav > .menu-item.g-nav-contact > a {
    min-width: 308px;
  }
}
/*# sourceMappingURL=style.css.map */