@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

body {
  position: relative;
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Meiryo, "MS PGothic", Osaka, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

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

.contents {
  position: relative;
  container-type: inline-size;
  z-index: 2;
  max-width: 600px;
  overflow: hidden;
  margin-inline: auto;
  background-color: #fff;
}
.contents header {
  position: relative;
  z-index: 2;
  padding: 3.3333333333cqw;
  background-color: #ff4343;
}
.contents header h1 {
  margin: -3.3333333333cqw -3.3333333333cqw 0;
}
.contents header article h3 {
  display: grid;
  place-content: center;
  height: 10.3333333333cqw;
  margin-top: 2.5cqw;
  background-color: #283654;
  border-radius: 100vmax;
  font-size: 7.5cqw;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 0;
}
.contents header article p {
  margin-top: 2.5cqw;
  font-size: 3.8333333333cqw;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.contents header article p strong {
  font-size: 5cqw;
  font-weight: 800;
  color: #ffe100;
}
.contents header article p span {
  display: inline-block;
  -webkit-transform: translateY(-0.6666666667cqw);
          transform: translateY(-0.6666666667cqw);
  font-size: 3.3333333333cqw;
  font-weight: 900;
}
.contents header article nav {
  display: grid;
  grid-template: "link1 link2 link3" auto "link4 link4 link4" auto/1fr 1fr 1fr;
  gap: 2.3333333333cqw 3.6666666667cqw;
  margin-top: 2cqw;
}
.contents header article nav ul {
  display: contents;
}
.contents header article nav ul li.link01 {
  grid-area: link1;
}
.contents header article nav ul li.link02 {
  grid-area: link2;
}
.contents header article nav ul li.link03 {
  grid-area: link3;
}
.contents header article nav ul li.link04 {
  grid-area: link4;
}
.contents header article nav ul li a {
  position: relative;
  display: grid;
  place-content: center;
  height: 13.6666666667cqw;
  padding: 1.6666666667cqw;
  background-color: #fff;
  -webkit-box-shadow: 0.8333333333cqw 0.8333333333cqw 0 0 #283654;
          box-shadow: 0.8333333333cqw 0.8333333333cqw 0 0 #283654;
  border-radius: 3px;
  border: 1px solid #283654;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contents header article nav ul li a:is(.link04 *) {
  height: 35cqw;
}
.contents header article nav ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 2.5px));
          transform: translateY(calc(-50% + 2.5px));
  right: 1.6666666667cqw;
  width: 2.1666666667cqw;
  height: 3.3333333333cqw;
  background-image: url(../img/header_link_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .contents header article nav ul li a:hover {
    background-color: #ffe100;
  }
  .contents header article nav ul li a:hover::after {
    right: 0.6666666667cqw;
  }
}
.contents main {
  position: relative;
  z-index: 1;
}
.contents main .feature {
  display: grid;
  padding: 0 3.3333333333cqw 6.6666666667cqw;
  background-color: #ff4343;
}
.contents main .feature h2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 8cqw;
  text-align: center;
}
.contents main .feature > p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-inline: -3.3333333333cqw;
}
.contents main .feature ol {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.contents main .feature ol li {
  margin-top: 11cqw;
  padding: 4cqw;
  background-color: #f0f0f0;
  border: 0.5cqw solid #283654;
  border-radius: 3px;
}
.contents main .feature ol li h3 {
  margin-top: -10cqw;
  text-align: center;
}
.contents main .feature ol li P {
  margin-top: 2.6666666667cqw;
  font-size: 3.8333333333cqw;
  line-height: 1.3;
  color: #4d4d4d;
  text-align: justify;
  letter-spacing: 0.025em;
  font-weight: 500;
}
.contents main .seminar {
  padding: 8.3333333333cqw 3.3333333333cqw 6.6666666667cqw;
}
.contents main .seminar h2 {
  text-align: center;
}
.contents main .seminar h3 {
  position: relative;
  margin-top: 6.6666666667cqw;
  font-size: 6.1666666667cqw;
  font-weight: 800;
  color: #283654;
  letter-spacing: 0.075em;
  text-align: center;
}
.contents main .seminar h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  height: 0.5cqw;
  background-color: #283654;
}
.contents main .seminar h3 span {
  display: inline-block;
  padding-inline: 1.6666666667cqw;
  background-color: #fff;
}
.contents main .seminar__course {
  margin-top: 4.1666666667cqw;
  padding: 0.5cqw;
  border-radius: 3px;
}
.contents main .seminar__course h4 {
  display: grid;
  place-content: center;
  height: 6.6666666667cqw;
  font-size: 4cqw;
  font-weight: 800;
  letter-spacing: 0.075em;
  color: #fff;
}
.contents main .seminar__course p {
  padding: 2.3333333333cqw 2.6666666667cqw;
  background-color: #fff;
  font-size: 3.6666666667cqw;
  line-height: 1.3;
  letter-spacing: 0.075em;
  color: #4d4d4d;
  text-align: justify;
  font-weight: 500;
}
.contents main .seminar--level {
  background-color: #8dc325;
}
.contents main .seminar--field {
  background-color: #cc1b31;
}
.contents main .seminar--university {
  background-color: #f39700;
}
.contents main .seminar--test {
  background-color: #003b90;
}
.contents main .event {
  padding: 8.3333333333cqw 3.3333333333cqw;
  background-color: #ff4343;
}
.contents main .event h2 {
  text-align: center;
}
.contents main .event > p {
  margin-top: 2.5cqw;
  font-size: 4.1666666667cqw;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 1.36;
  letter-spacing: 0.05;
}
.contents main .event .info {
  margin-top: 11.6666666667cqw;
  padding: 0 4cqw 3.3333333333cqw;
  background-color: #fff;
}
.contents main .event .info h3 {
  margin-inline: -4cqw;
}
.contents main .event .info h3 img {
  margin-top: -5cqw;
}
.contents main .event .info p {
  margin-top: 3cqw;
  font-size: 3.6666666667cqw;
  line-height: 1.36;
  letter-spacing: 0.025em;
  text-align: justify;
  color: #283654;
  font-weight: 500;
}
.contents main .event .info ol {
  counter-reset: num;
  padding-top: 1.6666666667cqw;
}
.contents main .event .info ol li {
  margin-top: 1.6666666667cqw;
  text-indent: -4.5cqw;
  padding-left: 4.5cqw;
  font-size: 3.5cqw;
  line-height: 1.13;
  color: #283654;
  font-weight: 500;
}
.contents main .event .info ol li::before {
  counter-increment: num;
  content: counter(num);
  display: inline-grid;
  place-content: center;
  width: 4cqw;
  height: 4cqw;
  -webkit-transform: translateY(-0.5cqw);
          transform: translateY(-0.5cqw);
  margin-right: 0.8333333333cqw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #283654;
  border-radius: 100vmax;
  font-size: 2.5cqw;
  font-weight: 800;
  color: #fff;
  text-indent: 0;
}
.contents main .event .info__note {
  margin-top: 0.5cqw !important;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 3.1666666667cqw !important;
}
.contents main .event .info__date {
  text-align: center;
}
.contents main .event .info__btn {
  margin-top: 2.5cqw;
}
.contents main .event .info__btn a {
  display: grid;
  place-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-auto-flow: column;
  gap: 2.1666666667cqw;
  height: 6.3333333333cqw;
  background-color: #efd75e;
  border: 0.3333333333cqw solid #283654;
  border-radius: 3px;
  font-size: 3.3333333333cqw;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #283654;
  font-weight: 800;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 0;
}
.contents main .event .info__btn a::after {
  content: "";
  width: 1.8333333333cqw;
  height: 3cqw;
  background-image: url(../img/event_info_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .contents main .event .info__btn a:hover {
    background-color: #ffe100;
  }
  .contents main .event .info__btn a:hover::after {
    -webkit-transform: translateX(1.6666666667cqw);
            transform: translateX(1.6666666667cqw);
  }
}
.contents main .graduate {
  padding: 10cqw 3.3333333333cqw 8.3333333333cqw;
  background-color: #ffe8e9;
  background-image: url(../img/graduate_bg_img.png);
  background-repeat: no-repeat;
  background-size: 37.5cqw;
  background-position: 4.1666666667cqw 5.8333333333cqw;
}
.contents main .graduate h2 {
  text-align: center;
}
.contents main .graduate > p {
  margin: 5cqw 0 6.6666666667cqw;
  font-size: 5cqw;
  font-weight: 800;
  letter-spacing: 0.075em;
  color: #283654;
  text-align: center;
}
.contents main .graduate > p strong {
  font-size: 8.1666666667cqw;
  color: #df0012;
}
.contents main .graduate__btn a {
  position: relative;
  display: grid;
  place-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-auto-flow: column;
  width: 35cqw;
  height: 6.3333333333cqw;
  margin-inline: auto;
  background-color: #283654;
  border-radius: 100vmax;
  font-size: 3cqw;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 0;
}
.contents main .graduate__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.3333333333cqw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.3333333333cqw;
  height: 2.1666666667cqw;
  background-image: url(../img/graduate_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .contents main .graduate__btn a:hover {
    background-color: #535e76;
  }
  .contents main .graduate__btn a:hover::after {
    right: 1.6666666667cqw;
  }
}
.contents main .graduate .voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8.3333333333cqw;
  padding: 5cqw 5cqw 1.6666666667cqw;
  background-color: #fff;
  border: 0.5cqw solid #283654;
  border-radius: 3px;
}
.contents main .graduate .voice h3 {
  position: relative;
  font-size: 3.6666666667cqw;
  letter-spacing: 0.075em;
  color: #283654;
}
.contents main .graduate .voice h3::before {
  content: "";
  position: absolute;
  bottom: -0.6666666667cqw;
  left: -0.5cqw;
  width: 100%;
  height: 1.3333333333cqw;
  background-color: #efd75e;
  mix-blend-mode: multiply;
}
.contents main .graduate .voice p {
  margin-top: 2.5cqw;
  font-size: 3.3333333333cqw;
  line-height: 1.5;
  color: #4d4d4d;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.075em;
}
.contents main .graduate .voice p.graduate__stamp {
  margin-top: -1.6666666667cqw;
  text-align: right;
  font-size: 2.8333333333cqw;
  color: #000;
  font-weight: 800;
}
.contents main .graduate .voice p.graduate__stamp img {
  margin-left: 2.5cqw;
  width: 12.3333333333cqw;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents main .graduate .voice--01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.contents main .graduate .voice--01 .voice__info {
  width: calc(100% - 26.8333333333cqw - 4.1666666667cqw);
}
.contents main .graduate .voice--01 figure {
  width: 26.8333333333cqw;
}
.contents main .graduate .voice--02 .voice__info {
  width: calc(100% - 27.5cqw - 1.6666666667cqw);
}
.contents main .graduate .voice--02 .voice__info h3 {
  width: calc(100% + 10cqw);
}
.contents main .graduate .voice--02 figure {
  width: 27.5cqw;
}
.contents main .graduate .voice--03 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.contents main .graduate .voice--03 .voice__info {
  width: calc(100% - 23.5cqw - 4.1666666667cqw);
}
.contents main .graduate .voice--03 figure {
  width: 23.5cqw;
}
.contents main .intro {
  padding: 8.3333333333cqw 3.3333333333cqw;
  background-color: #ff4343;
}
.contents main .intro h2 {
  text-align: center;
}
.contents main .intro .info__wrap {
  margin-top: 6.6666666667cqw;
  padding: 8.3333333333cqw 5.8333333333cqw;
  border: 0.5cqw solid #283654;
  background-color: #fff;
}
.contents main .intro .info--message {
  padding-bottom: 6.6666666667cqw;
  border-bottom: 0.5cqw dotted #283654;
}
.contents main .intro .info--guide {
  padding-top: 6.6666666667cqw;
}
.contents main .intro .info h3 {
  font-size: 4.6666666667cqw;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #283654;
  text-align: center;
}
.contents main .intro .info .youtube {
  width: 100%;
  aspect-ratio: 560/315;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 5cqw;
}
.contents main .intro .info figure {
  margin-top: 5cqw;
  text-align: center;
}
.contents main .intro .info p {
  margin-top: 4.1666666667cqw;
  font-size: 3.3333333333cqw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
  color: #4d4d4d;
}
.contents main .intro .info__btn {
  margin-top: 4.1666666667cqw;
}
.contents main .intro .info__btn a {
  position: relative;
  display: grid;
  place-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-auto-flow: column;
  width: 35cqw;
  height: 6.3333333333cqw;
  margin-inline: auto;
  background-color: #283654;
  border-radius: 100vmax;
  font-size: 3cqw;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 0;
}
.contents main .intro .info__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.3333333333cqw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.3333333333cqw;
  height: 2.1666666667cqw;
  background-image: url(../img/graduate_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .contents main .intro .info__btn a:hover {
    background-color: #535e76;
  }
  .contents main .intro .info__btn a:hover::after {
    right: 1.6666666667cqw;
  }
}
.contents main .qanda {
  padding: 8.3333333333cqw 3.3333333333cqw;
  background-color: #aecfd2;
}
.contents main .qanda h2 {
  text-align: center;
}
.contents main .qanda__inner {
  margin-top: 6.6666666667cqw;
  padding: 2.5cqw 5.8333333333cqw 6.6666666667cqw;
  border: 0.5cqw solid #283654;
  background-color: #fff;
}
.contents main .qanda__inner section {
  padding-top: 4.1666666667cqw;
}
.contents main .qanda__inner section h3 {
  position: relative;
  padding: 2.1666666667cqw 7.5cqw;
  border-bottom: 0.5cqw dotted #283654;
  font-size: 3.8333333333cqw;
  line-height: 1.2;
  letter-spacing: 0.025em;
  color: #283654;
  font-weight: 800;
}
.contents main .qanda__inner section h3::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(calc(-50% - 0.3333333333cqw));
          transform: translateY(calc(-50% - 0.3333333333cqw));
  display: inline-grid;
  place-content: center;
  width: 5.6666666667cqw;
  height: 5.6666666667cqw;
  padding-bottom: 1px;
  padding-left: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f64343;
  border-radius: 100vmax;
  font-size: 4.5cqw;
  font-weight: 800;
  color: #fff;
}
.contents main .qanda__inner section h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1cqw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5cqw;
  height: 1.5cqw;
  background-image: url(../img/qanda_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.contents main .qanda__inner section h3 + p,
.contents main .qanda__inner section h3 + h4 {
  position: relative;
}
.contents main .qanda__inner section h3 + p::before,
.contents main .qanda__inner section h3 + h4::before {
  content: "A";
  position: absolute;
  top: 2.5cqw;
  left: 0;
  display: inline-grid;
  place-content: center;
  width: 5.6666666667cqw;
  height: 5.6666666667cqw;
  padding-bottom: 1px;
  padding-left: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #283654;
  border-radius: 100vmax;
  font-size: 4.5cqw;
  font-weight: 800;
  color: #fff;
}
.contents main .qanda__inner section h4 {
  padding: 2.5cqw 3.3333333333cqw 0 7.5cqw;
  margin-bottom: -1.6666666667cqw;
  font-size: 3.6666666667cqw;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #283654;
  font-weight: 600;
  text-align: justify;
}
.contents main .qanda__inner section p {
  padding: 2.5cqw 3.3333333333cqw 0 7.5cqw;
  font-size: 3.6666666667cqw;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #4d4d4d;
  font-weight: 500;
  text-align: justify;
}
.contents main .access {
  padding: 8.3333333333cqw 3.3333333333cqw;
  background-color: #f0f0f0;
}
.contents main .access h2 {
  text-align: center;
}
.contents main .access > P {
  margin-top: 3.3333333333cqw;
  font-size: 4cqw;
  line-height: 1.3;
  letter-spacing: 0.025em;
  text-align: center;
  color: #283654;
  font-weight: 800;
}
.contents main .access > P span {
  display: inline-block;
  padding-top: 1.1666666667cqw;
  font-size: 3.6666666667cqw;
  font-weight: 500;
}
.contents main .access .info {
  margin-top: 6.6666666667cqw;
  padding: 5cqw 1.6666666667cqw;
  border: 0.5cqw solid #283654;
  background-color: #fff;
  border-radius: 3px;
}
.contents main .access .info figure {
  text-align: center;
}
.contents main .access .info figure.info__img {
  margin-top: 4.1666666667cqw;
}
.contents main .access .info ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4.1666666667cqw auto;
}
.contents main .access .info ul li {
  position: relative;
  margin-block: 1.6666666667cqw;
  padding-left: 3.8333333333cqw;
  font-size: 3.6666666667cqw;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  font-weight: 600;
}
.contents main .access .info ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3cqw;
  height: 3.8333333333cqw;
  background-image: url(../img/access_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.contents main .access .info p {
  width: calc(100% - 3.3333333333cqw);
  margin: 0.8333333333cqw auto 0;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 3.3333333333cqw;
  line-height: 1.35;
  letter-spacing: 0.025em;
  color: #4d4d4d;
}
.contents footer {
  position: relative;
  z-index: 1;
  padding: 4.1666666667cqw 5.8333333333cqw;
}
@media screen and (max-width: 1200px) {
  .contents footer {
    padding-bottom: 39.1666666667cqw;
  }
}
.contents footer small {
  display: block;
  margin-top: 3.3333333333cqw;
  font-size: 2.5cqw;
  text-align: center;
}
.contents footer .foot__logo {
  text-align: center;
}
.contents footer .foot__logo a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .contents footer .foot__logo a:hover {
    opacity: 0.7;
  }
}

