/*! sanitize.css v13.0.0 | CC0 License | github.com/csstools/sanitize.css */
*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit
}

:where(:root) {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4
}

:where(body) {
  margin: 0
}

:where(h1) {
  font-size: 2em;
  margin: .67em 0
}

:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0
}

:where(hr) {
  color: inherit;
  height: 0
}

:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0
}

:where(pre) {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto
}

:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

:where(b, strong) {
  font-weight: bolder
}

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

:where(small) {
  font-size: 80%
}

:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle
}

:where(iframe) {
  border-style: none
}

:where(svg:not([fill])) {
  fill: currentColor
}

:where(table) {
  border-collapse: collapse;
  border-color: currentColor;
  text-indent: 0
}

:where(button, input, select) {
  margin: 0
}

:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button
}

:where(fieldset) {
  border: 1px solid #a0a0a0
}

:where(progress) {
  vertical-align: baseline
}

:where(textarea) {
  margin: 0;
  resize: vertical
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54
}

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

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

:where(dialog) {
  background-color: #fff;
  border: solid;
  color: #000;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content
}

:where(dialog:not([open])) {
  display: none
}

:where(details>summary:first-of-type) {
  display: list-item
}

:where([aria-busy=true i]) {
  cursor: progress
}

:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed
}

:where([aria-hidden=false i][hidden]) {
  display: initial
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute
}

html {
  cursor: auto;
  font-size: 62.5%
}

body {
  color: var(--text-baseColor);
  letter-spacing: 0
}

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

p {
  margin: 0;
  text-align: justify
}

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

a {
  color: inherit
}

dd,
dl,
ol,
ul {
  margin: 0;
  padding: 0
}

ol,
ul {
  list-style: none
}

em {
  font-style: normal
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0
}

figure {
  margin: 0
}

address {
  font-style: normal
}

small {
  font-size: 100%
}

:root {
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --linear: cubic-bezier(0, 0, 1, 1);
  --easeIn: cubic-bezier(0.42, 0, 1, 1);
  --easeOut: cubic-bezier(0, 0, 0.58, 1);
  --easeInOut: cubic-bezier(0.42, 0, 0.58, 1);
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
  --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1);
  --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --font-thin: 100;
  --font-extra-light: 200;
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semi-bold: 600;
  --font-bold: 700;
  --font-extra-bold: 800;
  --font-black: 900;
  --font-gothic: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  --font-mincho: "Helvetica Neue", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
  --text-baseColor: #000;
  --text-subColor: #009fa8;
  --text-white: #fff;
  --leading-base: 1;
  --bg-main: #fffef7;
  --bg-sub: #e0f2eb;
  --bg-white: #fff;
  --c-main: #009fa8;
  --c-paleGreen: #e0f2eb;
  --c-white: #fff;
  --c-black: #000;
  --c-black-transparent: rgba(0, 0, 0, .6);
  --c-listBorder: #e6e6e6;
  --c-button-01: #9ec92d;
  --c-button-02: #0daa5e;
  --c-button-03: #019cdd;
  --c-button-04: #326cb4
}

.c-header__inner {
  background-color: #eee;
  width: 100%
}

.c-section {
  margin: auto;
  max-width: 92vw
}

.c-section.c-news {
  max-width: 90vw
}

.c-section__container {
  background-color: var(--bg-sub);
  border-radius: 20px;
  padding-block: 8vw;
  padding-inline: 5.3333333333vw
}

.c-main {
  background-color: var(--bg-main);
  font-family: var(--font-gothic);
  font-weight: var(--font-medium);
  line-height: var(--leading-base)
}

.c-mv {
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 8vw
}

.c-mv._partner_ {
  padding-top: 13.3vw
}

.c-mv__imgWrap {
  text-align: center
}

.c-mv__img {
  height: auto;
  width: 57vw
}

.c-mv__img._partner_ {
  width: 34.5vw
}

.c-title {
  color: var(--text-subColor);
  font-size: 5.3vw;
  font-weight: var(--font-bold);
  letter-spacing: .05em;
  line-height: 1.5;
  text-align: center
}

.c-title._info_ {
  margin-top: 5.3vw
}

.c-news {
  margin-top: 16vw
}

.c-news__container {
  background-color: var(--bg-white);
  border: 1px solid var(--c-main);
  border-radius: 20px;
  padding: 4vw 5.3vw 5.3vw
}

