@charset "UTF-8";
/* -----------------------------------------------------------------
 Foundation
----------------------------------------------------------------- */
:root {
  /* サイトカラー */
  --color-primary: #0069AD;
  --color-secondary: #10A2D8;
  --color-tertiary: #11B2A4;
  --color-text: #323333;
  --color-bg: #F0F0F0;
  --color-bg-secondary: #EEF3FA;
  --color-bg-tertiary: #F7F7F7;
  /* font */
  --font-base: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic", "ヒラギノ角ゴ W3", "Noto Sans JP", sans-serif;
  --font-en: "Montserrat", sans-serif;
  --font-size13: clamp(0.688rem, 0.598rem + 0.45vw, 0.813rem);
  --font-size14: clamp(0.75rem, 0.661rem + 0.45vw, 0.875rem);
  --font-size15: clamp(0.813rem, 0.723rem + 0.45vw, 0.938rem);
  --font-size18: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  /* header */
  --header-height-sm: 64px;
  --header-height-md: 72px;
  --header-height-lg: 120px;
  /* inner */
  --inner-max-width-sm: 880px;
  --inner-max-width-md: 1080px;
  --inner-max-width-lg: 1240px;
  --inner-max-width-xl: 1360px;
  /* carousel */
  --carousel-gap: 3rem;
  --carousel-duration: 50s;
  /* padding */
  --padding-md: clamp(6.25rem, 5.893rem + 1.79vw, 7.5rem);
  --padding-lg: clamp(7.5rem, 7.143rem + 1.79vw, 8.75rem);
  /* hover */
  --hover-bg-primary: #035B95;
  --hover-bg-secondary: #0F8EBD;
  --hover-bg-tertiary: #0E9D90;
}

/*======================
  reset
======================*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

svg,
img,
picture {
  display: block;
  width: 100%;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*=======================
  breakpoints
=======================*/
/*=======================
  animation
=======================*/
.js-fade-in,
.js-fade-in-up {
  opacity: 0;
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
}

.js-fade-in-up {
  -webkit-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*=======================
  home opening
=======================*/
html.is-opening {
  overflow: hidden;
}
html.is-opening .home-mv,
html.is-opening .home-mv__bg {
  opacity: 0;
}
html.is-opening .home-mv__inner {
  opacity: 0;
  -webkit-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
}
html.is-opening .home-about__deco {
  clip-path: inset(0 100% 0 0);
}
@media screen and (min-width: 768px) {
  html.is-opening .l-header__nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (min-width: 768px) {
  .l-header__nav.is-nav-hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js-fade-in,
  .js-fade-in-up {
    opacity: 1;
    -webkit-transform: rotate(0.001deg);
            transform: rotate(0.001deg);
  }
  html.is-opening {
    overflow: visible;
  }
  html.is-opening .home-mv,
  html.is-opening .home-mv__bg,
  html.is-opening .home-mv__inner,
  html.is-opening .home-about__deco,
  html.is-opening .l-header__nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
    clip-path: none;
  }
  .badge__star {
    -webkit-animation: none;
            animation: none;
  }
}
/*======================
  base
======================*/
* {
  min-height: 0vw;
  /* Safari clamp関数対策 */
}

html {
  scrollbar-gutter: stable;
  overflow-y: scroll;
}

body {
  background-color: var(--color-bg-secondary);
  color: var(--color-text);
  font-family: var(--font-base);
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-autospace: normal;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  body a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*======================
  svg
======================*/
.svg,
.svg-defs {
  display: none;
  position: relative;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.svg-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.icon-arrow {
  width: 16px;
  height: 16px;
  fill: var(--color-primary);
}

/* -----------------------------------------------------------------
 Layout
----------------------------------------------------------------- */
/*======================
  header
======================*/
.l-header {
  position: fixed;
  left: 0;
  top: 0.625rem;
  width: 100%;
  z-index: 990;
}
@media screen and (min-width: 768px) {
  .l-header {
    top: 1rem;
  }
}
.l-header.is-active {
  z-index: 1000;
}
.l-header.is-active .l-header__nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-header__logo {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: clamp(5rem, 4.286rem + 3.57vw, 7.5rem);
  /* 80 - 120 */
  z-index: 995;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .l-header__logo.is-shrink {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  width: calc(100% - 2rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    width: 96%;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.75rem, 0.536rem + 0.45vw, 0.938rem);
  /* 12 - 15 */
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    padding: 0.625rem;
    background-color: #fff;
    border-radius: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__nav {
    gap: 1.5rem;
    padding: 0.625rem 0.625rem 0.625rem 1.5rem;
  }
}
.l-header__nav-list {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}
.l-header__nav-item {
  font-weight: 700;
  letter-spacing: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__nav-item:hover {
    color: var(--color-primary);
  }
}
.l-header__nav-cta {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__nav-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }
}

.l-navbtn {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 3.25rem;
  height: 3.25rem;
  background-color: #E6EEF7;
  border-radius: 4px;
  border: none;
  text-align: center;
  cursor: pointer;
  z-index: 999;
}
@media screen and (min-width: 1024px) {
  .l-navbtn {
    display: none;
  }
}
.l-navbtn.is-active {
  background-color: var(--color-primary);
}
.l-navbtn.is-active .m-top {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  background: #fff;
}
.l-navbtn.is-active .m-middle {
  display: none;
}
.l-navbtn.is-active .m-bottom {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
  background: #fff;
}
.l-navbtn__bar {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background-color: var(--color-primary);
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.l-navbtn__bar.m-top {
  -webkit-transform: translate(-50%, calc(-50% - 6px));
          transform: translate(-50%, calc(-50% - 6px));
}
.l-navbtn__bar.m-middle {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-navbtn__bar.m-bottom {
  -webkit-transform: translate(-50%, calc(-50% + 6px));
          transform: translate(-50%, calc(-50% + 6px));
}

.l-nav {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100svh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 996;
}
.l-nav.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-nav__inner {
  margin-left: auto;
  height: 100svh;
}
.l-nav__wrap {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 5rem 1rem;
  background-color: var(--color-bg-tertiary);
}
@media screen and (min-width: 768px) {
  .l-nav__wrap {
    padding: 5rem 1.5rem;
  }
}
.l-nav__item {
  display: block;
  padding: 1.25rem 0.625rem;
  border-bottom: 1px solid #E0E0E0;
  letter-spacing: 0;
}
.l-nav__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  width: 100%;
  margin-block: 2.5rem 3.5rem;
}
@media screen and (min-width: 768px) {
  .l-nav__cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*======================
  footer
======================*/
.l-footer {
  position: relative;
  padding-block: 5rem 2.5rem;
  background-color: var(--color-bg-tertiary);
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-bottom: 6.25rem;
  }
}
.l-footer__page-top {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footer__page-top {
    position: fixed;
    bottom: 2.5rem;
    right: 2.5rem;
    z-index: 800;
    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;
    width: 3rem;
    height: 3rem;
    background-color: var(--color-primary);
    border-radius: 0.25rem;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(0.625rem);
            transform: translateY(0.625rem);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  }
  .l-footer__page-top.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .l-footer__page-top .icon-arrow {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__page-top:hover {
    background-color: var(--hover-bg-primary);
  }
}
.l-footer__sns {
  position: relative;
  width: 100%;
  max-width: 25.625rem;
  margin-inline: auto;
  background-color: #fff;
  padding: 3.125rem 1rem 1.75rem 1rem;
  border-radius: 0.625rem;
}
.l-footer__sns-title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 0.875rem 0.5625rem 1.125rem;
  background-color: var(--color-primary);
  border-radius: calc(infinity * 1px);
  font-size: var(--font-size15);
  color: #fff;
  text-align: center;
  line-height: 1;
}
.l-footer__sns-title::before {
  content: "";
  background-image: url(../img/common/babble.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -1.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1rem;
  height: auto;
  aspect-ratio: 16/25;
}
.l-footer__sns-title .en {
  display: inline-block;
  margin-left: 0.5rem;
  padding-left: 0.75rem;
  border-left: 1px solid #fff;
  font-family: var(--font-en);
  text-transform: uppercase;
}
.l-footer__sns-list {
  display: grid;
  grid-template-columns: repeat(4, 2rem);
  gap: 1.5rem 7.8%;
  place-content: center;
}
.l-footer__sns-link {
  display: block;
}
.l-footer__sns-link img {
  width: 2rem;
  height: auto;
  aspect-ratio: 1/1;
}
.l-footer__bottom {
  margin-top: 3rem;
  padding-top: 2.625rem;
  border-top: 1px solid #E0E0E0;
}
@media screen and (min-width: 768px) {
  .l-footer__bottom {
    margin-top: 4.5rem;
    padding-top: 4rem;
  }
}
.l-footer__bottom-inner {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem max(3.7%, 2rem);
}
@media screen and (min-width: 768px) {
  .l-footer__bottom-inner {
    grid-template-columns: 13.75rem auto;
  }
}
.l-footer__right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-primary);
}
.l-footer__logo img {
  width: 7.5rem;
  aspect-ratio: 1/1;
}
.l-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(1.5rem, -0.214rem + 3.57vw, 3rem);
     -moz-column-gap: clamp(1.5rem, -0.214rem + 3.57vw, 3rem);
          column-gap: clamp(1.5rem, -0.214rem + 3.57vw, 3rem);
  /* 24 - 48 */
  row-gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .l-footer__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-footer__info .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.l-footer__info .label {
  padding: 0.125rem 0.25rem 0.25rem 0.3125rem;
  background-color: var(--color-primary);
  border-radius: 0.125rem;
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.l-footer__address-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  margin-top: 0.375rem;
  font-family: var(--font-en);
  letter-spacing: 0.03em;
}
.l-footer__address-link img {
  width: 1rem;
  aspect-ratio: 1/1;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 600px) {
  .l-footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 2.5rem;
  }
}
.l-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 2rem;
}
@media screen and (min-width: 600px) {
  .l-footer__cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-footer__copyright {
  margin-top: 6.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #8B8B8B;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    text-align: right;
  }
}

/*=======================
  main
=======================*/
.l-main {
  display: block;
  position: relative;
  overflow-x: clip;
}

/*=======================
  container
=======================*/
.l-container {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding-inline: 5.5%;
    max-width: var(--inner-max-width-md);
  }
}