.foot-link {
  position: relative;
  container-type: inline-size;
  z-index: 2;
  max-width: 600px;
  overflow: hidden;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .foot-link {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 90;
    width: 100%;
    padding-top: 5cqw;
  }
}
.foot-link__list {
  padding: 2.3333333333cqw 3.3333333333cqw;
  background-color: #f0f0f0;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1200px) {
  .foot-link__list {
    -webkit-box-shadow: 0 -1.1666666667cqw 1.1666666667cqw 0 rgba(40, 54, 84, 0.15);
            box-shadow: 0 -1.1666666667cqw 1.1666666667cqw 0 rgba(40, 54, 84, 0.15);
  }
}
.foot-link__list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2cqw;
}
.foot-link__list ul li {
  text-align: center;
}
.foot-link__list ul li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .foot-link__list ul li a:hover {
    opacity: 0.7;
  }
}
.foot-link__logo {
  display: none;
  width: 100%;
  margin-top: -0.1666666667cqw;
  background-color: #e10012;
}
@media screen and (max-width: 1200px) {
  .foot-link__logo {
    display: block;
  }
}

.fix-link {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100svh;
  background-image: url(../img/bg.png);
}
.fix-link__list {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-content: center;
  width: calc(50% - 300px);
  padding-block: 80px;
  gap: 20px;
}
.fix-link__list ul {
  display: contents;
}
@media screen and (max-width: 1200px) {
  .fix-link__list ul {
    display: none;
  }
}
.fix-link__list ul li {
  padding-inline: 20px;
}
.fix-link__list ul li a {
  position: relative;
  display: block;
}
.fix-link__list ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 2px 2px 0px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 0px 1px rgba(0, 0, 0, 0.2);
}
.fix-link__list ul li a.fix-link--nolink {
  pointer-events: none;
}
.fix-link__list ul li a.fix-link--nolink::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fix-link__list ul li a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 7px;
}
@media (any-hover: hover) {
  .fix-link__list ul li a img:hover {
    opacity: 0.7;
  }
  .fix-link__list ul li a img:is(span *):hover {
    opacity: 1;
  }
}