.c-news__title {
  color: var(--text-subColor);
  font-size: 3.7vw;
  font-weight: var(--font-bold);
  line-height: 2.7142857143;
  text-align: center
}

.c-news__content {
  margin-top: 1.3vw
}

.c-news__date {
  color: var(--text-subColor);
  display: block;
  font-size: 3.7vw
}

.c-news__heading {
  color: var(--text-baseColor);
  font-size: 3.7vw;
  line-height: 1.5714285714;
  margin-top: 1.3vw
}

.c-news__heading:hover {
  opacity: .7
}

a:hover.c-news__heading,
a:link.c-news__heading,
a:visited.c-news__heading {
  color: var(--text-baseColor)
}

.c-pdf__icon {
  height: auto;
  margin-left: 5px;
  width: 3.5vw
}

.c-about {
  margin-top: 16vw
}

.c-about__contents {
  margin-top: 8.3vw
}

.c-about__text {
  font-size: 3.7vw;
  line-height: 1.7142857143;
  text-align: center
}

.c-about__text:not(:first-of-type) {
  margin-top: 5.3vw
}

.c-info {
  margin-top: 8vw
}

.c-info__logo {
  text-align: center
}

.c-info__logoImg {
  height: auto;
  width: 40vw
}

.c-info__text {
  font-size: 3.7vw;
  line-height: 1.7142857143;
  margin-top: 5.3vw
}

.c-info__buttonlist {
  margin-top: 8vw
}

.c-info__buttonItem:not(:first-of-type) {
  margin-top: 4vw
}

a.c-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  color: var(--text-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4.3vw;
  font-weight: var(--font-bold);
  height: 16vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: .1em;
  line-height: 1.25;
  position: relative;
  text-align: center;
  width: 100%
}

a.c-button:after {
  border-bottom: 2px solid var(--c-white);
  border-right: 2px solid var(--c-white);
  content: "";
  height: 2.7vw;
  position: absolute;
  right: 5.3vw;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 2.7vw
}

a.c-button._sub_ {
  font-size: 3.2vw;
  letter-spacing: 0;
  line-height: 1.3333333333
}

a.c-button._01_ {
  background-color: var(--c-button-01)
}

a.c-button._02_ {
  background-color: var(--c-button-02)
}

a.c-button._03_ {
  background-color: var(--c-button-03)
}

a.c-button._04_ {
  background-color: var(--c-button-04)
}

a.c-button:hover {
  opacity: .7
}

.c-partner {
  margin-top: 10.6666666667vw;
  padding-bottom: 6.7vw
}

.c-partner__date {
  display: block;
  font-size: 3.7vw;
  margin-top: 8vw;
  text-align: right
}

.c-partner__container {
  background-color: var(--bg-white);
  border: 1px solid var(--c-main);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5.3vw;
  margin-top: 2.7vw;
  padding: 8vw 5.9vw
}

.c-partner__contentsTitle {
  border-bottom: 2px solid var(--c-main);
  color: var(--text-subColor);
  font-size: 4.8vw;
  font-weight: var(--font-bold);
  line-height: 2.1111111111;
  padding-bottom: 2.7vw
}

.c-partner__item {
  border-bottom: 1px solid var(--c-listBorder);
  font-size: 3.7vw;
  line-height: 1.3;
  padding-bottom: 5.3vw;
  padding-top: 5.3vw
}

.c-partner__button {
  background-color: var(--c-main);
  border-radius: 70px;
  color: var(--text-white);
  display: block;
  font-size: 4.3vw;
  font-weight: var(--font-bold);
  line-height: 2.25;
  margin-top: 5.3vw;
  padding: 1.9vw 3.5vw 2.7vw;
  position: relative;
  text-align: center
}

a:hover.c-partner__button,
a:link.c-partner__button,
a:visited.c-partner__button {
  color: var(--bg-white)
}

.c-partner__buttonIcon {
  height: auto;
  left: 3.5vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.9vw
}

.c-bannnerList {
  margin-top: 10vw;
  padding-bottom: 10.7vw
}

.c-bannnerList__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px
}

.c-modelCourse {
  -webkit-margin-before: 8vw;
  margin-block-start: 8vw
}

.c-modelCourse__list {
  display: -ms-grid;
  display: grid;
  gap: 1.6vw;
  -webkit-margin-before: 4.2666666667vw;
  margin-block-start: 4.2666666667vw
}