.l-container--sm {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-container--sm {
    padding-inline: 5.5%;
    max-width: var(--inner-max-width-sm);
  }
}

.l-container--lg {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-container--lg {
    padding-inline: 4%;
  }
}
@media screen and (min-width: 1024px) {
  .l-container--lg {
    max-width: var(--inner-max-width-lg);
  }
}

/*======================
  cta
======================*/
.l-cta {
  position: relative;
  padding-block: var(--padding-md);
  color: #fff;
  overflow: hidden;
}
.l-cta::before {
  content: "";
  background-image: url(../img/home/feature_bg.png);
  background-size: 50%;
  background-repeat: repeat;
  background-color: #0A73B8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.l-cta::after {
  content: "";
  background-image: url(../img/common/cta_bg_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: max(10vw, 4.5rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 768/170;
}
@media screen and (min-width: 768px) {
  .l-cta::after {
    background-image: url(../img/common/cta_bg.png);
    top: min(5vw, 72px);
    aspect-ratio: 1440/270;
  }
}
.l-cta__container {
  position: relative;
  z-index: 10;
}
.l-cta__title {
  font-size: clamp(2rem, 1.284rem + 3.58vw, 3rem);
  /* 32 - 48 */
}
@media screen and (min-width: 768px) {
  .l-cta__title {
    font-size: clamp(3rem, 2.429rem + 1.19vw, 3.5rem);
    /* 48 - 56 */
  }
}
.l-cta__text {
  margin-top: 2rem;
  font-size: clamp(1rem, 0.911rem + 0.45vw, 1.125rem);
  /* 16 - 18 */
  line-height: 2;
}
.l-cta__btn {
  position: relative;
  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: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .l-cta__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3.5rem;
  }
}
.l-cta__btn .badge {
  position: absolute;
  top: -3.625rem;
  right: calc(clamp(0.625rem, -0.628rem + 6.26vw, 2.375rem) * -1);
  /* 10 - 38 */
  width: clamp(4.5rem, 4rem + 2.5vw, 6.25rem);
  /* 72 - 100 */
  height: auto;
  aspect-ratio: 1/1;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-cta__btn .badge {
    top: calc((clamp(4.5rem, 4rem + 2.5vw, 6.25rem) / 2 + 0.625rem) * -1);
    right: calc(clamp(2.875rem, 1.589rem + 2.68vw, 4rem) * -1);
    /* 40 - 64 */
  }
}
.l-cta__btn .badge .badge__star {
  -webkit-transform-origin: 49px 49px;
          transform-origin: 49px 49px;
  -webkit-animation: spin 12s linear infinite;
          animation: spin 12s linear infinite;
}

/* -----------------------------------------------------------------
 Component
----------------------------------------------------------------- */
/*======================
  btn
======================*/
.c-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  font-size: var(--font-size15);
  color: #fff;
  line-height: 1.3;
  overflow: hidden;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .c-btn {
    font-size: 0.9375rem;
  }
}
.c-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.c-btn .text, .c-btn .btn-icon, .c-btn .line-icon {
  position: relative;
  z-index: 5;
}
.c-btn .btn-icon {
  display: block;
  padding-left: 1rem;
  margin-left: 0.625rem;
  border-left: 1px solid #fff;
}
.c-btn .line-icon {
  display: inline-block;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1/1;
}

/* 一覧 */
.c-btn--primary {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 13.75rem;
  height: 3.25rem;
  padding: 0.625rem 1rem;
  background-color: var(--color-primary);
}
.c-btn--primary::after {
  background-color: var(--hover-bg-primary);
}

