@charset "UTF-8";
/* CSS Document */
/*!
 * Bootstrap Reboot v5.3.6 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-black:#000;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13, 110, 253;
  --bs-secondary-rgb:108, 117, 125;
  --bs-success-rgb:25, 135, 84;
  --bs-info-rgb:13, 202, 240;
  --bs-warning-rgb:255, 193, 7;
  --bs-danger-rgb:220, 53, 69;
  --bs-light-rgb:248, 249, 250;
  --bs-dark-rgb:33, 37, 41;
  --bs-primary-text-emphasis:#052c65;
  --bs-secondary-text-emphasis:#2b2f32;
  --bs-success-text-emphasis:#0a3622;
  --bs-info-text-emphasis:#055160;
  --bs-warning-text-emphasis:#664d03;
  --bs-danger-text-emphasis:#58151c;
  --bs-light-text-emphasis:#495057;
  --bs-dark-text-emphasis:#495057;
  --bs-primary-bg-subtle:#cfe2ff;
  --bs-secondary-bg-subtle:#e2e3e5;
  --bs-success-bg-subtle:#d1e7dd;
  --bs-info-bg-subtle:#cff4fc;
  --bs-warning-bg-subtle:#fff3cd;
  --bs-danger-bg-subtle:#f8d7da;
  --bs-light-bg-subtle:#fcfcfd;
  --bs-dark-bg-subtle:#ced4da;
  --bs-primary-border-subtle:#9ec5fe;
  --bs-secondary-border-subtle:#c4c8cb;
  --bs-success-border-subtle:#a3cfbb;
  --bs-info-border-subtle:#9eeaf9;
  --bs-warning-border-subtle:#ffe69c;
  --bs-danger-border-subtle:#f1aeb5;
  --bs-light-border-subtle:#e9ecef;
  --bs-dark-border-subtle:#adb5bd;
  --bs-white-rgb:255, 255, 255;
  --bs-black-rgb:0, 0, 0;
  --bs-font-sans-serif:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-color-rgb:33, 37, 41;
  --bs-body-bg:#fff;
  --bs-body-bg-rgb:255, 255, 255;
  --bs-emphasis-color:#000;
  --bs-emphasis-color-rgb:0, 0, 0;
  --bs-secondary-color:rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:33, 37, 41;
  --bs-secondary-bg:#e9ecef;
  --bs-secondary-bg-rgb:233, 236, 239;
  --bs-tertiary-color:rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:33, 37, 41;
  --bs-tertiary-bg:#f8f9fa;
  --bs-tertiary-bg-rgb:248, 249, 250;
  --bs-heading-color:inherit;
  --bs-link-color:#0d6efd;
  --bs-link-color-rgb:13, 110, 253;
  --bs-link-decoration:underline;
  --bs-link-hover-color:#0a58ca;
  --bs-link-hover-color-rgb:10, 88, 202;
  --bs-code-color:#d63384;
  --bs-highlight-color:#212529;
  --bs-highlight-bg:#fff3cd;
  --bs-border-width:1px;
  --bs-border-style:solid;
  --bs-border-color:#dee2e6;
  --bs-border-color-translucent:rgba(0, 0, 0, 0.175);
  --bs-border-radius:0.375rem;
  --bs-border-radius-sm:0.25rem;
  --bs-border-radius-lg:0.5rem;
  --bs-border-radius-xl:1rem;
  --bs-border-radius-xxl:2rem;
  --bs-border-radius-2xl:var(--bs-border-radius-xxl);
  --bs-border-radius-pill:50rem;
  --bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width:0.25rem;
  --bs-focus-ring-opacity:0.25;
  --bs-focus-ring-color:rgba(13, 110, 253, 0.25);
  --bs-form-valid-color:#198754;
  --bs-form-valid-border-color:#198754;
  --bs-form-invalid-color:#dc3545;
  --bs-form-invalid-border-color:#dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color:#dee2e6;
  --bs-body-color-rgb:222, 226, 230;
  --bs-body-bg:#212529;
  --bs-body-bg-rgb:33, 37, 41;
  --bs-emphasis-color:#fff;
  --bs-emphasis-color-rgb:255, 255, 255;
  --bs-secondary-color:rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:222, 226, 230;
  --bs-secondary-bg:#343a40;
  --bs-secondary-bg-rgb:52, 58, 64;
  --bs-tertiary-color:rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:222, 226, 230;
  --bs-tertiary-bg:#2b3035;
  --bs-tertiary-bg-rgb:43, 48, 53;
  --bs-primary-text-emphasis:#6ea8fe;
  --bs-secondary-text-emphasis:#a7acb1;
  --bs-success-text-emphasis:#75b798;
  --bs-info-text-emphasis:#6edff6;
  --bs-warning-text-emphasis:#ffda6a;
  --bs-danger-text-emphasis:#ea868f;
  --bs-light-text-emphasis:#f8f9fa;
  --bs-dark-text-emphasis:#dee2e6;
  --bs-primary-bg-subtle:#031633;
  --bs-secondary-bg-subtle:#161719;
  --bs-success-bg-subtle:#051b11;
  --bs-info-bg-subtle:#032830;
  --bs-warning-bg-subtle:#332701;
  --bs-danger-bg-subtle:#2c0b0e;
  --bs-light-bg-subtle:#343a40;
  --bs-dark-bg-subtle:#1a1d20;
  --bs-primary-border-subtle:#084298;
  --bs-secondary-border-subtle:#41464b;
  --bs-success-border-subtle:#0f5132;
  --bs-info-border-subtle:#087990;
  --bs-warning-border-subtle:#997404;
  --bs-danger-border-subtle:#842029;
  --bs-light-border-subtle:#495057;
  --bs-dark-border-subtle:#343a40;
  --bs-heading-color:inherit;
  --bs-link-color:#6ea8fe;
  --bs-link-hover-color:#8bb9fe;
  --bs-link-color-rgb:110, 168, 254;
  --bs-link-hover-color-rgb:139, 185, 254;
  --bs-code-color:#e685b5;
  --bs-highlight-color:#dee2e6;
  --bs-highlight-bg:#664d03;
  --bs-border-color:#495057;
  --bs-border-color-translucent:rgba(255, 255, 255, 0.15);
  --bs-form-valid-color:#75b798;
  --bs-form-valid-border-color:#75b798;
  --bs-form-invalid-color:#ea868f;
  --bs-form-invalid-border-color:#ea868f;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb:var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.m-auto {
  margin: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mt-auto {
  margin-top: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mb-auto {
  margin-bottom: auto;
}

.ms-0 {
  margin-left: 0;
}

.ms-1 {
  margin-left: 0.25rem;
}

.ms-2 {
  margin-left: 0.5rem;
}

.ms-3 {
  margin-left: 1rem;
}

.ms-4 {
  margin-left: 1.5rem;
}

.ms-5 {
  margin-left: 3rem;
}

.ms-auto {
  margin-left: auto;
}

.me-0 {
  margin-right: 0;
}

.me-1 {
  margin-right: 0.25rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.me-3 {
  margin-right: 1rem;
}

.me-4 {
  margin-right: 1.5rem;
}

.me-5 {
  margin-right: 3rem;
}

.me-auto {
  margin-right: auto;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-5 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.p-5 {
  padding: 3rem;
}

.p-auto {
  padding: auto;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pt-5 {
  padding-top: 3rem;
}

.pt-auto {
  padding-top: auto;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

.pb-auto {
  padding-bottom: auto;
}

.ps-0 {
  padding-left: 0;
}

.ps-1 {
  padding-left: 0.25rem;
}

.ps-2 {
  padding-left: 0.5rem;
}

.ps-3 {
  padding-left: 1rem;
}

.ps-4 {
  padding-left: 1.5rem;
}

.ps-5 {
  padding-left: 3rem;
}

.ps-auto {
  padding-left: auto;
}

.pe-0 {
  padding-right: 0;
}

.pe-1 {
  padding-right: 0.25rem;
}

.pe-2 {
  padding-right: 0.5rem;
}

.pe-3 {
  padding-right: 1rem;
}

.pe-4 {
  padding-right: 1.5rem;
}

.pe-5 {
  padding-right: 3rem;
}

.pe-auto {
  padding-right: auto;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-auto {
  padding-left: auto;
  padding-right: auto;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

.font-jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.font-courgette-regular {
  font-family: "Courgette", cursive;
  font-weight: 400;
  font-style: normal;
}

.font-noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.font-noto-sans {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

body {
  background-color: #C3DBF9;
  font-family: "Noto Sans JP", sans-serif;
}

p, dd, li {
  font-size: 1rem;
  line-height: 1.375;
}
@media screen and (max-width: 991px) {
  p, dd, li {
    font-size: 0.875rem;
    line-height: 1.375;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

/* スクロール禁止用クラス */
.no-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden; /* 念のため */
}