.c-modelCourse__link:hover {
  opacity: .7
}

.c-modelCourse__image {
  height: auto;
  width: 100%
}

.c-modelCourse__videoList {
  display: -ms-grid;
  display: grid;
  gap: 5.3333333333vw;
  -webkit-margin-before: 4vw;
  margin-block-start: 4vw
}

.c-modelCourse__videoButton:hover {
  opacity: .7
}

.c-modelCourse__videoCaption {
  color: var(--c-main);
  font-size: 3.7333333333vw;
  font-weight: var(--font-bold);
  line-height: 1.4;
  -webkit-margin-before: 2.6666666667vw;
  margin-block-start: 2.6666666667vw;
  text-align: center
}

.c-modelCourse__productList {
  display: -ms-grid;
  display: grid;
  gap: 1.6vw;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-margin-before: 5.3333333333vw;
  margin-block-start: 5.3333333333vw
}

.c-subTitle {
  color: var(--c-main);
  font-size: 3.7333333333vw;
  font-weight: var(--font-bold);
  line-height: 1.7;
  text-align: center
}

.c-text {
  font-size: 3.7333333333vw;
  font-weight: var(--font-bold);
  line-height: 1.7
}

.c-modal {
  background-color: var(--c-black-transparent);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%
}

.c-modal.is-active {
  opacity: 1;
  visibility: visible
}

.c-modal__content {
  display: -ms-grid;
  display: grid;
  height: 100%;
  padding-inline: 5.3333333333vw;
  place-items: center;
  position: relative;
  width: 100%
}

.c-modal__close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIGZpbGw9IiNmZmYiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik0xNC4wNCAzNS4yNTMgMzUuMjUzIDE0LjA0TTE0Ljc0NyAxNC4wNCAzNS45NiAzNS4yNTMiLz48L3N2Zz4=");
  background-size: contain;
  height: 13.3333333333vw;
  position: absolute;
  right: 5.3333333333vw;
  top: 5.3333333333vw;
  width: 13.3333333333vw
}

.c-modal__close:hover {
  opacity: .7
}

.c-modal__iframe {
  aspect-ratio: 300/168;
  height: auto;
  width: 100%
}

.c-tab {
  display: -ms-grid;
  display: grid;
  gap: 1.3333333333vw;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-margin-before: 6.6666666667vw;
  margin-block-start: 6.6666666667vw
}

.c-tab__button {
  background-color: var(--c-white);
  border: .2666666667vw solid var(--c-main);
  border-radius: 2.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: var(--font-bold);
  line-height: 1.7;
  padding-block: 2.1333333333vw;
  text-align: center
}

.c-tab__button.is-active {
  background-color: var(--c-main);
  color: var(--c-white);
  pointer-events: none
}

.c-tab__button:hover {
  background-color: var(--c-paleGreen);
  color: var(--c-main)
}

.u-mbs-10vw {
  -webkit-margin-before: 2.6666666667vw;
  margin-block-start: 2.6666666667vw
}

.u-mbs-20vw {
  -webkit-margin-before: 5.3333333333vw;
  margin-block-start: 5.3333333333vw
}

.u-mbs-50vw {
  -webkit-margin-before: 13.3333333333vw;
  margin-block-start: 13.3333333333vw
}