/* コース */
.c-btn--secondary {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 28rem;
  height: 4.5rem;
  font-size: clamp(0.938rem, 0.723rem + 0.45vw, 1.125rem);
  /* 15 - 18 */
}
.c-btn--secondary.course-apply {
  padding: 0.625rem 1.25rem 0.625rem clamp(1.25rem, -0.179rem + 2.98vw, 2.5rem);
  /* 20 - 40 */
  background-color: var(--color-primary);
}
.c-btn--secondary.course-apply::after {
  background: var(--hover-bg-primary);
}
.c-btn--secondary.course-line {
  padding: 0.625rem 1.25rem 0.625rem clamp(1rem, -0.714rem + 3.57vw, 2.5rem);
  /* 16 - 40 */
  background-color: var(--color-tertiary);
}
.c-btn--secondary.course-line::after {
  background-color: var(--hover-bg-tertiary);
}
.c-btn--secondary .btn-icon {
  display: block;
  padding-left: 1.25rem;
  margin-left: 0.625rem;
  border-left: 1px solid #fff;
}
.c-btn--secondary .line-icon {
  margin-right: 0.5rem;
}
.c-btn--secondary .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ヘッダー フッダー */
.c-header__cta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.25rem;
  padding: 0.625rem 1rem;
}
.c-header__cta.apply {
  background-color: var(--color-primary);
}
.c-header__cta.apply::after {
  background-color: var(--hover-bg-primary);
}
.c-header__cta.line {
  background-color: var(--color-tertiary);
}
.c-header__cta.line::after {
  background-color: var(--hover-bg-tertiary);
}
.c-header__cta.mv {
  width: 100%;
  max-width: 18.125rem;
  height: 3.25rem;
}
@media screen and (min-width: 600px) {
  .c-header__cta.mv {
    height: 3.75rem;
    width: 18.125rem;
  }
}
.c-header__cta.footer {
  width: 100%;
  max-width: 17.5rem;
}
@media screen and (min-width: 600px) {
  .c-header__cta.footer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 16.25rem;
  }
}