.page-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.page-menu button {
  position: fixed;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background-color: #d90012;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.page-menu button.hidden {
  opacity: 0;
  visibility: hidden;
}
.page-menu button.active {
  opacity: 1;
  visibility: visible;
}
.page-menu button > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 36px;
  z-index: 100;
}
.page-menu button > div .icon {
  position: relative;
  width: 24px;
  height: 18px;
}
.page-menu button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: 10;
}
.page-menu button span:nth-of-type(1) {
  top: 0px;
}
.page-menu button span:nth-of-type(1):is(.active *) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.page-menu button span:nth-of-type(2) {
  top: 8px;
}
.page-menu button span:nth-of-type(2):is(.active *) {
  opacity: 0;
}
.page-menu button span:nth-of-type(3) {
  bottom: 0px;
}
.page-menu button span:nth-of-type(3):is(.active *) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
.page-menu button .txt {
  position: absolute;
  top: 25px;
  left: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.page-menu nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
}
.page-menu nav.active {
  background-color: #d90012;
  right: 0;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}
.page-menu nav ul {
  margin-block: 60px;
}
.page-menu nav ul li {
  list-style-type: none;
}
.page-menu nav ul li a {
  display: block;
  padding-block: 15px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .page-menu nav ul li a {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .page-menu nav ul li a:hover {
    text-decoration: underline;
  }
}