.u-box-border {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.u-box-content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.u-hidden {
  display: none
}

.u-block {
  display: block
}

.u-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

@media (max-width:750px) {
  .c-header__inner {
    padding: 10px
  }

  .c-header__left {
    font-size: 2rem;
    letter-spacing: .05em
  }

  .c-bannnerList__image._small_ {
    height: auto;
    max-width: 200px
  }

  .c-tab__button._all_ {
    grid-column: 1/-1
  }

  .u-hidden-sp {
    display: none
  }
}

@media (min-width:751px) {
  .c-header__inner {
    padding: 30px 20px
  }

  .c-header__left {
    font-size: 4rem;
    letter-spacing: .5em
  }

  .c-section {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 850px;
    padding-left: 20px;
    padding-right: 20px
  }

  .c-section.c-news {
    max-width: 850px
  }

  .c-section__container {
    padding-block: 50px;
    padding-inline: 50px
  }

  .c-mv {
    padding-left: 0;
    padding-right: 0;
    padding-top: 33px
  }

  .c-mv._partner_ {
    padding-top: 50px
  }

  .c-mv__img {
    height: auto;
    width: 310px
  }

  .c-mv__img._partner_ {
    width: 194px
  }

  .c-title {
    font-size: 3rem;
    letter-spacing: .2em
  }

  .c-title._info_ {
    font-size: 2.7rem;
    letter-spacing: .1em;
    margin-top: 31px
  }

  .c-news {
    margin-top: 80px
  }

  .c-news__container {
    padding: 20px 50px 31px
  }

  .c-news__title {
    font-size: 2rem;
    line-height: 1.9
  }

  .c-news__content {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 20px
  }

  .c-news__date {
    font-size: 1.4rem
  }

  .c-news__heading {
    font-size: 1.4rem;
    margin-top: 0
  }

  .c-pdf__icon {
    height: auto;
    margin-left: 8px;
    width: 18px
  }

  .c-about {
    margin-top: 80px
  }

  .c-about__contents {
    margin-top: 25px
  }

  .c-about__text {
    font-size: 1.8rem
  }

  .c-about__text:not(:first-of-type) {
    margin-top: 44px
  }

  .c-info {
    margin-top: 80px
  }

  .c-info__logoImg {
    width: 150px
  }

  .c-info__text {
    font-size: 1.8rem;
    margin-top: 16px
  }

  .c-info__buttonlist {
    margin-top: 40px
  }

  .c-info__buttonItem:not(:first-of-type) {
    margin-top: 20px
  }

  a.c-button {
    font-size: 2rem;
    height: 90px
  }

  a.c-button:after {
    border-bottom: 3px solid var(--c-white);
    border-right: 3px solid var(--c-white);
    height: 15px;
    right: 30px;
    width: 15px
  }

  a.c-button._sub_ {
    font-size: 2rem
  }

  .c-partner {
    margin-top: 60px;
    padding-bottom: 60px
  }

  .c-partner__date {
    font-size: 1.8rem;
    margin-top: 46px;
    margin-inline: auto;
    max-width: 550px
  }

  .c-partner__container {
    gap: 50px;
    margin-top: 10px;
    margin-inline: auto;
    max-width: 550px;
    padding: 40px 50px
  }

  .c-partner__contentsTitle {
    font-size: 2rem;
    padding-bottom: 15px
  }

  .c-partner__item {
    font-size: 1.8rem;
    padding-bottom: 25px;
    padding-top: 25px
  }

  .c-partner__button {
    font-size: 1.8rem;
    margin-top: 50px;
    padding: 15px 28px 19px
  }

  .c-partner__buttonIcon {
    left: 28px;
    width: 13px
  }

  .c-bannnerList {
    margin-top: 50px;
    padding-bottom: 80px
  }

  .c-modelCourse__list {
    gap: 9px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-margin-before: 25px;
    margin-block-start: 25px
  }

  .c-modelCourse__videoList {
    gap: 8px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-margin-before: 25px;
    margin-block-start: 25px
  }

  .c-modelCourse__videoCaption {
    color: var(--green, #039fa8);
    font-size: 14px;
    -webkit-margin-before: 10px;
    margin-block-start: 10px;
    text-align: center
  }

  .c-modelCourse__productList {
    gap: 9px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-margin-before: 25px;
    margin-block-start: 25px
  }

  .c-subTitle {
    font-size: 20px;
    letter-spacing: .01em
  }

  .c-text {
    font-size: 18px;
    text-align: center
  }

  .c-modal__content {
    padding-inline: 100px
  }

  .c-modal__close {
    height: 50px;
    right: 20px;
    top: 20px;
    width: 50px
  }

  .c-tab {
    gap: 10px;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-margin-before: 80px;
    margin-block-start: 80px;
    margin-inline: auto;
    max-width: 750px
  }

  .c-tab__button {
    border: 1px solid var(--c-main);
    border-radius: 10px;
    font-size: 14px;
    padding-block: 8px
  }

  .u-mbs-6-pc {
    -webkit-margin-before: 6px;
    margin-block-start: 6px
  }

  .u-mbs-20-pc {
    -webkit-margin-before: 20px;
    margin-block-start: 20px
  }

  .u-mbs-60-pc {
    -webkit-margin-before: 60px;
    margin-block-start: 60px
  }

  .u-hidden-pc {
    display: none
  }
}