/* CTAエリア */
.c-cta__btn {
  position: relative;
  height: 4.5rem;
  width: 100%;
  padding: 0.625rem 1.25rem 0.625rem clamp(1rem, 0.571rem + 2.14vw, 2.5rem);
  /* 20 - 40 */
  background-color: #fff;
  font-size: clamp(0.938rem, 0.723rem + 0.45vw, 1.125rem);
  /* 15 - 18 */
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .c-cta__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-cta__btn::after {
  background-color: var(--color-secondary);
}
@media (hover: hover) and (pointer: fine) {
  .c-cta__btn:hover {
    color: #fff;
  }
  .c-cta__btn:hover .btn-icon {
    border-left-color: #fff;
  }
}
.c-cta__btn .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-cta__btn .btn-icon {
  margin-left: clamp(0.625rem, 0.375rem + 1.25vw, 1.5rem);
  /* 10 - 20 */
  padding-left: 1.25rem;
  border-left: 1px solid var(--color-primary);
}

/*=======================
  head
=======================*/
.c-head {
  position: relative;
  padding-bottom: 1.5rem;
  text-align: center;
}
.c-head::after {
  content: "";
  background-image: url(../img/common/icon_header.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.625rem;
  height: auto;
  aspect-ratio: 26/6;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-head__en {
  display: inline-block;
  margin-left: 4px;
  font-family: var(--font-en);
  font-size: var(--font-size15);
  font-weight: 600;
  color: var(--color-primary);
  text-transform: uppercase;
}
.c-head__ja {
  display: block;
  margin-top: 0.625rem;
  font-size: clamp(1.875rem, 1.732rem + 0.71vw, 2.375rem);
  /* 30 - 38 */
  font-weight: 700;
  color: var(--color-primary);
}
.c-head__ja.page-head__ja {
  color: var(--color-text);
}
.c-head__subtitle {
  position: absolute;
  bottom: calc(100% + 0.625rem);
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 100%;
  max-width: 12.5rem;
  height: auto;
  aspect-ratio: 201/51;
}
@media screen and (min-width: 600px) {
  .c-head__subtitle {
    bottom: calc(100% - clamp(0rem, -0.714rem + 1.9vw, 1rem));
    right: 30%;
  }
}

.c-title {
  color: var(--color-primary);
}
.c-title__en {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  font-family: var(--font-en);
  font-size: var(--font-size15);
  font-weight: 600;
  text-transform: uppercase;
}
.c-title__en::after {
  content: "";
  background-image: url(../img/common/icon_header.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.625rem;
  height: auto;
  aspect-ratio: 26/6;
  position: absolute;
  top: 50%;
  right: -2.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-title__ja {
  display: block;
  margin-top: 0.625rem;
  font-size: clamp(1.875rem, 1.732rem + 0.71vw, 2.375rem);
  /* 30 - 38 */
  font-weight: 700;
}

.c-page-head {
  position: relative;
  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;
  background-color: #fff;
  overflow-x: clip;
}
.c-page-head__inner {
  padding-block: calc(var(--header-height-md) + 4rem) 6.25rem;
  width: 100%;
  background-color: var(--color-bg-secondary);
}
@media screen and (min-width: 768px) {
  .c-page-head__inner {
    padding-block: calc(var(--header-height-md) + 6.25rem) 5rem;
  }
}
.c-page-head .c-head__ja {
  white-space: nowrap;
}
.c-page-head::before {
  content: "";
  background-image: url(../img/common/page-head_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/80;
  position: absolute;
  bottom: -5.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

/*======================
  card
======================*/
.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.c-card__thumb {
  width: 100%;
  aspect-ratio: 338/225;
  border-radius: 0.5rem;
  overflow: hidden;
}
.c-card__thumb img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-card__title {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-primary);
}
.c-card__intro {
  margin-top: 0.625rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.6;
}
.c-card__date {
  margin-top: 1rem;
  font-family: var(--font-en);
  font-size: 0.8125rem;
  font-weight: 400;
  color: #999;
}
@media (hover: hover) and (pointer: fine) {
  .c-card:hover .c-card__thumb img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*=======================
  pagination
=======================*/
/* 一覧　 */
.c-pagination {
  width: 100%;
  /* WP-Pagenavi用 */
  margin-top: 4rem;
}
.c-pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  position: relative;
  width: 100%;
  text-align: center;
}
.c-pagination .wp-pagenavi span, .c-pagination .wp-pagenavi a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--color-bg-secondary);
  border-radius: 0.125rem;
  font-size: 1rem;
  font-family: var(--font-en);
  font-weight: 600;
  color: var(--color-primary);
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-pagination .wp-pagenavi span.current, .c-pagination .wp-pagenavi a.current {
  cursor: default;
  pointer-events: none;
  background-color: var(--color-primary);
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination .wp-pagenavi span:hover:hover, .c-pagination .wp-pagenavi a:hover:hover {
    background-color: var(--color-primary);
    color: #fff;
  }
}
.c-pagination .wp-pagenavi .pages {
  display: none;
}
.c-pagination .wp-pagenavi .previouspostslink, .c-pagination .wp-pagenavi .nextpostslink {
  position: relative;
  display: grid;
  place-items: center;
}
.c-pagination .wp-pagenavi .previouspostslink::before, .c-pagination .wp-pagenavi .nextpostslink::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-pagination .wp-pagenavi .previouspostslink::before {
  background-image: url(../img/common/icon_arrow.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-pagination .wp-pagenavi .previouspostslink:hover::before {
  background-image: url(../img/common/icon_arrow_w.svg);
}
.c-pagination .wp-pagenavi .nextpostslink::before {
  background-image: url(../img/common/icon_arrow.svg);
}
.c-pagination .wp-pagenavi .nextpostslink:hover::before {
  background-image: url(../img/common/icon_arrow_w.svg);
}
.c-pagination .wp-pagenavi .first, .c-pagination .wp-pagenavi .last {
  display: none;
}

/*=======================
  content-area
=======================*/
.c-content-area {
  word-break: break-word;
  color: var(--color-text);
}
.c-content-area h1 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-content-area h1 {
    font-size: 1.625rem;
  }
}
.c-content-area h1:first-child {
  margin-top: 0;
}
.c-content-area h2 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-content-area h2 {
    font-size: 1.5rem;
  }
}
.c-content-area h2:first-child {
  margin-top: 0;
}
.c-content-area h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-content-area h3 {
    font-size: 1.25rem;
  }
}
.c-content-area h3:first-child {
  margin-top: 0;
}
.c-content-area h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-content-area h4 {
    font-size: 1.125rem;
  }
}
.c-content-area h4:first-child {
  margin-top: 0;
}
.c-content-area h5 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-content-area h5 {
    font-size: 1rem;
  }
}
.c-content-area h6 {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-content-area h6 {
    font-size: 0.875rem;
  }
}
.c-content-area p {
  line-height: 2;
  margin: 0;
}
.c-content-area p a {
  color: var(--color-text);
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-content-area p a:hover {
    color: var(--color-primary);
  }
}
.c-content-area p + p {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .c-content-area p + p {
    margin-top: 1.25em;
  }
}
.c-content-area a {
  color: var(--color-text);
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-content-area a:hover {
    color: var(--color-primary);
  }
}
.c-content-area figure {
  margin: 1.5em 0;
}
@media screen and (min-width: 768px) {
  .c-content-area figure {
    margin: 2em 0;
  }
}
.c-content-area figure img {
  display: block;
  width: 100%;
  height: auto;
}
.c-content-area figure figcaption {
  margin-top: 0.5em;
  font-size: 0.875rem;
  color: #666;
  text-align: center;
  line-height: 1.6;
}
.c-content-area img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.c-content-area .alignleft {
  float: left;
  margin: 0.5em 1.5em 1em 0;
}
@media screen and (min-width: 768px) {
  .c-content-area .alignleft {
    margin: 0.5em 2em 1em 0;
  }
}
.c-content-area .alignright {
  float: right;
  margin: 0.5em 0 1em 1.5em;
}
@media screen and (min-width: 768px) {
  .c-content-area .alignright {
    margin: 0.5em 0 1em 2em;
  }
}
.c-content-area .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.c-content-area .alignwide {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-content-area .alignwide {
    max-width: 120%;
    margin-left: -10%;
    margin-right: -10%;
  }
}
.c-content-area .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.c-content-area .wp-caption {
  max-width: 100%;
  margin: 1.5em 0;
}
@media screen and (min-width: 768px) {
  .c-content-area .wp-caption {
    margin: 2em 0;
  }
}
.c-content-area .wp-caption img {
  display: block;
  width: 100%;
  height: auto;
}
.c-content-area .wp-caption-text {
  margin-top: 0.5em;
  font-size: 0.875rem;
  color: #666;
  text-align: center;
  line-height: 1.6;
}
.c-content-area ul, .c-content-area ol {
  margin: 1.5em 0;
}
@media screen and (min-width: 768px) {
  .c-content-area ul, .c-content-area ol {
    margin: 2em 0;
  }
}
.c-content-area ul ul, .c-content-area ul ol, .c-content-area ol ul, .c-content-area ol ol {
  margin: 0.5em 0;
  padding-left: 1.5em;
}
.c-content-area ul {
  list-style-position: outside;
  padding-left: 1.5em;
}
.c-content-area ul > li {
  list-style: disc;
  padding: 0.3em 0.3em 0.3em 0;
  line-height: 1.8;
}
.c-content-area ul > li::marker {
  color: var(--color-primary);
  font-size: 1.1em;
}
.c-content-area ul > li > ul {
  list-style-type: circle;
}
.c-content-area ul > li > ul > li::marker {
  color: var(--color-primary);
}
.c-content-area ul > li > ul > li > ul {
  list-style-type: square;
}
.c-content-area ul > li > ul > li > ul > li::marker {
  color: var(--color-primary);
}
.c-content-area ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.c-content-area ol > li {
  padding: 0.3em 0.3em 0.3em 0;
  line-height: 1.8;
}
.c-content-area ol > li::before {
  counter-increment: item;
  content: counter(item);
  font-family: var(--font-en);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  width: 20px;
  height: 20px;
  background-color: var(--color-primary);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
  vertical-align: middle;
}
.c-content-area ol > li > ol {
  counter-reset: item;
}
.c-content-area ol > li > ol > li::before {
  counter-increment: item;
  content: counter(item, lower-alpha) ".";
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--color-primary);
  border-radius: 0;
  font-size: 1em;
  margin-right: 0.5em;
}
.c-content-area table {
  width: 100%;
  margin: 1.5em 0;
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
}
@media screen and (min-width: 768px) {
  .c-content-area table {
    margin: 2em 0;
  }
}
.c-content-area table caption {
  margin: 0 0 0.75em;
  color: #9fa6b4;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-align: left;
}
.c-content-area table thead th {
  background: #F0F0F0;
}
.c-content-area table tr:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.c-content-area table td, .c-content-area table th {
  padding: 0.75em;
  border-right: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .c-content-area table td, .c-content-area table th {
    padding: 1em;
  }
}
.c-content-area table td:last-child, .c-content-area table th:last-child {
  border-right: 0;
}
.c-content-area table th {
  font-weight: 700;
  background: #F0F8F7;
  border-bottom: 1px solid #e0e0e0;
}
.c-content-area table td {
  word-break: break-word;
}
.c-content-area table tfoot {
  border-top: 1px solid #e0e0e0;
  background: #f8f9fa;
}
.c-content-area table tfoot td, .c-content-area table tfoot th {
  font-size: 0.9em;
}
.c-content-area blockquote {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 2em 0;
  padding: 1em 1em 1em 2em;
  border-left: 4px solid var(--color-primary);
  background-color: #fafafa;
  color: #464646;
}
@media screen and (min-width: 768px) {
  .c-content-area blockquote {
    margin: 2.5em 0;
    padding: 1.5em 1.5em 1.5em 2.5em;
  }
}
.c-content-area blockquote p {
  margin: 0.75em 0;
  padding: 0;
  line-height: 1.8;
}
.c-content-area blockquote p:first-child {
  margin-top: 0;
}
.c-content-area blockquote p:last-child {
  margin-bottom: 0;
}
.c-content-area blockquote cite {
  display: block;
  margin-top: 1em;
  color: #888;
  font-size: 0.875rem;
  font-style: normal;
  text-align: right;
}
.c-content-area blockquote cite::before {
  content: "— ";
}
.c-content-area blockquote ul, .c-content-area blockquote ol {
  margin: 1em 0;
  padding-left: 1.5em;
  background: transparent;
}
.c-content-area dl {
  margin: 1.5em 0;
}
@media screen and (min-width: 768px) {
  .c-content-area dl {
    margin: 2em 0;
  }
}
.c-content-area dt {
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: var(--color-text);
}
.c-content-area dt:first-child {
  margin-top: 0;
}
.c-content-area dd {
  margin-bottom: 1em;
  margin-left: 1.5em;
  color: #666;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-content-area dd {
    margin-left: 2em;
  }
}
.c-content-area dd:last-child {
  margin-bottom: 0;
}
.c-content-area hr {
  margin: 2em 0;
  border: 0;
  border-top: 1px solid #e0e0e0;
  clear: both;
}
@media screen and (min-width: 768px) {
  .c-content-area hr {
    margin: 2.5em 0;
  }
}
.c-content-area code {
  padding: 0.2em 0.4em;
  margin: 0 0.2em;
  border-radius: 4px;
  background: #f5f5f5;
  color: #d63384;
  font-size: 0.9em;
  font-family: "Courier New", Courier, monospace;
  word-break: break-word;
}
.c-content-area pre {
  margin: 1.5em 0;
  padding: 1.25em;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #f8f9fa;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.6;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .c-content-area pre {
    margin: 2em 0;
    padding: 1.5em;
  }
}
.c-content-area pre code {
  padding: 0;
  margin: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  border-radius: 0;
  word-break: normal;
}
.c-content-area strong, .c-content-area b {
  font-weight: 700;
}
.c-content-area em, .c-content-area i {
  font-style: italic;
}
.c-content-area u {
  text-decoration: underline;
}
.c-content-area mark {
  background-color: #fff3cd;
  padding: 0.1em 0.2em;
  border-radius: 2px;
}
.c-content-area small {
  font-size: 0.875em;
}
.c-content-area sub, .c-content-area sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.c-content-area sup {
  top: -0.5em;
}
.c-content-area sub {
  bottom: -0.25em;
}
.c-content-area .wp-block-group {
  margin: 1.5em 0;
}
@media screen and (min-width: 768px) {
  .c-content-area .wp-block-group {
    margin: 2em 0;
  }
}
.c-content-area .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2em;
  margin: 1.5em 0;
}
@media screen and (min-width: 768px) {
  .c-content-area .wp-block-columns {
    margin: 2em 0;
  }
}
.c-content-area .wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.c-content-area .wp-block-button {
  margin: 1.5em 0;
}
@media screen and (min-width: 768px) {
  .c-content-area .wp-block-button {
    margin: 2em 0;
  }
}
.c-content-area .wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: 0.75em 1.5em;
  background-color: var(--color-primary);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.3s ease, transform 0.2s ease;
  transition: opacity 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-content-area .wp-block-button .wp-block-button__link:hover {
    opacity: 0.9;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
.c-content-area .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1em;
  margin: 1.5em 0;
}
@media screen and (min-width: 768px) {
  .c-content-area .wp-block-gallery {
    margin: 2em 0;
    gap: 1.5em;
  }
}
.c-content-area .wp-block-gallery .wp-block-image {
  margin: 0;
}
.c-content-area .wp-block-separator {
  margin: 2em auto;
  border: 0;
  border-top: 2px solid #e0e0e0;
}
@media screen and (min-width: 768px) {
  .c-content-area .wp-block-separator {
    margin: 2.5em auto;
  }
}
.c-content-area .wp-block-pullquote {
  margin: 2em 0;
  padding: 1.5em;
  border-left: 4px solid var(--color-primary);
  background-color: #fafafa;
}
@media screen and (min-width: 768px) {
  .c-content-area .wp-block-pullquote {
    margin: 2.5em 0;
    padding: 2em;
  }
}
.c-content-area .wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.c-content-area .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.c-content-area .more-link {
  display: inline-block;
  margin-top: 1em;
  color: var(--theme-accent);
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-content-area .more-link:hover {
    color: var(--color-text);
  }
}