.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.55);
}

.f-button {
  transform: scale(2);
  top: -50px !important;
  /*
  width:47px;
  height:47px;
  svg {
    width: 50px;
    height: 50px;
  }
  */
}

.site-links h4,
.links h4 {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background-color: #40409A;
  color: #fff;
  border-radius: 15px;
  height: 30px;
  font-size: 1rem;
  line-height: 30px;
  padding: 0 24px;
}
.site-links ul,
.links ul {
  margin-bottom: 0;
  padding-left: 0;
}
.site-links ul li,
.links ul li {
  padding-left: 0;
  display: block;
  list-style: none;
  margin-bottom: 0.4em;
}
.site-links ul li a,
.links ul li a {
  color: #000;
  padding-left: 30px;
  display: block;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 991px) {
  .site-links ul li a,
  .links ul li a {
    padding-left: 26px;
  }
}
.site-links ul li a::before,
.links ul li a::before {
  display: inline-block;
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 25px;
  color: #40409A;
  background-color: #fff;
  width: 25px;
  height: 25px;
  border: 1px solid #40409A;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0.3em;
  left: 0;
}
@media screen and (max-width: 991px) {
  .site-links ul li a::before,
  .links ul li a::before {
    font-size: 0.75rem;
    line-height: 20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 768.2px) {
  .site-links ul li a:hover,
  .links ul li a:hover {
    text-decoration: underline;
  }
}
.site-links ul li a[target=_blank]::after,
.links ul li a[target=_blank]::after {
  display: inline-block;
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1rem;
  line-height: 1;
  color: #40409A;
  vertical-align: text-bottom;
  margin-left: 0.2em;
}

.site-header {
  min-height: 116px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .site-header {
    min-height: 86px;
  }
}
@media screen and (max-width: 640px) {
  .site-header {
    min-height: 68px;
  }
}
.site-logo {
  max-width: 240px;
  margin-left: 50px;
}
@media screen and (max-width: 991px) {
  .site-logo {
    max-width: 200px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 640px) {
  .site-logo {
    max-width: 160px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 374px) {
  .site-logo {
    max-width: 135px;
    margin-left: 15px;
  }
}
.site-logo img {
  width: 100%;
  height: auto;
}
.site-navigation {
  position: fixed;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  height: 116px;
  margin-right: 50px;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .site-navigation {
    margin-right: 25px;
    height: 86px;
  }
}
@media screen and (max-width: 640px) {
  .site-navigation {
    margin-right: 20px;
    height: 68px;
  }
}
@media screen and (max-width: 374px) {
  .site-navigation {
    margin-right: 10px;
  }
}
.site-language {
  position: relative;
  display: inline-block;
  margin-right: 50px;
}
@media screen and (max-width: 991px) {
  .site-language {
    margin-right: 25px;
  }
}
@media screen and (max-width: 640px) {
  .site-language {
    margin-right: 20px;
  }
}
@media screen and (max-width: 374px) {
  .site-language {
    margin-right: 16px;
  }
}
.site-language::before {
  content: "";
  display: inline-block;
  width: calc(100% + 44px);
  height: 50px;
  border-radius: 25px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 0;
  background-color: #fff;
  opacity: 0;
  top: 46%;
  transform: translateY(-50%);
  left: -16px;
  transition: 0.3s background-color ease-in-out, opacity 0.3s ease-in-out;
}
@media screen and (max-width: 640px) {
  .site-language::before {
    height: 44px;
    border-radius: 22px;
    width: calc(100% + 24px);
    left: -10px;
  }
}
@media screen and (max-width: 374px) {
  .site-language::before {
    height: 40px;
    border-radius: 20px;
    width: calc(100% + 20px);
    left: -8px;
  }
}
.site-open .site-language::before {
  background-color: #000;
}
.scroll .site-language::before {
  opacity: 1;
}
.site-language dl {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  margin-bottom: auto;
  align-items: center;
}
.site-language dl dt {
  width: 25px;
  overflow: hidden;
}
@media screen and (max-width: 374px) {
  .site-language dl dt {
    width: 20px;
  }
}
.site-language dl dt::after {
  content: "";
  display: inline-block;
  background: url("../images/earth.svg") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 374px) {
  .site-language dl dt::after {
    width: 20px;
    height: 20px;
  }
}
.site-open .site-language dl dt::after {
  background: url("../images/earth-w.svg") no-repeat center center;
}
.site-language dl dd {
  display: inline-block;
  margin-left: 18px;
}
@media screen and (max-width: 991px) {
  .site-language dl dd {
    margin-left: 14px;
  }
}
@media screen and (max-width: 640px) {
  .site-language dl dd {
    margin-left: 8px;
  }
}
.site-language dl dd a {
  display: inline-block;
  color: #333;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 4px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
@media screen and (max-width: 374px) {
  .site-language dl dd a {
    font-size: 1rem;
    line-height: 1;
    padding-bottom: 2px;
  }
}
.site-language dl dd a.current {
  color: #40409A;
  border-bottom: 3px solid #40409A;
  cursor: default;
}
.site-open .site-language dl dd a.current, .site-open .site-language dl dd a {
  color: #fff;
}
.site-open .site-language dl dd a.current {
  border-color: #fff;
}
.site-toggle {
  display: inline-block;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 991px) {
  .site-toggle {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 640px) {
  .site-toggle {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 374px) {
  .site-toggle {
    width: 40px;
    height: 40px;
  }
}
.site-toggle button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  z-index: 0;
}
.site-toggle button::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.site-open .site-toggle button::before {
  background-color: #fff;
}
@media screen and (min-width: 768.2px) {
  .site-toggle button:hover::before {
    transform: translate(-50%, -50%) scale(110%);
  }
}
.site-open .site-toggle button {
  color: #000;
}
.site-toggle button span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: transparent;
  position: absolute;
  transition: all 0.3s ease-in-out;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .site-toggle button span {
    width: 24px;
  }
}
.site-toggle button span:before, .site-toggle button span:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
}
.site-open .site-toggle button span:before, .site-open .site-toggle button span:after {
  background-color: #000;
}
@media screen and (max-width: 991px) {
  .site-toggle button span:before, .site-toggle button span:after {
    width: 24px;
  }
}
.site-toggle button span:before {
  top: -5px;
}
.site-open .site-toggle button span:before {
  top: 0;
  transform: translateX(-50%) rotate(135deg);
}
.site-toggle button span:after {
  bottom: -5px;
}
.site-open .site-toggle button span:after {
  bottom: 0;
  transform: translateX(-50%) rotate(-135deg);
}
.site-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.site-open .site-overlay {
  opacity: 1;
  visibility: visible;
}
.site-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80vw;
  max-width: 600px;
  height: auto;
  min-height: 100vh;
  max-height: 100vh;
  background-color: #000;
  color: #fff;
  transition: right 0.3s ease-in-out;
  z-index: 11;
  overflow-y: auto;
  padding: 116px 50px 30px;
}
@media screen and (max-width: 991px) {
  .site-menu {
    padding: 70px 25px 15px;
  }
}
.site-menu ul {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.site-menu ul li {
  padding: 0;
  display: block;
  list-style: none;
}
.site-menu ul li a {
  color: #fff;
  display: block;
  padding: 15px 52px 15px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-menu ul li a {
    padding: 12px 30px 12px 0;
  }
}
.site-menu ul li a::after {
  display: inline-block;
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 25px;
  color: #000;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .site-menu ul li a::after {
    font-size: 0.75rem;
    line-height: 20px;
    right: 0;
    width: 20px;
    height: 20px;
  }
}
.site-menu ul li a em {
  font-size: 1.125rem;
  line-height: 1.33;
  display: block;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .site-menu ul li a em {
    font-size: 0.875rem;
    line-height: 1.33;
  }
}
.site-menu ul li a span {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 640px) {
  .site-menu ul li a span {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.site-menu ul li a[target=_blank]::after {
  /*
  content: " (external link)";
  font-size: 0.8em;
  color: #888;
  */
}
.site-open .site-menu {
  right: 0;
}
.site-sns {
  text-align: center;
}
.site-sns ul {
  padding: 0;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .site-sns ul {
    margin-bottom: 30px;
  }
}
.site-sns ul li {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-left: 30px;
}
.site-sns ul li:first-child {
  margin-left: 0;
}
.site-sns ul li a {
  color: #fff;
  display: inline-block;
}
.site-sns ul li a::before {
  display: inline-block;
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .site-sns ul li a::before {
    font-size: 1.875rem;
    line-height: 1;
  }
}
.site-sns ul li a.link-facebook::before {
  content: "\f09a";
}
.site-sns ul li a.link-x::before {
  content: "\e61b";
}
.site-sns ul li a span {
  display: none;
}
.site-h2 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.125;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  color: #40409A;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .site-h2 {
    font-size: 1.625rem;
    line-height: 1.125;
    padding-bottom: 15px;
    margin-bottom: 35px;
  }
}
.site-h2::after {
  display: inline-block;
  content: "";
  width: 66px;
  height: 6px;
  background-color: #40409A;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .site-h2::after {
    width: 50px;
    height: 5px;
  }
}
.site-h2 span {
  display: inline-block;
}
.site-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
@media screen and (max-width: 640px) {
  .site-links ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.site-links ul li {
  display: block;
  margin-bottom: 20px;
  width: 48%;
  margin-right: 4%;
}
.site-links ul li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .site-links ul li {
    width: 100%;
    margin-right: 0;
  }
}
.site-links ul li a::before {
  top: 0;
}
.site-footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 70px 20px 50px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-footer {
    padding: 35px 20px 25px;
  }
}
.site-footer .copyright {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .site-footer .copyright {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}
.site-brand {
  text-align: center;
}
.site-brand .univ-logo {
  max-width: 185px;
  margin: 0 auto 18px;
}
@media screen and (max-width: 640px) {
  .site-brand .univ-logo {
    max-width: 134px;
  }
}
.site-page-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
}
@media screen and (max-width: 640px) {
  .site-page-top {
    right: 20px;
    bottom: 20px;
  }
}
.footer-view .site-page-top {
  bottom: auto;
  position: absolute;
  top: -40px;
}
@media screen and (max-width: 640px) {
  .footer-view .site-page-top {
    top: -25px;
  }
}
.site-page-top button {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  background-color: #40409A;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
}
@media screen and (max-width: 640px) {
  .site-page-top button {
    width: 50px;
    height: 50px;
  }
}
.scroll .site-page-top button {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.site-page-top button::before {
  content: "\f062";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 25px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .site-page-top button::before {
    font-size: 0.75rem;
    line-height: 25px;
  }
}
.site-page-top button span {
  display: none;
}

.mv {
  padding-bottom: 62px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .mv {
    padding-bottom: 30px;
  }
}
.mv-title {
  text-align: center;
  padding: 10px 20px 40px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .mv-title {
    padding-bottom: 30px;
  }
}
.mv-title h1 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  color: #40409A;
  line-height: 1;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.mv-title h1 em {
  display: inline-block;
  font-size: 6.25rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .mv-title h1 em {
    font-size: 10vw;
  }
}
@media screen and (max-width: 374px) {
  .mv-title h1 em {
    font-size: 9vw;
  }
}
.mv-title h1 span {
  margin-top: 0.2em;
  display: inline-block;
  line-height: 1.2;
  font-weight: 700;
}
.mv-slide {
  position: relative;
  z-index: 1;
}
.mv-slide__inner .mv-slide__item {
  width: 100%;
  max-width: 600px;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .mv-slide__inner .mv-slide__item {
    max-width: 50vw;
    margin-right: 24px;
  }
}
@media screen and (max-width: 640px) {
  .mv-slide__inner .mv-slide__item {
    max-width: 72.26vw;
    margin-right: 14px;
  }
}
.mv-slide__inner .mv-slide__item figure {
  width: 100%;
  padding: 50% 0 0;
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}
.mv-slide__inner .mv-slide__item figure img {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -46%);
  transition: transform 0.3s ease-in-out;
}
.mv-slide__inner .mv-slide__item a {
  display: block;
}
@media screen and (min-width: 768.2px) {
  .mv-slide__inner .mv-slide__item a:hover figure img {
    transform: translate(-50%, -46%) scale(1.1);
  }
}
.mv-lead {
  width: 100%;
  max-width: 1306px;
  margin: 0 auto 0;
  position: relative;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 640px) {
  .mv-lead {
    position: relative;
    order: 4;
  }
}
.mv-lead__box {
  background-color: #fff;
  max-width: 790px;
  padding: 22px 20px;
  border-radius: 14px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  margin-top: -28px;
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .mv-lead__box {
    max-width: 65vw;
    margin-top: -12px;
    padding: 20px 24px;
  }
}
@media screen and (max-width: 640px) {
  .mv-lead__box {
    max-width: 100%;
    margin-top: 0;
    padding: 18px 14px;
  }
}
.mv-lead__box p {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #40409A;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .mv-lead__box p {
    line-height: 1.4;
  }
}
.mv-lead__box p:last-child {
  margin-bottom: 0;
}
.mv-catch {
  display: inline-block;
  position: absolute;
  bottom: 80px;
  left: 60%;
  z-index: 3;
  overflow: visible;
  transform: rotate(-15deg) translateY(-40%);
}
@media screen and (max-width: 1280px) {
  .mv-catch {
    left: auto;
    right: 25px;
  }
}
@media screen and (max-width: 991px) {
  .mv-catch {
    right: 10px;
    bottom: 160px;
  }
}
@media screen and (max-width: 640px) {
  .mv-catch {
    position: relative;
    order: 3;
    left: auto;
    bottom: auto;
    transform: none;
    text-align: right;
    height: 40px;
  }
}
.mv-catch em {
  display: inline-block;
  font-family: "Courgette", cursive;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 60px;
  padding-right: 10px;
  overflow: visible;
  font-size: 3.8rem;
  font-weight: bold;
  background: linear-gradient(to right, #3264C8, #36AFAF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1180px) {
  .mv-catch em {
    font-size: 4.2vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .mv-catch em {
    font-size: 5.5vw;
    line-height: 1.4;
    transform: rotate(-15deg);
    margin-left: auto;
    margin-right: 0;
  }
}

.articles__inner {
  max-width: 1306px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5.2132701422%;
}
@media screen and (min-width: 640.2px) and (max-width: 991px) {
  .articles__inner {
    gap: 2.3696682464%;
  }
}
@media screen and (max-width: 640px) {
  .articles__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.articles__inner .card {
  width: 47.393365%;
}
@media screen and (min-width: 640.2px) and (max-width: 991px) {
  .articles__inner .card {
    width: 48.8%;
  }
}
@media screen and (max-width: 640px) {
  .articles__inner .card {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.articles__footer {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.articles__footer__txt {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.57;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .articles__footer__txt {
    font-size: 0.75rem;
  }
}

.card {
  background-color: #fff;
  max-width: 600px;
  margin-bottom: 50px;
  border: 1px solid #40409A;
}
@media screen and (max-width: 640px) {
  .card {
    margin-bottom: 30px;
  }
}
.card-header {
  background-color: #40409A;
  color: #fff;
  padding: 20px 22px;
}
@media screen and (max-width: 991px) {
  .card-header {
    padding: 10px 12px;
  }
}
.card-header h3 {
  font-size: 1.875rem;
  line-height: 1.13;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .card-header h3 {
    font-size: 1.375rem;
  }
}
.card-body {
  padding: 50px 40px 32px;
}
@media screen and (max-width: 991px) {
  .card-body {
    padding: 25px 20px 16px;
  }
}
.card-body > *:last-child {
  margin-bottom: 0;
}
.card-thumb {
  display: block;
}
.card-thumb figure {
  width: 100%;
  padding: 55.7692307692% 0 0;
  position: relative;
  overflow: hidden;
}
.card-thumb figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(100%);
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 768.2px) {
  .card-thumb:hover figure img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.card-more {
  position: relative;
  padding: 0 40px;
  height: 0;
  overflow: hidden;
  transition: padding 0.3s ease-in-out, height 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .card-more {
    padding: 0 20px;
  }
}
.card-open .card-more {
  padding: 32px 40px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .card-open .card-more {
    padding: 30px 20px;
  }
}
.card-more::before {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  background-color: #ccc;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .card-more::before {
    width: calc(100% - 40px);
  }
}
.card-more > *:last-child {
  margin-bottom: 0;
}
.card-more .links {
  margin-top: 32px;
}
.card-toggle button {
  width: 100%;
  height: 66px;
  border: none;
  background-color: #F1F1F1;
  color: #40409A;
  margin: 0;
  font-size: 1rem;
  line-height: 1;
  vertical-align: bottom;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .card-toggle button {
    height: 54px;
  }
}
@media screen and (min-width: 768.2px) {
  .card-toggle button:hover {
    background-color: #EEF;
  }
}
.card-toggle button::before {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 25px;
  color: #40409A;
}
@media screen and (max-width: 640px) {
  .card-toggle button::before {
    font-size: 0.875rem;
    line-height: 22px;
  }
}
.card-open .card-toggle button::before {
  content: "\f106";
}
.card-toggle button::after {
  content: "MORE";
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 640px) {
  .card-toggle button::after {
    font-size: 0.875rem;
  }
}
.card-open .card-toggle button::after {
  content: "CLOSE";
}
.card .movie-title {
  font-weight: 900;
  color: #40409A;
}
@media screen and (max-width: 991px) {
  .card .movie-title {
    font-size: 1.125rem;
  }
}
.card .profile {
  display: flex;
}
@media screen and (min-width: 640.2px) and (max-width: 1080px) {
  .card .profile {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 490px) {
  .card .profile {
    flex-direction: column;
    align-items: center;
  }
}
.card .profile-img {
  width: 30.7692307692%;
}
@media screen and (min-width: 640.2px) and (max-width: 1080px) {
  .card .profile-img {
    width: 100%;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 490px) {
  .card .profile-img {
    width: 100%;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}
.card .profile-img figure {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.card .profile-img figure img {
  /*
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%) scale(190%);
  */
}
.card .profile-body {
  width: 69.2307692308%;
  padding-left: 4.6153846154%;
}
@media screen and (min-width: 640.2px) and (max-width: 1080px) {
  .card .profile-body {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 490px) {
  .card .profile-body {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .card .profile-body p {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.card .profile-name {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 640.2px) and (max-width: 991px) {
  .card .profile-name {
    font-size: 1rem;
  }
}
.card .profile-name small {
  font-size: 0.8em;
}
.card .links {
  border-top: 1px solid #ccc;
  padding-top: 27px;
}

.recommends__inner {
  padding: 94px 20px 200px;
  max-width: 1306px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .recommends__inner {
    padding: 46px 20px 100px;
  }
}

.movie-play {
  position: relative;
}
.movie-play::after {
  display: inline-block;
  content: "\f144";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 5rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 991px) {
  .movie-play::after {
    font-size: 8.5vw;
  }
}/*# sourceMappingURL=style.css.map */