/* -----------------------------------------------------------------
 Utility
----------------------------------------------------------------- */
.u-fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

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

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

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

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

.u-color-bg {
  background-color: var(--color-bg);
}

.u-color-bg-secondary {
  background-color: var(--color-bg-secondary);
}

.u-color-bg-tertiary {
  background-color: var(--color-bg-tertiary);
}

.u-mt-16 {
  margin-top: 1rem;
}

.u-mt-24 {
  margin-top: 1.5rem;
}

.u-mt-32 {
  margin-top: 2rem;
}

.u-mt-40 {
  margin-top: 2.5rem;
}

.u-mt-56 {
  margin-top: 3.5rem;
}

.u-mt-64 {
  margin-top: 4rem;
}

.u-mt-80 {
  margin-top: 5rem;
}

/* -----------------------------------------------------------------
Project
----------------------------------------------------------------- */
/*====================================================
*
*	Home
*
====================================================*/
.home-mv {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 178vw;
  overflow-x: clip;
}
@media screen and (min-width: 600px) {
  .home-mv {
    min-height: 128vw;
  }
}
@media screen and (min-width: 768px) {
  .home-mv {
    min-height: 56vw;
  }
}
.home-mv__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.home-mv__inner {
  position: relative;
  display: grid;
  place-content: center;
  place-items: center;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.home-mv__copy {
  width: 84vw;
  max-width: 25.625rem;
  aspect-ratio: 510/234;
  margin-inline: auto;
  margin-top: -1.5rem;
}
@media screen and (min-width: 768px) {
  .home-mv__copy {
    width: 35.4vw;
    min-width: 25.625rem;
    max-width: 31.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .home-mv__copy {
    max-width: none;
  }
}
.home-mv__title {
  margin-top: 0.625rem;
  font-size: clamp(1rem, 0.893rem + 0.54vw, 1.375rem);
  /* 16 - 22 */
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
.home-mv__title .small {
  font-size: clamp(0.875rem, 0.768rem + 0.54vw, 1.25rem);
  /* 14 - 20 */
}
.home-mv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .home-mv__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1.5rem;
  }
}

.home-about {
  position: relative;
  background-color: var(--color-bg-secondary);
  padding-block: var(--padding-lg);
}
.home-about::before {
  content: "";
  background-color: var(--color-bg-secondary);
  -webkit-mask-image: url(../img/home/mv_mask_sp.svg);
          mask-image: url(../img/home/mv_mask_sp.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: -8.3vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 102%;
  height: auto;
  aspect-ratio: 768/64;
  overflow-x: clip;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .home-about::before {
    -webkit-mask-image: url(../img/home/mv_mask.svg);
            mask-image: url(../img/home/mv_mask.svg);
    aspect-ratio: 1440/118;
  }
}
.home-about__deco {
  position: absolute;
  top: -16vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 101%;
  height: auto;
  aspect-ratio: 761/123;
  overflow: hidden;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .home-about__deco {
    top: -13vw;
    aspect-ratio: 1457/197;
  }
}
.home-about__bg {
  position: absolute;
  bottom: 0;
  right: -3.5rem;
}
.home-about__bg img {
  width: 100%;
  max-width: 31.25rem;
  aspect-ratio: 506/437;
}
.home-about__inner {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .home-about__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.home-about__text {
  width: 100%;
  margin-left: clamp(0rem, -4.571rem + 9.52vw, 4rem);
  /* 0 - 64 */
  font-size: var(--font-size18);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .home-about__text {
    max-width: clamp(26.25rem, 3.75rem + 46.88vw, 33.75rem);
    /* 420 - 540 */
    margin-top: clamp(6.25rem, 4.821rem + 2.98vw, 7.5rem);
    /* 100 - 120 */
  }
}
.home-about__text P + P {
  margin-top: 1.5rem;
}
.home-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .home-about__title {
    gap: 1.25rem;
    margin-right: clamp(0rem, -5.714rem + 11.9vw, 5rem);
    /* 0 - 80 */
    margin-left: 0;
  }
}
.home-about__title-en {
  margin-top: 0.25rem;
  font-family: var(--font-en);
  font-weight: 600;
  color: #9DC1D9;
  text-transform: uppercase;
}
.home-about__title-ja {
  font-size: clamp(1.875rem, 1.732rem + 0.71vw, 2.375rem);
  /* 30 - 38 */
  font-weight: 700;
  letter-spacing: 0.1em;
}
.home-about__title-ja .color {
  color: var(--color-primary);
}

.home-feature {
  position: relative;
  padding-block: var(--padding-lg) var(--padding-lg);
}
.home-feature::before {
  content: "";
  background-image: url(../img/home/feature_bg.png);
  background-size: 50%;
  background-repeat: repeat;
  background-color: #0063A3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.home-feature__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem 2.5rem;
}
@media screen and (min-width: 1024px) {
  .home-feature__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.home-feature__head {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .home-feature__head {
    position: sticky;
    top: 7.5rem;
  }
}
.home-feature__head-en {
  display: block;
  margin-left: 0.25rem;
  font-family: var(--font-en);
  font-weight: 600;
  text-transform: uppercase;
}
.home-feature__head-ja {
  display: inline-block;
  margin-top: 0.625rem;
  font-size: clamp(1.875rem, 1.732rem + 0.71vw, 2.375rem);
  /* 30 - 38 */
  font-weight: 700;
  letter-spacing: 0.06em;
}
.home-feature__head-ja .small {
  font-size: clamp(1.375rem, 0.883rem + 2.46vw, 2.063rem);
  /* 22 - 38 */
}
@media screen and (min-width: 600px) {
  .home-feature__head-ja .small {
    font-size: clamp(2.063rem, 1.705rem + 0.74vw, 2.375rem);
    /* 33 - 38 */
  }
}
.home-feature__head-ja .num {
  display: inline-block;
  width: clamp(1.875rem, 1.732rem + 0.71vw, 2.375rem);
  /* 30 - 38 */
  height: auto;
  aspect-ratio: 38/57;
  padding-top: 2px;
  vertical-align: bottom;
}
.home-feature__head-ja .underline {
  position: relative;
}
.home-feature__head-ja .underline::before {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/home/feature_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 110%;
  aspect-ratio: 220/9;
}
.home-feature__list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-feature__list {
    max-width: 31.25rem;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .home-feature__list {
    width: calc(50% - 2.5rem);
  }
}
.home-feature__item {
  position: relative;
  padding: 1rem 1rem 1.5rem 1rem;
  background-color: #fff;
  border-radius: 0.625rem;
}
@media screen and (min-width: 600px) {
  .home-feature__item {
    padding: 1.5rem 1.5rem 2rem 1.5rem;
  }
}
.home-feature__item:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .home-feature__item:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.home-feature__item::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: max(11%, 4rem);
  height: auto;
  aspect-ratio: 80/128;
  top: calc(clamp(3.5rem, 2.784rem + 3.58vw, 4.5rem) * -1);
  /* 56 - 72 */
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .home-feature__item::before {
    left: -4.5rem;
    right: auto;
    width: 6.875rem;
    aspect-ratio: 128/80;
    z-index: -1;
  }
}
.home-feature__item:first-child::before {
  content: "";
  background-image: url(../img/home/feature_tag01_sp.png);
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .home-feature__item:first-child::before {
    background-image: url(../img/home/feature_tag01.png);
    top: 3rem;
  }
}
.home-feature__item:nth-child(2)::before {
  content: "";
  background-image: url(../img/home/feature_tag02_sp.png);
  right: 4rem;
}
@media screen and (min-width: 768px) {
  .home-feature__item:nth-child(2)::before {
    background-image: url(../img/home/feature_tag02.png);
    top: 15rem;
  }
}
.home-feature__item:nth-child(3)::before {
  content: "";
  background-image: url(../img/home/feature_tag03_sp.png);
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .home-feature__item:nth-child(3)::before {
    background-image: url(../img/home/feature_tag03.png);
    top: 18.75rem;
  }
}
.home-feature__item-num {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #fff;
  padding: 0 0.75rem 0.5rem 0.125rem;
  border-radius: 0 0 0.625rem 0;
  font-family: var(--font-en);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-primary);
  line-height: 1;
  text-transform: uppercase;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .home-feature__item-num {
    top: 1.5rem;
    left: 1.5rem;
  }
}
.home-feature__item-thumb {
  width: 100%;
  aspect-ratio: 452/300;
  border-radius: 0.5rem;
  overflow: hidden;
}
.home-feature__item-thumb--swiper .swiper {
  width: 100%;
  height: 100%;
}
.home-feature__item-thumb--swiper .swiper-wrapper {
  height: 100%;
}
.home-feature__item-thumb--swiper .swiper-slide {
  height: 100%;
}
.home-feature__item-title {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-primary);
}
.home-feature__item-subtitle {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.home-feature__item-text {
  margin-top: 0.75rem;
  line-height: 1.8;
}
.home-feature__item-text p + p {
  margin-top: 0.625rem;
}

.home-course {
  position: relative;
  padding-block: 8.75rem var(--padding-md);
  background-color: var(--color-bg-tertiary);
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .home-course {
    padding-block: var(--padding-lg);
  }
}
.home-course::before {
  content: "";
  background-image: url(../img/home/course_bg.png);
  background-size: 20px;
  background-repeat: repeat;
  background-position: center;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-course__item {
  position: relative;
  padding: 3rem max(3%, 1rem) 5rem max(3%, 1rem);
  background-color: #fff;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .home-course__item {
    padding: 3rem max(3%, 1rem) 6.25rem max(3%, 1rem);
  }
}
.home-course__item.course-top {
  margin-top: 2.5rem;
}
.home-course__item.course-bottom {
  margin-top: 3.5rem;
  padding-top: 5.5rem;
}
@media screen and (min-width: 600px) {
  .home-course__item.course-bottom {
    padding-top: 3rem;
  }
}
.home-course__item.course-bottom::before {
  content: "";
  background-image: url(../img/home/course_tag.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: clamp(5rem, 2.133rem + 14.34vw, 7.5rem);
  /* 80 - 120 */
  height: auto;
  aspect-ratio: 120/120;
  position: absolute;
  top: -0.75rem;
  left: 1rem;
}
@media screen and (min-width: 600px) {
  .home-course__item.course-bottom::before {
    width: 7.5rem;
    left: 1.5rem;
  }
}
.home-course__wrap {
  width: 100%;
  max-width: 57.5rem;
  margin-inline: auto;
}
.home-course__subtitle {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0.25rem 0.625rem 0.3125rem 0.625rem;
  gap: 0.25rem;
  background-color: var(--color-primary);
  border-radius: calc(infinity * 1px);
  color: #fff;
  line-height: 1.2;
}
.home-course__subtitle .icon {
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1/1;
}
.home-course__title {
  margin-top: 0.625rem;
  font-size: clamp(1.375rem, 1.232rem + 0.71vw, 1.875rem);
  /* 22 - 30 */
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
}
.home-course__img {
  width: calc(100% - 2rem);
  max-width: 13.4375rem;
  height: auto;
  aspect-ratio: 215/28;
  margin-inline: auto;
  margin-top: 2rem;
}
.home-course__price {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  max-width: 42.5rem;
  margin-inline: auto;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .home-course__price {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
.home-course__price + .home-course__price {
  margin-top: 0.625rem;
}
.home-course__price.beginner {
  margin-top: 3rem;
}
.home-course__price.basic {
  margin-top: 1.25rem;
}
.home-course__price.practitioner .home-course__price-head {
  background-color: #0C9ED4;
}
.home-course__price.practitioner .home-course__price-body {
  background-color: #E7F4F9;
  color: #0C9ED4;
}
.home-course__price-head {
  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: 6.875rem;
  padding: 1.25rem;
  background-color: var(--color-primary);
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.home-course__price-head .pc-none {
  display: block;
}
@media screen and (min-width: 768px) {
  .home-course__price-head .pc-none {
    display: none;
  }
}
.home-course__price-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  height: 6.875rem;
  padding: 1rem 1.25rem 1rem 1.75rem;
  background-color: #E6EEF7;
  color: var(--color-primary);
  text-align: center;
}
.home-course__price-body .en {
  font-family: var(--font-en);
  font-weight: 600;
  font-size: clamp(2.375rem, 1.929rem + 1.19vw, 3rem);
  /* 38 - 48 */
  letter-spacing: -0.02em;
  line-height: 1;
}
.home-course__price-body .unit {
  display: inline-block;
  margin-top: 0.875rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.home-course__price-body .tax {
  position: relative;
  top: -0.375rem;
  left: 0.125rem;
  width: 2rem;
  height: auto;
  aspect-ratio: 33/42;
}
.home-course__price-body .attention {
  width: 100%;
  font-size: 0.8125rem;
  line-height: 1.2;
}
.home-course__box {
  position: relative;
  margin-top: 3.5rem;
}
.home-course__box::before {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, var(--color-primary) 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  z-index: 0;
}
.home-course__label {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1875rem 1rem 0.3125rem 1rem;
  background-color: var(--color-primary);
  border-radius: calc(infinity * 1px);
  font-size: 1.125rem;
  line-height: 1.2;
  color: #fff;
  z-index: 10;
}
.home-course__desc {
  margin-top: 1.5rem;
  line-height: 1.8;
}
.home-course__desc p + p {
  margin-top: 1.25rem;
}
.home-course__desc .highlight {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5em, rgba(255, 248, 144, 0.6156862745)), color-stop(0.5em, transparent));
  background-image: linear-gradient(0deg, rgba(255, 248, 144, 0.6156862745) 0.5em, transparent 0.5em);
}
.home-course__cta {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem 1.5rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .home-course__cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home-course-step__title {
  margin-top: 5rem;
  font-size: clamp(1.375rem, 1.232rem + 0.71vw, 1.875rem);
  /* 22 - 30 */
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
}
.home-course-step__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 1.5rem;
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
  /* 16 - 18 */
  text-align: center;
}
.home-course-step__subtitle::before, .home-course-step__subtitle::after {
  content: "";
  width: 1px;
  height: 1.5rem;
  background-color: var(--color-text);
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
  z-index: 10;
}
.home-course-step__subtitle::before {
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}
.home-course-step__subtitle::after {
  -webkit-transform: rotate(-160deg);
          transform: rotate(-160deg);
}
.home-course-step__list {
  display: grid;
  grid-template-columns: min(100%, 15rem);
  grid-template-rows: repeat(4, 15rem);
  place-content: center;
  gap: 1.5rem;
  margin-top: 3.5rem;
}
@media screen and (min-width: 600px) {
  .home-course-step__list {
    grid-template-columns: repeat(2, min(100%, 15rem));
    grid-template-rows: repeat(2, 15rem);
  }
}
@media screen and (min-width: 1024px) {
  .home-course-step__list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 15rem;
  }
}
.home-course-step__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem;
  background-color: var(--color-bg);
  border-radius: 0.375rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
.home-course-step__list-item.step-02 {
  background-color: #E0E8F0;
}
.home-course-step__list-item.step-02::before {
  display: block;
}
@media screen and (min-width: 600px) {
  .home-course-step__list-item.step-02::before {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .home-course-step__list-item.step-02::before {
    display: block;
  }
}
.home-course-step__list-item.step-03 {
  background-color: #E0E8F0;
}
.home-course-step__list-item.step-01 .num, .home-course-step__list-item.step-04 .num {
  background-color: #C5C5C5;
}
.home-course-step__list-item.step-04 .deco {
  position: absolute;
  top: 4.125rem;
  right: 0.5rem;
  width: 2.25rem;
  height: auto;
  aspect-ratio: 36/32;
}
@media screen and (min-width: 1024px) {
  .home-course-step__list-item.step-04 .deco {
    top: clamp(3.125rem, 0.663rem + 3.85vw, 4.125rem);
    /* 50 - 66 */
  }
}
.home-course-step__list-item:not(:last-child)::before {
  content: "";
  background-image: url(../img/home/course_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.75rem;
  height: auto;
  aspect-ratio: 12/21;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  bottom: -1.375rem;
}
@media screen and (min-width: 600px) {
  .home-course-step__list-item:not(:last-child)::before {
    top: 50%;
    bottom: auto;
    right: -1.125rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.home-course-step__list-item .num {
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-content: center;
  background-color: var(--color-primary);
  border-radius: 50%;
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.home-course-step__list-item .num img {
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1/1;
}
.home-course-step__list-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3.25rem;
}
.home-course-step__list-item .desc {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.home-course-step__list-item .small {
  font-size: 1rem;
  font-weight: 700;
}
.home-course-step__attention {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  color: #858585;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .home-course-step__attention {
    text-align: left;
  }
}
.home-course__text {
  margin-top: 3rem;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .home-course__text {
    text-align: center;
  }
}
.home-course__text .sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .home-course__text .sp-none {
    display: block;
  }
}
.home-course__pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .home-course__pdf {
    margin-top: 3.5rem;
  }
}

.home-blog {
  padding-block: var(--padding-md) var(--padding-lg);
  background-color: #fff;
}
.home-blog__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "head" "card" "btn";
  gap: 2.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .home-blog__inner {
    grid-template-columns: 1fr 13.75rem;
    grid-template-rows: auto auto;
    grid-template-areas: "head btn" "card card";
  }
}
.home-blog .c-head {
  grid-area: head;
}
.home-blog .c-btn {
  grid-area: btn;
  justify-self: center;
}
@media screen and (min-width: 768px) {
  .home-blog .c-btn {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.home-blog__swiper {
  grid-area: card;
}
.home-blog .swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .home-blog .swiper-controller {
    margin-top: 3rem;
  }
}
.home-blog .swiper-pagination {
  margin-right: auto;
}
.home-blog .swiper-scrollbar {
  position: relative;
  left: 0;
  background-color: #e8e7e7;
  border-radius: 0.625rem;
  width: 100%;
}
.home-blog .swiper-scrollbar-drag {
  background-color: var(--color-primary);
}
.home-blog .swiper-button-prev, .home-blog .swiper-button-next {
  position: relative;
  display: grid;
  place-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .home-blog .swiper-button-prev:hover::before, .home-blog .swiper-button-next:hover::before {
    background-color: var(--hover-bg-primary);
  }
}
.home-blog .swiper-button-prev {
  margin-left: 3.7%;
}
.home-blog .swiper-button-next {
  margin-left: 0.875rem;
}
.home-blog .swiper-button-prev::before, .home-blog .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-primary);
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.home-blog .swiper-button-prev::after, .home-blog .swiper-button-next::after {
  content: "";
  background-image: url(../img/common/icon_arrow_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  z-index: 10;
}
.home-blog .swiper-button-prev::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.home-blog .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.home-message {
  padding-block: var(--padding-md) var(--padding-lg);
  background-color: var(--color-bg-secondary);
}
.home-message__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .home-message__head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.25rem;
    margin-left: 0;
  }
}
.home-message__head-en {
  margin-top: 0.25rem;
  font-family: var(--font-en);
  font-size: var(--font-size15);
  font-weight: 600;
  color: #9DC1D9;
  text-transform: uppercase;
}
.home-message__head-ja {
  font-size: clamp(1.875rem, 1.732rem + 0.71vw, 2.375rem);
  /* 30 - 38 */
  font-weight: 700;
}
.home-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem 7.4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .home-message__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.home-message__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  gap: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-message__content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    margin-top: 6.25rem;
  }
}
.home-message__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .home-message__item {
    padding: 2rem 1.5rem;
  }
}
.home-message__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 91.2%;
  height: 2px;
  border-radius: 0.625rem;
}
.home-message__item:first-child {
  grid-area: auto;
}
@media screen and (min-width: 768px) {
  .home-message__item:first-child {
    grid-area: 1/1/2/3;
  }
}
.home-message__item:first-child::before {
  background-color: var(--color-secondary);
}
.home-message__item:first-child .home-message__item-name {
  color: var(--color-secondary);
}
.home-message__item:first-child .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .home-message__item:first-child .flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home-message__item:first-child .flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.home-message__item:nth-child(2) {
  grid-area: auto;
}
@media screen and (min-width: 768px) {
  .home-message__item:nth-child(2) {
    grid-area: 2/1/3/2;
  }
}
.home-message__item:nth-child(2)::before {
  background-color: var(--color-tertiary);
}
.home-message__item:nth-child(2) .home-message__item-name {
  color: #0EA295;
}
.home-message__item:nth-child(3) {
  grid-area: auto;
}
@media screen and (min-width: 768px) {
  .home-message__item:nth-child(3) {
    grid-area: 2/2/3/3;
  }
}
.home-message__item:nth-child(3)::before {
  background-color: var(--color-primary);
}
.home-message__item:nth-child(3) .home-message__item-name {
  color: var(--color-primary);
}
.home-message__item-thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12.5rem;
  aspect-ratio: 1/1;
}
.home-message__item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .home-message__item-name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home-message__item-name .ja {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.home-message__item-name .en {
  display: inline-block;
  margin-bottom: 0.25rem;
  font-family: var(--font-en);
  font-size: 0.75rem;
  text-transform: uppercase;
}
.home-message__item-profile {
  line-height: 1.8;
}
.home-message__item-text {
  padding-top: 1.25rem;
  background-image: radial-gradient(circle, #d2d2d2 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  line-height: 1.8;
}

.blog {
  padding-block: 5.5vw var(--padding-lg);
  background-color: #fff;
}
.blog__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem 2.2%;
  margin-top: var(--padding-lg);
}
@media screen and (min-width: 768px) {
  .blog__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .blog__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog-detail {
  padding-block: 5.5vw var(--padding-lg);
  background-color: #fff;
}
.blog-detail__inner {
  margin-top: var(--padding-lg);
}
.blog-detail__date {
  font-family: var(--font-en);
  font-weight: 400;
  color: #999;
}
.blog-detail__title {
  margin-top: 0.625rem;
  font-size: clamp(1.75rem, 1.679rem + 0.36vw, 2rem);
  /* 28 - 32 */
  font-weight: 700;
  color: var(--color-primary);
}
.blog-detail__content {
  margin-top: 2.5rem;
}
.blog-detail__pagination {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "prev next" "btn btn";
  gap: 2.5rem 0.625rem;
  margin-top: 6.25rem;
  padding-top: 5rem;
  border-top: 1px solid #E0E0E0;
}
@media screen and (min-width: 768px) {
  .blog-detail__pagination {
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto;
    grid-template-areas: "prev btn next";
  }
}
.blog-detail__pagination-prev, .blog-detail__pagination-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.blog-detail__pagination-prev .svg-icon, .blog-detail__pagination-next .svg-icon {
  color: var(--color-primary);
}
@media (hover: hover) and (pointer: fine) {
  .blog-detail__pagination-prev:hover, .blog-detail__pagination-next:hover {
    color: var(--color-primary);
  }
}
.blog-detail__pagination-prev {
  grid-area: prev;
  justify-self: start;
}
.blog-detail__pagination-prev .svg-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.blog-detail__pagination-next {
  grid-area: next;
  justify-self: end;
}
.blog-detail__pagination .c-btn {
  grid-area: btn;
  justify-self: center;
}

/*======================
  error
======================*/
.page-404 {
  padding-block: clamp(12.5rem, 10.714rem + 8.93vw, 18.75rem);
  /* 200 - 300 */
  padding-bottom: clamp(8.75rem, 7.679rem + 5.36vw, 12.5rem);
  /* 140 - 200 */
  text-align: center;
}
.page-404__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-primary);
}
.page-404__desc {
  margin-top: 2.5rem;
}
.page-404__btn {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}