@charset "UTF-8";
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

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

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto; }

html, body {
  width: 100%;
  min-height: 100%; }

body {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  background: url("../img/common/bg_w.jpg");
  background-size: 25rem auto;
  line-height: 1.6;
  color: #120848;
  letter-spacing: .1rem;
  font-weight: 400; }

@media only screen and (min-width: 1025px) {
  .sp-visible {
    display: none !important; }

  .tablet-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  .tablet-hidden {
    display: none; }

  .sp-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .sp-visible {
    display: block !important; } }
@media only screen and (max-width: 1360px) {
  html {
    font-size: .73vw; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.125vw; }

  body {
    letter-spacing: 0; }

  .sp-hidden {
    display: none !important; }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none; } }
span.link,
a {
  color: #120848;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer; }
  span.link.none,
  a.none {
    opacity: 0.4;
    pointer-events: none; }

@media only screen and (min-width: 1025px) {
  a:hover {
    text-decoration: none; } }
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

p {
  line-height: 1.6; }

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none; }

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: 500; }

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 100%;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500; }

@media only screen and (max-width: 767px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box; } }
button {
  font-family: "Outfit", "Noto Sans JP", sans-serif; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle; }

object {
  vertical-align: middle;
  outline: none; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative; }
  @media only screen and (max-width: 1024px) {
    #wrap {
      overflow: hidden; } }

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none; }

/* --------------------------------------
		105 other
-------------------------------------- */
.edita:after {
  content: "";
  display: block;
  clear: both; }
.edita img {
  height: auto; }
.edita p {
  padding-bottom: 1.5em; }
.edita h1 {
  font-size: 2.0em;
  margin: 1em 0 1.5em; }
.edita h2 {
  font-size: 1.8em;
  margin: 1em 0 1.5em; }
.edita h3 {
  font-size: 1.65em;
  margin: 1em 0 1.5em;
  background: #003083;
  color: #fff;
  border-bottom: 0.3rem solid #1b4ca0;
  padding: .5em 1em; }
.edita h4 {
  font-size: 1.55em;
  margin: 1em 0 1.5em;
  border-left: 0.5rem solid rgba(27, 76, 160, 0.8);
  padding-left: 1rem; }
.edita h5 {
  font-size: 1.4em;
  margin: 1em 0 1.5em;
  border-bottom: 0.1rem dashed rgba(18, 8, 72, 0.2);
  padding: .5em; }
.edita h6 {
  font-size: 1.3em;
  margin: 1em 0 1.5em;
  background: rgba(18, 8, 72, 0.05);
  color: #666;
  padding: .8em 1.2em; }
@media only screen and (max-width: 767px) {
  .edita h1 {
    font-size: 1.5em; }
  .edita h2 {
    font-size: 1.4em; }
  .edita h3 {
    font-size: 1.3em; }
  .edita h4 {
    font-size: 1.2em; }
  .edita h5 {
    font-size: 1.1em; }
  .edita h6 {
    font-size: 1em; } }
.edita small {
  font-size: 80%; }
.edita pre {
  display: block; }
.edita strong {
  font-weight: bold; }
.edita em {
  font-style: italic; }
.edita ul {
  margin-bottom: 2.5rem; }
  .edita ul li {
    list-style: outside disc;
    margin-left: 3rem;
    overflow: visible;
    zoom: normal;
    padding-bottom: 1rem; }
.edita ol {
  margin-bottom: 2.5rem; }
  .edita ol li {
    list-style: outside decimal;
    margin-left: 3rem;
    overflow: visible;
    zoom: normal;
    padding-bottom: 1rem; }
.edita blockquote {
  display: block;
  margin: 1em 4rem;
  position: relative; }
  .edita blockquote:before {
    content: "“";
    position: absolute;
    left: -1em;
    font-size: 4rem;
    line-height: 1;
    opacity: 0.5;
    top: 0; }
  .edita blockquote:after {
    content: "”";
    position: absolute;
    right: -1rem;
    font-size: 4rem;
    line-height: 1;
    opacity: 0.5;
    bottom: 0; }
.edita a {
  color: #666; }
.edita del {
  text-decoration: line-through; }
.edita hr {
  display: block;
  border: none;
  border-top: #9a9a9a 1px solid;
  border-bottom: #eeeeee 1px solid;
  margin-bottom: 1rem; }
.edita .alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
  margin-right: .5rem; }
  @media only screen and (max-width: 767px) {
    .edita .alignright {
      float: none;
      margin-left: auto;
      margin-right: auto; } }
.edita .alignleft {
  float: left;
  margin-right: 2rem;
  margin-left: .5rem;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 767px) {
    .edita .alignleft {
      float: none;
      margin-left: auto;
      margin-right: auto; } }
.edita .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 64rem; }
.edita table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  margin-bottom: 2rem; }
  .edita table tr:nth-of-type(1) th {
    background: rgba(238, 238, 238, 0.5); }
  .edita table tr th, .edita table tr td {
    padding: 1.5rem;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }

.form-select {
  line-height: 4.8rem;
  height: 5rem;
  overflow: hidden;
  background: #fff;
  border-radius: 0;
  border: 0.1rem solid #120848;
  position: relative;
  width: 30rem; }
  @media only screen and (max-width: 767px) {
    .form-select {
      width: 100%; } }
  .form-select:after {
    width: 3em;
    height: 5rem;
    font-size: 1.6rem;
    line-height: 1;
    font-family: 'Material Icons Outlined';
    text-align: center;
    content: "expand_more";
    color: #120848;
    top: 50%;
    margin-top: -.5em;
    right: 0;
    position: absolute; }
  .form-select > select {
    width: 130%;
    line-height: 5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0 3rem 0 1.5rem;
    background: transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box; }
    .form-select > select::-ms-expand {
      display: none; }
    .form-select > select:focus {
      border: none;
      outline: none;
      box-shadow: none; }

#loader {
  width: 100%;
  height: 100%;
  background: rgba(18, 8, 72, 0.1), #fff;
  transition: all 1s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 1; }
  #loader.on {
    opacity: 0;
    z-index: -1; }

body #wrap {
  z-index: -1;
  position: relative; }
  body #wrap.on {
    z-index: 1; }

body {
  position: relative;
  z-index: 1; }

.star {
  animation: kirakira 8s linear;
  display: inline-block;
  background: url("../img/common/kira.svg") no-repeat;
  background-size: 100% 100%;
  width: 10rem;
  height: auto;
  aspect-ratio: 2 / 1;
  line-height: 1em;
  position: fixed;
  top: -160px;
  z-index: 1;
  text-indent: -9999rem;
  transform: rotate(35deg); }

@keyframes kirakira {
  0% {
    transform: translateY(0) translateX(0) rotate(0); }
  100% {
    transform: translateY(calc(100vh + 160px)) translateX(-50vw) rotate(280deg); } }
/* --------------------------------------
		102 header
-------------------------------------- */
.header {
  background: url("../img/top/fig_main.jpg") no-repeat 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 5vw 0 0; }
  .header:before {
    content: "";
    background: url("../img/common/logo-mark.png") no-repeat 0 0;
    background-size: 36rem auto;
    width: 128rem;
    height: 40.4rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5rem;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .header:before {
        width: 100%;
        height: 100%;
        background-size: 12rem auto;
        top: 2rem;
        left: -1rem;
        transform: none; } }
  .header-catch {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 1rem #87147b;
    position: relative;
    z-index: 4; }
    @media only screen and (max-width: 767px) {
      .header-catch {
        font-size: 1.6rem;
        padding-top: 3.5rem;
        margin-bottom: 1rem; } }
    .header-catch strong {
      font-size: 4.8rem; }
      @media only screen and (max-width: 767px) {
        .header-catch strong {
          font-size: 1.6rem; } }
    .header-catch.fade {
      animation-name: fadeUpAnime;
      animation-duration: 1s;
      animation-fill-mode: forwards;
      animation-delay: .5s; }
  .header-ttl {
    font-size: 10.5rem;
    line-height: 1;
    text-align: center;
    text-shadow: 0 0 1rem #87147b;
    position: relative;
    z-index: 4; }
    .header-ttl.fade {
      animation-name: fadeUpAnime;
      animation-duration: 1s;
      animation-fill-mode: forwards;
      animation-delay: 1s; }
    @media only screen and (max-width: 767px) {
      .header-ttl {
        font-size: 3.8rem; } }
    .header-ttl span {
      font-size: 8rem; }
      @media only screen and (max-width: 767px) {
        .header-ttl span {
          font-size: 3.2rem; } }
    .header-ttl strong {
      font-size: 11rem;
      position: relative;
      bottom: -.8rem; }
      @media only screen and (max-width: 767px) {
        .header-ttl strong {
          font-size: 4rem;
          bottom: 0; } }
  .header-guide {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 4rem 0;
    position: relative;
    z-index: 4; }
    @media only screen and (max-width: 767px) {
      .header-guide {
        flex-direction: column;
        padding-top: 1rem;
        padding-bottom: 1rem; } }
    .header-guide-place {
      border-top: 1px solid #fff;
      font-size: 3.6rem;
      text-align: center;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .header-guide-place {
          font-size: 1.8rem;
          margin-bottom: 1rem; } }
      .header-guide-place span {
        font-size: 3.4rem;
        font-weight: 500; }
        @media only screen and (max-width: 767px) {
          .header-guide-place span {
            font-size: 1.7rem; } }
    .header-guide-date {
      margin-right: 2rem;
      letter-spacing: 0; }
      @media only screen and (max-width: 767px) {
        .header-guide-date {
          margin: 0; } }
      .header-guide-date.fade {
        animation-name: fadeUpAnime;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-delay: 2s; }
      .header-guide-date p {
        font-size: 3rem;
        line-height: 1;
        font-family: din-2014-narrow, sans-serif;
        display: flex;
        align-items: baseline; }
        @media only screen and (max-width: 767px) {
          .header-guide-date p {
            font-size: 1.5rem;
            justify-content: center; } }
        .header-guide-date p span {
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          font-size: 4.8rem; }
          @media only screen and (max-width: 767px) {
            .header-guide-date p span {
              font-size: 2.4rem; } }
        .header-guide-date p strong {
          font-size: 10.8rem;
          font-weight: 400; }
          @media only screen and (max-width: 767px) {
            .header-guide-date p strong {
              font-size: 5.4rem; } }
        .header-guide-date p b {
          font-size: 6rem;
          font-weight: 400; }
          @media only screen and (max-width: 767px) {
            .header-guide-date p b {
              font-size: 3rem; } }
    .header-guide-entry {
      background: rgba(102, 0, 131, 0.6);
      position: relative;
      z-index: 1;
      text-align: center;
      padding: .5rem 1rem .8rem 0; }
      @media only screen and (max-width: 767px) {
        .header-guide-entry {
          width: 20rem;
          margin: 0 auto; } }
      .header-guide-entry:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: -.5rem;
        top: -.5rem;
        background: rgba(255, 0, 109, 0.6);
        z-index: -1; }
      .header-guide-entry.fade {
        animation-name: fadeUpAnime;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-delay: 2.2s; }
      .header-guide-entry small {
        font-size: 1.2rem; }
        @media only screen and (max-width: 767px) {
          .header-guide-entry small {
            font-size: .9rem; } }
      .header-guide-entry dl {
        display: flex;
        justify-content: center;
        font-weight: 700; }
        .header-guide-entry dl div {
          padding: 0 1.5rem; }
          .header-guide-entry dl div:nth-of-type(1) {
            position: relative; }
            .header-guide-entry dl div:nth-of-type(1):after {
              /* content: "";
              width: .1rem;
              height: 100%;
              transform: rotate(5deg);
              background: #fff;
              position: absolute;
              right: 0;
              top: 0;  */
            }
          .header-guide-entry dl div dt {
            font-size: 2rem;
            line-height: 1; }
            @media only screen and (max-width: 767px) {
              .header-guide-entry dl div dt {
                font-size: 1.2rem; } }
          .header-guide-entry dl div dd {
            font-size: 2.8rem;
            line-height: 1; }
            @media only screen and (max-width: 767px) {
              .header-guide-entry dl div dd {
                font-size: 1.4rem; } }
            .header-guide-entry dl div dd strong {
              font-size: 5.2rem;
              font-family: din-2014-narrow, sans-serif; }
              @media only screen and (max-width: 767px) {
                .header-guide-entry dl div dd strong {
                  font-size: 3.6rem; } }
  .header-txt {
    text-align: center;
    font-size: 1.8rem;
    text-shadow: 0 0 1rem #87147b;
    padding-bottom: 2.5rem;
    font-weight: 700;
    position: relative;
    z-index: 4; }
    @media only screen and (max-width: 767px) {
      .header-txt {
        font-size: 1.3rem;
        padding: 0 3vw 2.5rem; } }
    .header-txt.fade {
      animation-name: fadeUpAnime;
      animation-duration: 1s;
      animation-fill-mode: forwards;
      animation-delay: 2.5s; }
    .header-txt p {
      padding-bottom: .5rem; }
    .header-txt strong {
      font-size: 2.8rem; }
      @media only screen and (max-width: 767px) {
        .header-txt strong {
          font-size: 2rem; } }
  .header-owner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 4; }
    .header-owner.fade {
      animation-name: fadeUpAnime;
      animation-duration: 1s;
      animation-fill-mode: forwards;
      animation-delay: 3.5s; }
    .header-owner dt {
      font-size: 1.8rem;
      margin-bottom: .5rem; }
      @media only screen and (max-width: 767px) {
        .header-owner dt {
          font-size: 1.2rem; } }
    .header-owner dd {
      max-width: 15rem; }
      @media only screen and (max-width: 767px) {
        .header-owner dd {
          max-width: 8rem; } }
    .header-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 4; 
    max-width: 33rem;}
     .header-service.fade {
      animation-name: fadeUpAnime;
      animation-duration: 1s;
      animation-fill-mode: forwards;
      animation-delay: 3.5s; }
    .header-service dt {
      font-size: 1.8rem;
      margin-bottom: .5rem; }
      @media only screen and (max-width: 767px) {
        .header-service dt {
          font-size: 1.2rem; } }
    .header-service dd {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 10px;}
      .header-service dd a{ 
        display: block;
        width: 50%;}
      @media only screen and (max-width: 767px) {
        .header-service dd {
          max-width: 20rem; } }
  .header-start {
    width: 20rem;
    height: 20rem;
    background: url("../img/top/bg_start.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    position: absolute;
    right: 1rem;
    top: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 3; }
    @media only screen and (max-width: 767px) {
      .header-start {
        width: 100%;
        height: auto;
        right: 0;
        top: 0;
        padding: .5rem;
        background: #d1c26b;
        color: #120848;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-end; } }
    .header-start.fade {
      animation-name: kuru;
      animation-duration: 1s;
      animation-fill-mode: forwards;
      animation-delay: 3s; }
    .header-start p {
      font-size: 2.1rem;
      line-height: 1;
      font-weight: 700;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .header-start p {
          font-size: 1rem;
          margin-bottom: .5rem; } }
      .header-start p span {
        font-size: 1.6rem; }
        @media only screen and (max-width: 767px) {
          .header-start p span {
            font-size: .9rem; } }
        .header-start p span small {
          font-size: 1.3rem; }
          @media only screen and (max-width: 767px) {
            .header-start p span small {
              font-size: .8rem; } }
    .header-start-catch {
      font-size: 1.2rem;
      line-height: 1;
      letter-spacing: 0;
      padding-bottom: 1.3rem; }
      @media only screen and (max-width: 767px) {
        .header-start-catch {
          padding-bottom: .6rem; } }
      .header-start-catch strong {
        font-size: 1.35rem; }
    .header-start-date {
      font-size: 3.6rem;
      line-height: 1;
      font-family: din-2014-narrow, sans-serif;
      font-weight: 600;
      text-align: center;
      position: relative;
      top: -1rem; }
      @media only screen and (max-width: 767px) {
        .header-start-date {
          font-size: 1.8rem;
          top: -1rem;
          margin-bottom: -.7rem;
          display: flex;
          justify-content: center;
          align-items: flex-end;
          color: #ff006d;
          margin-right: .6rem; } }
      .header-start-date strong {
        font-size: 7.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        bottom: -.5rem; }
        @media only screen and (max-width: 767px) {
          .header-start-date strong {
            font-size: 3.6rem; } }
        .header-start-date strong span {
          font-size: 5.2rem;
          margin: 0 .5rem; }
          @media only screen and (max-width: 767px) {
            .header-start-date strong span {
              font-size: 2.6rem;
              margin: 0 .2rem; } }
  .header-wrap {
    width: 100%;
    height: 17.2vw;
    background: url("../img/common/bg_base_top.png") no-repeat 0% 0%;
    background-size: 100% 100%; 
    display: flex;
    gap: 40px;
    justify-content: center;
  }
    @media only screen and (max-width: 767px) {
    .header-wrap {
      gap: 20px;
      flex-direction: column; } }

/* --------------------------------------
		103 content
-------------------------------------- */
.container {
  background: url("../img/common/bg_base_bottom.jpg") no-repeat 0 0;
  background-size: 100% auto; }
  .container:after {
    width: 100%;
    height: 100%;
    background-image: url("../img/top/bg_kira.png");
    background-repeat: no-repeat;
    background-size: 140rem auto;
    background-position: 105% -5vw;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0; }
    @media only screen and (max-width: 767px) {
      .container:after {
        background-size: 50rem auto;
        background-position: 90% 4rem; } }
  .container-info {
    background: url("../img/common/bg_base_bottom.jpg") no-repeat 50% 100%;
    background-size: 100% 100%;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .container-info {
        background-image: url("../img/common/bg_base.jpg");
        background-size: auto 100%; } }
    .container-info:after {
      width: 100%;
      height: 100%;
      background-image: url("../img/top/bg_kira.png");
      background-repeat: no-repeat;
      background-size: 140rem auto;
      background-position: 105% 40rem;
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0; }
      @media only screen and (max-width: 767px) {
        .container-info:after {
          background-size: 70rem auto;
          background-position: 105% 3rem; } }
    .container-info:before {
      width: 100%;
      height: 100%;
      background-image: url("../img/top/bg_kira.png");
      background-repeat: no-repeat;
      background-size: 140rem auto;
      background-position: 105% 200rem;
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0; }
      @media only screen and (max-width: 767px) {
        .container-info:before {
          background-size: 70rem auto;
          background-position: 105% 110rem; } }
  .container-content {
    position: relative;
    z-index: 2; }
  .container-btn {
    max-width: 100rem;
    margin: 0 auto;
    padding: 6vw 0; }
    .container-btn ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .container-btn ul li {
        width: 40rem;
        margin: .8rem; }
        @media only screen and (max-width: 767px) {
          .container-btn ul li {
            width: 29rem;
            margin: 0 0 1rem; } }
        .container-btn ul li a {
          height: 6rem;
          padding: 0 2.5rem;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
          z-index: 1;
          overflow: hidden;
          border-radius: 5rem;
          font-size: 1.8rem;
          font-weight: 700;
          color: #fff;
          letter-spacing: 0; }
          @media only screen and (max-width: 767px) {
            .container-btn ul li a {
              height: 5rem;
              font-size: 1.3rem;
              padding: 0 1.5rem; } }
          .container-btn ul li a span {
            font-size: 2.4rem;
            margin-right: .5rem;
            flex-shrink: 0; }
            @media only screen and (max-width: 767px) {
              .container-btn ul li a span {
                font-size: 1.2rem; } }
          .container-btn ul li a strong {
            width: 100%;
            text-align: left;
            line-height: 1.1; }
            .container-btn ul li a strong span {
              font-size: 1.1rem;
              line-height: 1;
              color: #d1c26b;
              display: inline-block; }
              @media only screen and (max-width: 767px) {
                .container-btn ul li a strong span {
                  font-size: .9rem; } }
          .container-btn ul li a:before {
            content: "";
            width: 0%;
            height: 100%;
            z-index: -1;
            opacity: .5;
            position: absolute;
            left: 0;
            top: 0;
            transition: all .5s; }
          .container-btn ul li a:hover:before {
            width: 100%; }
          .container-btn ul li a.btn-administration {
            background-image: linear-gradient(90deg, #120848 0%, #a9006f 100%); }
            .container-btn ul li a.btn-administration:before {
              background: #003083; }
          .container-btn ul li a.btn-cio {
            background-image: linear-gradient(90deg, #0083e6 0%, #120848 100%); }
            .container-btn ul li a.btn-cio:before {
              background: #1b4ca0; }
          .container-btn ul li a.btn-company {
            background-image: linear-gradient(90deg, #aa1fb0 0%, #1e2e96 100%); }
            .container-btn ul li a.btn-company:before {
              background: #48158b; }
          .container-btn ul li a.btn-contact {
            background-image: linear-gradient(90deg, #ff006d 0%, #a9006f 100%); }
            .container-btn ul li a.btn-contact:before {
              background: #87147b; }
  .container .section-about {
    padding: 4vw 0;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .container .section-about {
        padding: 4rem 5vw; } }
    .container .section-about-ttl {
      text-align: center;
      font-size: 5.6rem;
      line-height: 1.2;
      font-weight: 700;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      padding-bottom: 6rem; }
      @media only screen and (max-width: 767px) {
        .container .section-about-ttl {
          font-size: 3rem;
          padding-bottom: 2rem; } }
      .container .section-about-ttl strong {
        background: linear-gradient(90deg, #d1c26b 0%, #ff006d 44%, #fff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .container .section-about-ttl span {
        font-size: 2.4rem;
        font-weight: 900; }
        @media only screen and (max-width: 767px) {
          .container .section-about-ttl span {
            font-size: 1.5rem; } }
    .container .section-about-inner {
      max-width: 100rem;
      padding: 0 4rem;
      margin: 0 auto;
      color: #fff;
      text-align: center;
      font-size: 1.9rem; }
      @media only screen and (max-width: 767px) {
        .container .section-about-inner {
          font-size: 1.3rem;
          padding: 0;
          text-align: left; } }
      .container .section-about-inner p {
        line-height: 2.4; }
        @media only screen and (max-width: 767px) {
          .container .section-about-inner p {
            line-height: 1.6; } }
  .container .section-moderator {
    width: 100%;
    height: 55rem;
    background: url("../img/common/bg_w.jpg");
    background-size: 25rem auto;
    mask-image: url("../img/top/bg_cut.svg");
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 100% 100%;
    -webkit-mask-image: url("../img/top/bg_cut.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
    position: relative;
    z-index: 3; }
    @media only screen and (max-width: 767px) {
      .container .section-moderator {
        height: auto;
        mask-image: unset;
        -webkit-mask-image: unset;
        padding-top: 1.5rem; } }
    .container .section-moderator-wrap {
      display: flex;
      align-items: center;
      justify-content: center; }
    .container .section-moderator-header {
      position: relative;
      display: flex; }
      .container .section-moderator-header-en {
        font-size: 9rem;
        line-height: 1;
        background: linear-gradient(90deg, #ff006d 0%, #48158b 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
        z-index: 1;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .container .section-moderator-header-en {
            font-size: 4.6rem;
            margin-left: -3.4rem;
            font-weight: 500; } }
      .container .section-moderator-header-ens {
        color: #fff;
        font-size: 9rem;
        position: absolute;
        left: .6rem;
        top: 0;
        line-height: 1;
        z-index: -1;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .container .section-moderator-header-ens {
            font-size: 4.6rem;
            left: -3rem;
            font-weight: 500; } }
      .container .section-moderator-header-ttl {
        position: absolute;
        left: 21rem;
        top: 5.5rem;
        font-size: 1.8rem;
        background: linear-gradient(-90deg, #ff006d 0%, #48158b 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media only screen and (max-width: 767px) {
          .container .section-moderator-header-ttl {
            font-size: 1.4rem;
            left: 7.5rem;
            top: 2.2rem; } }
    .container .section-moderator-profile {
      padding-top: 3rem; }
      @media only screen and (max-width: 767px) {
        .container .section-moderator-profile {
          padding-top: 1.5rem; } }
      .container .section-moderator-profile-posi {
        font-size: 1.3rem;
        line-height: 1;
        color: #ff006d;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .container .section-moderator-profile-posi {
            font-size: 1.1rem; } }
      .container .section-moderator-profile-name {
        font-size: 3.2rem;
        line-height: 1.4; }
        @media only screen and (max-width: 767px) {
          .container .section-moderator-profile-name {
            font-size: 2.5rem; } }
      .container .section-moderator-profile-ruby {
        font-size: 1rem;
        line-height: 1;
        font-weight: 700;
        opacity: 0.5; }
        @media only screen and (max-width: 767px) {
          .container .section-moderator-profile-ruby {
            font-size: .9rem; } }
      .container .section-moderator-profile-txt {
        padding-top: 2rem; }
        @media only screen and (max-width: 767px) {
          .container .section-moderator-profile-txt {
            padding-right: 1.5rem;
            padding-top: 1rem; } }
        .container .section-moderator-profile-txt p {
          font-size: 1.6rem;
          line-height: 1.7; }
          @media only screen and (max-width: 767px) {
            .container .section-moderator-profile-txt p {
              font-size: 1.3rem; } }
    .container .section-moderator-inner {
      display: flex;
      flex-direction: column;
      max-width: 60rem; }
    .container .section-moderator-fig {
      width: 27.5rem;
      height: 55rem;
      overflow: hidden;
      margin-right: 1rem;
      padding-top: 4rem; }
      @media only screen and (max-width: 767px) {
        .container .section-moderator-fig {
          flex-shrink: 0;
          width: 14rem;
          height: 42rem;
          padding: 0;
          margin-left: -3rem; } }
      .container .section-moderator-fig img {
        max-width: 100%; }
  .container .section-keynote {
    background: url("../img/common/bg_base_bottom.jpg") no-repeat 0 0;
    background-size: 100% auto;
    overflow: hidden;
    padding: 10vw 0 22rem;
    margin-top: -5vw;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .container .section-keynote {
        background: url("../img/common/bg_base.jpg") no-repeat 0 0;
        background-size: 100% 100%;
        padding-top: 5rem;
        padding-bottom: 5rem;
        margin-top: 0; } }
    .container .section-keynote-wrap {
      max-width: 106rem;
      margin: 0 auto; }
    .container .section-keynote-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 5rem; }
      @media only screen and (max-width: 767px) {
        .container .section-keynote-header {
          flex-direction: column;
          margin-bottom: 2rem;
          align-items: center; } }
      .container .section-keynote-header-ttl {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        @media only screen and (max-width: 767px) {
          .container .section-keynote-header-ttl {
            align-items: center; } }
        .container .section-keynote-header-ttl:before {
          content: "";
          width: 8.8rem;
          height: 9.8rem;
          background: url("../img/common/ico_t_1.png") no-repeat;
          background-size: 100% 100%;
          position: absolute;
          left: -6rem;
          top: -8rem; }
          @media only screen and (max-width: 767px) {
            .container .section-keynote-header-ttl:before {
              width: 4.4rem;
              height: 4.9rem; } }
        .container .section-keynote-header-ttl-en {
          font-size: 9rem;
          line-height: 1;
          color: #fff;
          position: relative;
          z-index: 2;
          padding-bottom: 1rem; }
          @media only screen and (max-width: 767px) {
            .container .section-keynote-header-ttl-en {
              font-size: 4.6rem;
              font-weight: 500; } }
        .container .section-keynote-header-ttl-ens {
          width: 100%;
          height: 100%;
          font-size: 9rem;
          line-height: 1;
          position: absolute;
          left: .6rem;
          top: 0;
          background: linear-gradient(-45deg, #a9006f 0%, #0083e6 50%, #003083 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          opacity: .5;
          z-index: 1; }
          @media only screen and (max-width: 767px) {
            .container .section-keynote-header-ttl-ens {
              font-size: 4.6rem;
              left: .4rem;
              font-weight: 500; } }
        .container .section-keynote-header-ttl-ja {
          font-size: 1.8rem;
          background: linear-gradient(90deg, #ff006d 0%, #48158b 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
          @media only screen and (max-width: 767px) {
            .container .section-keynote-header-ttl-ja {
              font-size: 1.3rem;
              padding-bottom: 2rem; } }
      .container .section-keynote-header-catch {
        width: 66rem;
        background: linear-gradient(90deg, rgba(210, 137, 212, 0) 0%, #da9fdc 10%, white 51%, #fbafbd 90%, rgba(250, 154, 172, 0) 100%);
        display: flex;
        justify-content: center;
        padding: .3rem 0;
        margin-bottom: 4rem; }
        @media only screen and (max-width: 767px) {
          .container .section-keynote-header-catch {
            width: 100%;
            margin-bottom: 0; } }
        .container .section-keynote-header-catch p {
          font-size: 3rem;
          background: linear-gradient(-90deg, #ff006d 0%, #48158b 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-weight: 700; }
          @media only screen and (max-width: 767px) {
            .container .section-keynote-header-catch p {
              font-size: 1.6rem; } }
          .container .section-keynote-header-catch p strong {
            font-size: 3.6rem; }
            @media only screen and (max-width: 767px) {
              .container .section-keynote-header-catch p strong {
                font-size: 2rem; } }
    .container .section-keynote-inner {
      max-width: 92rem;
      margin: 0 auto; }
      .container .section-keynote-inner .article-keynote {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 8rem; }
        @media only screen and (max-width: 767px) {
          .container .section-keynote-inner .article-keynote {
            flex-direction: column;
            position: relative;
            padding: 0 8vw;
            margin-bottom: 5rem; } }
        .container .section-keynote-inner .article-keynote:nth-of-type(2n) {
          flex-direction: row-reverse;
          align-items: flex-start; }
          @media only screen and (max-width: 767px) {
            .container .section-keynote-inner .article-keynote:nth-of-type(2n) {
              flex-direction: column; } }
          .container .section-keynote-inner .article-keynote:nth-of-type(2n) .article-keynote-fig {
            width: 30rem;
            margin-right: 0;
            margin-left: 3rem; }
            @media only screen and (max-width: 767px) {
              .container .section-keynote-inner .article-keynote:nth-of-type(2n) .article-keynote-fig {
                width: 20rem;
                margin: 0 auto 2rem; } }
            .container .section-keynote-inner .article-keynote:nth-of-type(2n) .article-keynote-fig:after {
              background-image: url("../img/common/ico_t_3.png");
              width: 9.3rem;
              height: 11.5rem;
              left: auto;
              right: -2rem; }
              @media only screen and (max-width: 767px) {
                .container .section-keynote-inner .article-keynote:nth-of-type(2n) .article-keynote-fig:after {
                  width: 4.6rem;
                  height: 5.7rem; } }
        .container .section-keynote-inner .article-keynote-fig {
          width: 24rem;
          flex-shrink: 0;
          margin-right: 4rem;
          position: relative; }
          @media only screen and (max-width: 767px) {
            .container .section-keynote-inner .article-keynote-fig {
              width: 16rem;
              margin: 0 auto 2rem; } }
          .container .section-keynote-inner .article-keynote-fig:after {
            content: "";
            width: 7.2rem;
            height: 12.4rem;
            background-image: url("../img/common/ico_t_2.png");
            background-repeat: no-repeat;
            background-size: 100% 100%;
            position: absolute;
            left: -6rem;
            bottom: -2rem; }
            @media only screen and (max-width: 767px) {
              .container .section-keynote-inner .article-keynote-fig:after {
                width: 3.6rem;
                height: 6.2rem; } }
        .container .section-keynote-inner .article-keynote-inner {
          width: 100%; }
        .container .section-keynote-inner .article-keynote-header {
          display: flex;
          flex-direction: column;
          position: relative;
          margin-bottom: 2rem; }
          @media only screen and (max-width: 767px) {
            .container .section-keynote-inner .article-keynote-header {
              justify-content: center;
              align-items: center;
              width: 90%;
              margin: 0 auto; } }
          .container .section-keynote-inner .article-keynote-header-type {
            width: 9.4rem;
            height: 2.8rem;
            background-image: linear-gradient(90deg, #48158b, #ff006d);
            color: #fff;
            font-weight: 700;
            font-size: 1.6rem;
            display: flex;
            justify-content: center;
            align-items: center; }
            @media only screen and (max-width: 767px) {
              .container .section-keynote-inner .article-keynote-header-type {
                width: 6rem;
                height: 2.4rem;
                font-size: 1.2rem; } }
          .container .section-keynote-inner .article-keynote-header-ttl {
            font-size: 2.8rem;
            color: #fff; }
            @media only screen and (max-width: 767px) {
              .container .section-keynote-inner .article-keynote-header-ttl {
                font-size: 1.8rem;
                line-height: 1.2;
                text-align: center;
                padding: 1rem 0; } }
            .container .section-keynote-inner .article-keynote-header-ttl strong {
              color: #d1c26b;
              font-size: 3.6rem; }
              @media only screen and (max-width: 767px) {
                .container .section-keynote-inner .article-keynote-header-ttl strong {
                  font-size: 2.4rem; } }
          .container .section-keynote-inner .article-keynote-header:after {
            content: "";
            width: 100%;
            height: 1px;
            background: #87147b;
            position: absolute;
            bottom: 0;
            left: 0; }
        .container .section-keynote-inner .article-keynote-profile {
          color: #fff; }
          @media only screen and (max-width: 767px) {
            .container .section-keynote-inner .article-keynote-profile {
              padding-top: 1.5rem; } }
          .container .section-keynote-inner .article-keynote-profile-posi {
            color: #d1c26b;
            font-size: 1.5rem;
            line-height: 1.1;
            font-weight: 700; }
            @media only screen and (max-width: 767px) {
              .container .section-keynote-inner .article-keynote-profile-posi {
                font-size: 1.2rem;
                text-align: center; } }
          .container .section-keynote-inner .article-keynote-profile-name {
            font-size: 3.2rem;
            display: flex;
            align-items: baseline;
            padding-bottom: 1.5rem; }
            @media only screen and (max-width: 767px) {
              .container .section-keynote-inner .article-keynote-profile-name {
                text-align: center;
                font-size: 2.4rem;
                flex-direction: column;
                align-items: center;
                justify-content: center; } }
            .container .section-keynote-inner .article-keynote-profile-name span {
              font-size: 1rem;
              margin-left: 1rem;
              opacity: .5; }
              @media only screen and (max-width: 767px) {
                .container .section-keynote-inner .article-keynote-profile-name span {
                  font-size: .9rem;
                  margin-left: 0;
                  display: block; } }
          .container .section-keynote-inner .article-keynote-profile-txt {
            font-size: 1.6rem; }
            @media only screen and (max-width: 767px) {
              .container .section-keynote-inner .article-keynote-profile-txt {
                font-size: 1.3rem; } }
            .container .section-keynote-inner .article-keynote-profile-txt p {
              line-height: 1.8;
              padding-bottom: .6rem; }
  .container .section-panel {
    margin-top: -17.2vw;
    position: relative;
    z-index: 3;
    padding-bottom: 25rem; }
    @media only screen and (max-width: 767px) {
      .container .section-panel {
        padding-bottom: 0; } }
    .container .section-panel-wrap {
      background-image: linear-gradient(135deg, rgba(255, 0, 109, 0) 0%, rgba(102, 0, 131, 0.1) 50%, rgba(0, 131, 230, 0.2) 100%);
      background-color: #fff;
      mask-image: url("../img/top/bg_cut.svg");
      mask-repeat: no-repeat;
      mask-position: 0 0;
      mask-size: 100% 100%;
      -webkit-mask-image: url("../img/top/bg_cut.svg");
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: 0 0;
      -webkit-mask-size: 100% 100%;
      padding: 12rem 0 15rem; }
      @media only screen and (max-width: 767px) {
        .container .section-panel-wrap {
          mask-image: unset;
          -webkit-mask-image: unset;
          padding: 5rem 2vw; } }
      .container .section-panel-wrap-in {
        background: url("../img/top/bg_panel.png") no-repeat 50% 50%;
        background-size: contain;
        display: flex;
        justify-content: center; }
        @media only screen and (max-width: 767px) {
          .container .section-panel-wrap-in {
            flex-direction: column-reverse;
            background-size: cover; } }
    .container .section-panel-catch {
      display: flex;
      flex-direction: row-reverse;
      padding-top: 5rem; }
      @media only screen and (max-width: 767px) {
        .container .section-panel-catch {
          padding-top: 0;
          flex-direction: column;
          align-items: center;
          padding-bottom: 1rem; } }
      .container .section-panel-catch p {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-weight: 700;
        font-size: 3.2rem;
        text-orientation: upright; }
        @media only screen and (max-width: 767px) {
          .container .section-panel-catch p {
            font-size: 1.3rem;
            line-height: 1.1;
            -ms-writing-mode: unset;
            writing-mode: unset; } }
        .container .section-panel-catch p strong {
          font-size: 4rem;
          color: #87147b; }
          @media only screen and (max-width: 767px) {
            .container .section-panel-catch p strong {
              font-size: 1.8rem; } }
    .container .section-panel-header {
      position: relative;
      z-index: 1;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .container .section-panel-header-ttl {
        font-size: 9rem;
        font-weight: 400;
        background: linear-gradient(-90deg, #ff006d 0%, #48158b 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media only screen and (max-width: 767px) {
          .container .section-panel-header-ttl {
            font-size: 4.6rem;
            line-height: 1;
            font-weight: 600; } }
      .container .section-panel-header-en {
        width: 100%;
        height: 100%;
        font-size: 9rem;
        color: #fff;
        position: absolute;
        left: .6rem;
        z-index: -1;
        top: 0; }
        @media only screen and (max-width: 767px) {
          .container .section-panel-header-en {
            font-size: 4.6rem;
            line-height: 1;
            left: .4rem;
            font-weight: 600; } }
      .container .section-panel-header-catch {
        background-image: linear-gradient(90deg, rgba(0, 131, 230, 0) 0%, #1b4ca0 10%, #48158b 50%, #ff006d 90%, rgba(255, 0, 109, 0) 100%);
        height: 6rem;
        width: 100%;
        max-width: 76rem;
        padding: 0 5rem;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 3rem;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .container .section-panel-header-catch {
            height: 5rem;
            font-size: 1.4rem;
            padding: 0;
            margin: 1rem 0; } }
        .container .section-panel-header-catch strong {
          font-size: 3.6rem; }
          @media only screen and (max-width: 767px) {
            .container .section-panel-header-catch strong {
              font-size: 2rem; } }
        .container .section-panel-header-catch b {
          font-size: 4.8rem;
          font-weight: 500;
          position: relative;
          bottom: -.2rem; }
          @media only screen and (max-width: 767px) {
            .container .section-panel-header-catch b {
              font-size: 2.5rem; } }
    .container .section-panel-inner .article-panel {
      width: 82rem;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .container .section-panel-inner .article-panel {
          width: 100%;
          flex-direction: column;
          padding: 0 3vw; } }
      .container .section-panel-inner .article-panel:after {
        content: "";
        background: url("../img/common/peke.png") no-repeat;
        background-size: 100% auto;
        width: 8.5rem;
        height: 8.5rem;
        position: absolute;
        left: 50%;
        margin-left: -4.25rem;
        bottom: -7rem; }
        @media only screen and (max-width: 767px) {
          .container .section-panel-inner .article-panel:after {
            width: 6rem;
            height: 6rem;
            margin-left: -3rem;
            bottom: -4rem; } }
      .container .section-panel-inner .article-panel-fig {
        width: 24rem;
        flex-shrink: 0;
        position: relative;
        z-index: 2;
        margin-right: -10rem; }
        @media only screen and (max-width: 767px) {
          .container .section-panel-inner .article-panel-fig {
            width: 16rem;
            margin: 0 auto; } }
      .container .section-panel-inner .article-panel-wrap {
        width: 100%;
        background: #fff;
        padding: 2.5rem 3rem 2.5rem 1rem; }
        @media only screen and (max-width: 767px) {
          .container .section-panel-inner .article-panel-wrap {
            position: relative;
            padding: 4rem 8vw 2rem; } }
      .container .section-panel-inner .article-panel-header {
        display: flex;
        align-items: center;
        margin-bottom: 3rem; }
        @media only screen and (max-width: 767px) {
          .container .section-panel-inner .article-panel-header {
            margin-bottom: 1.5rem; } }
        .container .section-panel-inner .article-panel-header-type {
          color: #fff;
          font-size: 2rem;
          font-weight: 700;
          background-image: linear-gradient(90deg, #0083e6 0%, #1b4ca0 10%, #48158b 50%, #ff006d 90%, rgba(255, 0, 109, 0) 100%);
          margin-right: 2rem;
          padding: .4rem 6rem .4rem 4rem; }
          @media only screen and (max-width: 767px) {
            .container .section-panel-inner .article-panel-header-type {
              font-size: 1rem;
              padding: .3rem 1.5rem .3rem 1rem;
              position: absolute;
              left: 0;
              top: 0; } }
        .container .section-panel-inner .article-panel-header-posi {
          font-size: 1.3rem;
          line-height: 1.2;
          color: #ff006d;
          margin-right: 1.4rem;
          font-weight: 700; }
          @media only screen and (max-width: 767px) {
            .container .section-panel-inner .article-panel-header-posi {
              font-size: 1rem; } }
        .container .section-panel-inner .article-panel-header-name {
          font-size: 3.2rem;
          line-height: 1;
          display: flex;
          align-items: flex-end; }
          @media only screen and (max-width: 767px) {
            .container .section-panel-inner .article-panel-header-name {
              font-size: 2.6rem; } }
          .container .section-panel-inner .article-panel-header-name span {
            font-size: 1rem;
            opacity: 0.5;
            margin-left: .5rem; }
      .container .section-panel-inner .article-panel-inner {
        padding: 0 0 0 10rem;
        font-size: 1.6rem; }
        @media only screen and (max-width: 767px) {
          .container .section-panel-inner .article-panel-inner {
            font-size: 1.3rem;
            padding: 0; } }
    .container .section-panel-member {
      display: flex;
      justify-content: center;
      padding-top: 4rem; }
      @media only screen and (max-width: 767px) {
        .container .section-panel-member {
          flex-wrap: wrap; } }
      .container .section-panel-member > div {
        width: 18rem;
        margin: 0 .6rem; }
        @media only screen and (max-width: 767px) {
          .container .section-panel-member > div {
            width: 48%;
            margin: 0 1% 2rem; } }
        .container .section-panel-member > div dt {
          display: flex;
          flex-direction: column; }
          .container .section-panel-member > div dt figure {
            height: 14rem;
            overflow: hidden; }
            @media only screen and (max-width: 767px) {
              .container .section-panel-member > div dt figure {
                height: 10rem; } }
          .container .section-panel-member > div dt strong {
            background-image: linear-gradient(90deg, #0083e6 0%, #48158b 50%, #ff006d 100%);
            font-size: 1.9rem;
            line-height: 1.1;
            text-align: center;
            height: 5rem;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff; }
            @media only screen and (max-width: 767px) {
              .container .section-panel-member > div dt strong {
                font-size: 1.3rem;
                height: 4rem; } }
        .container .section-panel-member > div dd {
          background: #fff;
          height: 5rem;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          font-size: 1.8rem;
          line-height: 1.1;
          font-weight: 700;
          text-align: center; }
          @media only screen and (max-width: 767px) {
            .container .section-panel-member > div dd {
              height: 4rem;
              font-size: 1.5rem; } }
          .container .section-panel-member > div dd span {
            font-size: 1.2rem;
            color: #ff006d; }
            @media only screen and (max-width: 767px) {
              .container .section-panel-member > div dd span {
                font-size: 1rem; } }
  .container .section-special {
    background: url("../img/common/bg_base.jpg") no-repeat 0 0;
    background-size: 100% auto;
    overflow: hidden;
    padding: 10vw 0 8rem;
    position: relative;
    z-index: 2;
    margin-top: -28.2vw; }
    @media only screen and (min-width: 1620px) {
      .container .section-special {
        margin-top: -23.2vw; } }
    @media only screen and (max-width: 767px) {
      .container .section-special {
        background-size: auto 100%;
        margin-top: 0;
        padding-top: 8vw;
        padding-bottom: 0; } }
    .container .section-special-wrap {
      max-width: 106rem;
      margin: 0 auto; }
    .container .section-special-header {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      margin-bottom: 5rem; }
      @media only screen and (max-width: 767px) {
        .container .section-special-header {
          justify-content: center;
          align-items: center;
          text-align: center;
          margin-bottom: 3rem; } }
      .container .section-special-header-ttl {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: right; }
        @media only screen and (max-width: 767px) {
          .container .section-special-header-ttl {
            text-align: center;
            align-items: center; } }
        .container .section-special-header-ttl:before {
          content: "";
          width: 8.3rem;
          height: 11.5rem;
          background: url("../img/common/ico_t_3.png") no-repeat;
          background-size: 100% 100%;
          position: absolute;
          right: -5rem;
          top: -6rem; }
          @media only screen and (max-width: 767px) {
            .container .section-special-header-ttl:before {
              width: 4.1rem;
              height: 5.7rem;
              top: -2rem; } }
        .container .section-special-header-ttl-en {
          font-size: 9rem;
          line-height: 1;
          color: #fff;
          position: relative;
          z-index: 2;
          padding-bottom: 1rem; }
          @media only screen and (max-width: 767px) {
            .container .section-special-header-ttl-en {
              font-size: 4.6rem;
              font-weight: 600; } }
        .container .section-special-header-ttl-ens {
          width: 100%;
          height: 100%;
          font-size: 9rem;
          line-height: 1;
          position: absolute;
          left: .6rem;
          top: 0;
          background: linear-gradient(-45deg, #a9006f 0%, #0083e6 50%, #003083 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          opacity: .5;
          z-index: 1; }
          @media only screen and (max-width: 767px) {
            .container .section-special-header-ttl-ens {
              font-size: 4.6rem;
              font-weight: 600;
              left: .4rem; } }
        .container .section-special-header-ttl-ja {
          font-size: 1.8rem;
          background: linear-gradient(90deg, #ff006d 0%, #48158b 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
          @media only screen and (max-width: 767px) {
            .container .section-special-header-ttl-ja {
              font-size: 1.3rem; } }
    .container .section-special-inner {
      max-width: 90rem;
      margin: 0 auto; }
      .container .section-special-inner .article-special {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: flex-end;
        margin-bottom: 8rem;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .container .section-special-inner .article-special {
            flex-direction: column;
            margin: 0 8vw 5rem; } }
        .container .section-special-inner .article-special:before {
          content: "";
          width: 8.8rem;
          height: 9.8rem;
          background: url("../img/common/ico_t_1.png") no-repeat;
          background-size: 100% 100%;
          position: absolute;
          left: -6rem;
          top: -8rem; }
        .container .section-special-inner .article-special-fig {
          width: 25.6rem;
          flex-shrink: 0;
          margin-left: 5rem;
          position: relative; }
          @media only screen and (max-width: 767px) {
            .container .section-special-inner .article-special-fig {
              width: 18rem;
              margin: 0 auto 2rem; } }
          .container .section-special-inner .article-special-fig:after {
            content: "";
            width: 7.2rem;
            height: 12.4rem;
            background-image: url("../img/common/ico_t_2.png");
            background-repeat: no-repeat;
            background-size: 100% 100%;
            position: absolute;
            right: -6rem;
            bottom: -2rem; }
            @media only screen and (max-width: 767px) {
              .container .section-special-inner .article-special-fig:after {
                width: 3.6rem;
                height: 6.2rem;
                right: -2rem; } }
        .container .section-special-inner .article-special-inner {
          width: 100%; }
        .container .section-special-inner .article-special-header {
          display: flex;
          flex-direction: column;
          position: relative;
          margin-bottom: 2rem; }
          .container .section-special-inner .article-special-header-type {
            width: 13.4rem;
            height: 2.8rem;
            background-image: linear-gradient(90deg, #48158b, #ff006d);
            color: #fff;
            font-weight: 700;
            font-size: 1.6rem;
            display: flex;
            justify-content: center;
            align-items: center; }
            @media only screen and (max-width: 767px) {
              .container .section-special-inner .article-special-header-type {
                width: 10rem;
                height: 2.4rem;
                font-size: 1.2rem;
                margin: 0 auto; } }
          .container .section-special-inner .article-special-header-ttl {
            font-size: 3.2rem;
            color: #fff; }
            @media only screen and (max-width: 767px) {
              .container .section-special-inner .article-special-header-ttl {
                font-size: 2.4rem;
                text-align: center; } }
            .container .section-special-inner .article-special-header-ttl strong {
              color: #d1c26b;
              font-size: 3.6rem; }
              @media only screen and (max-width: 767px) {
                .container .section-special-inner .article-special-header-ttl strong {
                  font-size: 2.8rem; } }
          .container .section-special-inner .article-special-header:after {
            content: "";
            width: 100%;
            height: 1px;
            background: #87147b;
            position: absolute;
            bottom: 0;
            left: 0; }
        .container .section-special-inner .article-special-profile {
          color: #fff; }
          .container .section-special-inner .article-special-profile-posi {
            color: #ff006d;
            font-size: 1.5rem;
            line-height: 1.1;
            font-weight: 700; }
            @media only screen and (max-width: 767px) {
              .container .section-special-inner .article-special-profile-posi {
                font-size: 1.2rem;
                text-align: center; } }
          .container .section-special-inner .article-special-profile-name {
            font-size: 3.2rem;
            display: flex;
            align-items: baseline;
            padding-bottom: 1.5rem; }
            @media only screen and (max-width: 767px) {
              .container .section-special-inner .article-special-profile-name {
                font-size: 2.4rem;
                flex-direction: column;
                align-items: center; } }
            .container .section-special-inner .article-special-profile-name span {
              font-size: 1rem;
              margin-left: 1rem;
              opacity: .5; }
              @media only screen and (max-width: 767px) {
                .container .section-special-inner .article-special-profile-name span {
                  font-size: .9rem;
                  margin: 0; } }
          .container .section-special-inner .article-special-profile-txt {
            font-size: 1.6rem; }
            @media only screen and (max-width: 767px) {
              .container .section-special-inner .article-special-profile-txt {
                font-size: 1.3rem; } }
            .container .section-special-inner .article-special-profile-txt p {
              line-height: 1.8;
              padding-bottom: .6rem; }
  .container .section-feature {
    padding: 8vw 0;
    overflow: hidden;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .container .section-feature {
        padding: 8rem 5vw; } }
    .container .section-feature-header {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-bottom: 4rem; }
      .container .section-feature-header-en {
        font-size: 9rem;
        line-height: 1;
        background: linear-gradient(90deg, #ff006d 0%, #fff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media only screen and (max-width: 767px) {
          .container .section-feature-header-en {
            font-size: 4.6rem;
            font-weight: 600; } }
      .container .section-feature-header-ttl {
        font-size: 1.8rem;
        line-height: 1;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .container .section-feature-header-ttl {
            font-size: 1.3rem; } }
    .container .section-feature-inner {
      max-width: 100rem;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: stretch;
      flex-wrap: wrap; }
    .container .section-feature .article-feature {
      width: 31.333%;
      margin: 0 1% 5rem;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .container .section-feature .article-feature {
          width: 100%;
          margin: 0 0 3rem; } }
      .container .section-feature .article-feature-num {
        font-size: 4rem;
        line-height: 1;
        font-family: din-2014-narrow, sans-serif;
        background: linear-gradient(90deg, #ff006d 0%, #fff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        @media only screen and (max-width: 767px) {
          .container .section-feature .article-feature-num {
            font-size: 3rem; } }
        .container .section-feature .article-feature-num span {
          font-size: 1.2rem; }
          @media only screen and (max-width: 767px) {
            .container .section-feature .article-feature-num span {
              font-size: 1rem;
              margin-bottom: .3rem; } }
      .container .section-feature .article-feature-inner {
        background: #fff;
        border-radius: .5rem;
        padding: 2.6rem;
        height: 100%; }
        @media only screen and (max-width: 767px) {
          .container .section-feature .article-feature-inner {
            padding: 1.8rem;
            width: 100%; } }
        .container .section-feature .article-feature-inner p {
          font-size: 1.6rem; }
          @media only screen and (max-width: 767px) {
            .container .section-feature .article-feature-inner p {
              font-size: 1.3rem; } }
          .container .section-feature .article-feature-inner p strong {
            color: #87147b; }
      .container .section-feature .article-feature-ttl {
        font-size: 2.4rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        text-align: center;
        color: #1b4ca0; }
        @media only screen and (max-width: 767px) {
          .container .section-feature .article-feature-ttl {
            font-size: 1.6rem; } }
        .container .section-feature .article-feature-ttl.double_line {
          line-height: 5.76rem; }
          @media only screen and (max-width: 767px) {
            .container .section-feature .article-feature-ttl.double_line {
              line-height: 1.2; } }
        .container .section-feature .article-feature-ttl strong {
          font-size: 2.8rem;
          position: relative;
          z-index: 1; }
          @media only screen and (max-width: 767px) {
            .container .section-feature .article-feature-ttl strong {
              font-size: 2rem; } }
          .container .section-feature .article-feature-ttl strong:after {
            content: "";
            background: rgba(209, 194, 107, 0.8);
            width: 100%;
            height: .6rem;
            position: absolute;
            z-index: -1;
            left: 0;
            bottom: 0; }
            @media only screen and (max-width: 767px) {
              .container .section-feature .article-feature-ttl strong:after {
                height: .3rem; } }
    .container .section-feature .article-event {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin: 5rem 0 8rem; }
      @media only screen and (min-width: 1620px) {
        .container .section-feature .article-event {
          max-width: 128rem;
          margin: 5rem auto 8rem; } }
      @media only screen and (max-width: 767px) {
        .container .section-feature .article-event {
          flex-direction: column;
          margin: 2rem 0 3rem; } }
      .container .section-feature .article-event:nth-of-type(2n) {
        flex-direction: row-reverse; }
        @media only screen and (max-width: 767px) {
          .container .section-feature .article-event:nth-of-type(2n) {
            flex-direction: column; } }
        .container .section-feature .article-event:nth-of-type(2n) .article-event-fig {
          border-radius: 3rem 0 0 3rem; }
          @media only screen and (min-width: 1620px) {
            .container .section-feature .article-event:nth-of-type(2n) .article-event-fig {
              border-radius: 3rem; } }
          @media only screen and (max-width: 767px) {
            .container .section-feature .article-event:nth-of-type(2n) .article-event-fig {
              border-radius: 1rem; } }
        .container .section-feature .article-event:nth-of-type(2n) .article-event-inner {
          padding-left: 0;
          padding-right: 3vw; }
          @media only screen and (max-width: 767px) {
            .container .section-feature .article-event:nth-of-type(2n) .article-event-inner {
              padding: 0; } }
          .container .section-feature .article-event:nth-of-type(2n) .article-event-inner p {
            margin-left: auto; }
        .container .section-feature .article-event:nth-of-type(2n) .article-event-ttl {
          margin-left: auto; }
      .container .section-feature .article-event-fig {
        width: 50%;
        height: 40rem;
        background-position: 50% 50%;
        background-size: cover;
        border-radius: 0 3rem 3rem 0; }
        @media only screen and (min-width: 1620px) {
          .container .section-feature .article-event-fig {
            border-radius: 3rem; } }
        @media only screen and (max-width: 767px) {
          .container .section-feature .article-event-fig {
            width: 100%;
            height: 20rem;
            border-radius: 1rem;
            margin-bottom: 1.5rem; } }
      .container .section-feature .article-event-inner {
        width: 50%;
        padding-left: 3vw;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .container .section-feature .article-event-inner {
            width: 100%;
            padding: 0; } }
        .container .section-feature .article-event-inner p {
          max-width: 50rem;
          font-size: 1.6rem;
          padding-bottom: .5rem; }
          @media only screen and (max-width: 767px) {
            .container .section-feature .article-event-inner p {
              font-size: 1.3rem; } }
      .container .section-feature .article-event-ttl {
        max-width: 50rem;
        font-size: 2.8rem;
        line-height: 1.3;
        display: flex;
        flex-direction: column;
        margin-bottom: 2rem; }
        @media only screen and (max-width: 767px) {
          .container .section-feature .article-event-ttl {
            font-size: 2rem;
            align-items: center; } }
        .container .section-feature .article-event-ttl small {
          font-size: 1.5rem;
          background: linear-gradient(90deg, #ff006d 0%, #fff 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          margin-right: auto; }
          @media only screen and (max-width: 767px) {
            .container .section-feature .article-event-ttl small {
              font-size: 1.3rem;
              margin: 0 auto; } }
  .container .section-timetable {
    color: #fff;
    margin-bottom: 10vw;
    position: relative;
    z-index: 2; }
    .container .section-timetable-header {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-bottom: 4rem; }
      .container .section-timetable-header-en {
        font-size: 9rem;
        line-height: 1;
        background: linear-gradient(90deg, #ff006d 0%, #fff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media only screen and (max-width: 767px) {
          .container .section-timetable-header-en {
            font-size: 4.6rem;
            font-weight: 600; } }
      .container .section-timetable-header-ttl {
        font-size: 1.8rem;
        line-height: 1;
        padding-bottom: 1rem; }
        @media only screen and (max-width: 767px) {
          .container .section-timetable-header-ttl {
            font-size: 1.3rem; } }
      .container .section-timetable-header p {
        font-size: 1.2rem; }
        @media only screen and (max-width: 767px) {
          .container .section-timetable-header p {
            font-size: .9rem; } }
    .container .section-timetable-box {
      max-width: 100rem;
      margin: 0 auto 5rem;
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (max-width: 767px) {
        .container .section-timetable-box {
          padding: 0 5vw; } }
      .container .section-timetable-box-ttl {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 4rem; }
        @media only screen and (max-width: 767px) {
          .container .section-timetable-box-ttl {
            margin-bottom: 2rem; } }
        .container .section-timetable-box-ttl span {
          flex-shrink: 0;
          font-size: 2.8rem;
          padding: 0 1.5rem; }
          @media only screen and (max-width: 767px) {
            .container .section-timetable-box-ttl span {
              font-size: 1.8rem;
              padding: 0 1rem; } }
        .container .section-timetable-box-ttl:after, .container .section-timetable-box-ttl:before {
          content: "";
          width: 100%;
          height: 1px;
          background: #fff; }
      .container .section-timetable-box-txt {
        width: 100%; }
        .container .section-timetable-box-txt p {
          font-size: 1.5rem;
          line-height: 1.3;
          padding-bottom: .8rem; }
          @media only screen and (max-width: 767px) {
            .container .section-timetable-box-txt p {
              font-size: 1.2rem; } }
        .container .section-timetable-box-txt small {
          font-size: 1.1rem; }
          @media only screen and (max-width: 767px) {
            .container .section-timetable-box-txt small {
              font-size: .9rem; } }
      .container .section-timetable-box-rest {
        width: 99%;
        height: 3.5rem;
        background: rgba(170, 31, 176, 0.6);
        color: #fff;
        font-size: 1.8rem;
        border-radius: 5rem;
        margin: 2rem auto 4.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .container .section-timetable-box-rest {
            font-size: 1.2rem;
            margin-bottom: 3rem; } }
        .container .section-timetable-box-rest span {
          font-family: din-2014-narrow, sans-serif;
          font-size: 2rem;
          margin-right: 1rem; }
          @media only screen and (max-width: 767px) {
            .container .section-timetable-box-rest span {
              font-size: 1.4rem; } }
      .container .section-timetable-box .article-program {
        width: 32.333%;
        margin: 0 .5% 2.5rem;
        padding: 2rem;
        background: rgba(255, 0, 109, 0.5);
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .container .section-timetable-box .article-program {
            width: 100%;
            margin: 0 0 1rem;
            padding: 1.5rem; } }
        .container .section-timetable-box .article-program.wbox {
          width: 65.666%; }
          @media only screen and (max-width: 767px) {
            .container .section-timetable-box .article-program.wbox {
              width: 100%; } }
          @media only screen and (max-width: 767px) {
            .container .section-timetable-box .article-program.wbox .dl-program {
              flex-direction: column; } }
          .container .section-timetable-box .article-program.wbox .dl-program > div {
            width: 50%; }
            @media only screen and (max-width: 767px) {
              .container .section-timetable-box .article-program.wbox .dl-program > div {
                width: 100%; } }
            .container .section-timetable-box .article-program.wbox .dl-program > div:nth-of-type(2) {
              border-left: 1px solid #ff006d;
              padding-left: 1.5rem; }
              @media only screen and (max-width: 767px) {
                .container .section-timetable-box .article-program.wbox .dl-program > div:nth-of-type(2) {
                  border: none;
                  border-top: 1px solid rgba(255, 0, 109, 0.5);
                  padding: 1rem 0 0;
                  margin-top: 1rem; } }
        .container .section-timetable-box .article-program-header {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin-bottom: 1.5rem; }
          .container .section-timetable-box .article-program-header-time {
            width: 14rem;
            height: 2.7rem;
            border: 1px solid #fff;
            font-size: 2rem;
            font-family: din-2014-narrow, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center; }
            @media only screen and (max-width: 767px) {
              .container .section-timetable-box .article-program-header-time {
                width: 10rem;
                height: 2rem;
                font-size: 1.6rem; } }
          .container .section-timetable-box .article-program-header-ttl {
            margin-left: 1.5rem;
            font-size: 1.5rem;
            letter-spacing: 0; }
            @media only screen and (max-width: 767px) {
              .container .section-timetable-box .article-program-header-ttl {
                font-size: 1.4rem; } }
        .container .section-timetable-box .article-program-inner {
          font-size: 1.8rem; }
          @media only screen and (max-width: 767px) {
            .container .section-timetable-box .article-program-inner {
              font-size: 1.5rem; } }
          .container .section-timetable-box .article-program-inner p {
            line-height: 1.3;
            font-weight: 700;
            padding-bottom: 1.5rem; }
          .container .section-timetable-box .article-program-inner.soon {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            padding-bottom: 4rem; }
      .container .section-timetable-box .dl-program {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #ff006d;
        padding: 1.5rem 0 0; }
        .container .section-timetable-box .dl-program > div {
          display: flex;
          justify-content: flex-start;
          flex-direction: row-reverse;
          align-items: center; }
          .container .section-timetable-box .dl-program > div dt {
            width: 100%;
            font-size: 1.8rem;
            line-height: 1.2;
            display: flex;
            flex-direction: column; }
            @media only screen and (max-width: 767px) {
              .container .section-timetable-box .dl-program > div dt {
                font-size: 1.4rem; } }
            .container .section-timetable-box .dl-program > div dt span {
              color: #ff006d;
              font-size: 1.5rem;
              margin-bottom: .5rem; }
              @media only screen and (max-width: 767px) {
                .container .section-timetable-box .dl-program > div dt span {
                  font-size: 1.2rem; } }
              .container .section-timetable-box .dl-program > div dt span span {
                font-size: 1.3rem;
                color: #fff; }
                @media only screen and (max-width: 767px) {
                  .container .section-timetable-box .dl-program > div dt span span {
                    font-size: .9rem; } }
          .container .section-timetable-box .dl-program > div dd {
            max-width: 10rem;
            width: 48%;
            flex-shrink: 0;
            margin-right: 1rem; }
            @media only screen and (max-width: 767px) {
              .container .section-timetable-box .dl-program > div dd {
                max-width: 10.5rem; } }
      .container .section-timetable-box .dl-timetable {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        @media only screen and (max-width: 767px) {
          .container .section-timetable-box .dl-timetable {
            flex-direction: column; } }
        .container .section-timetable-box .dl-timetable div {
          width: 50%;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin-bottom: 2rem; }
          @media only screen and (max-width: 767px) {
            .container .section-timetable-box .dl-timetable div {
              width: 100%;
              flex-direction: column; } }
          .container .section-timetable-box .dl-timetable div dt {
            width: 14rem;
            height: 2.7rem;
            border: 1px solid #ff006d;
            color: #ff006d;
            font-size: 2rem;
            font-family: din-2014-narrow, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center; }
            @media only screen and (max-width: 767px) {
              .container .section-timetable-box .dl-timetable div dt {
                width: 10rem;
                height: 2rem;
                font-size: 1.6rem; } }
          .container .section-timetable-box .dl-timetable div dd {
            margin-left: 1.5rem;
            font-size: 1.8rem; }
            @media only screen and (max-width: 767px) {
              .container .section-timetable-box .dl-timetable div dd {
                font-size: 1.5rem;
                margin: .5rem 0 0; } }
  .container .section-interview {
    background: rgba(102, 0, 131, 0.6);
    padding: 10rem 0;
    margin-bottom: 17.2vw;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .container .section-interview {
        padding: 10rem 0 3rem;
        margin-bottom: 0; } }
    .container .section-interview:after {
      content: "";
      width: 100%;
      height: 17.2vw;
      background: url("../img/common/bg_base_top.png") no-repeat 0% 0%;
      background-size: 100% 100%;
      transform: scaleY(-1);
      position: absolute;
      left: 0;
      bottom: -17.1vw;
      z-index: -1; }
      @media only screen and (max-width: 767px) {
        .container .section-interview:after {
          display: none; } }
    .container .section-interview-ttl {
      width: 100%;
      left: 0;
      top: -.5em;
      font-size: 9rem;
      line-height: 1;
      position: absolute;
      color: #fff;
      text-align: center;
      z-index: 2;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .container .section-interview-ttl {
          font-size: 4.6rem;
          font-weight: 600; } }
    .container .section-interview-ttls {
      width: 100%;
      left: 0;
      top: -.5em;
      font-size: 9rem;
      line-height: 1;
      position: absolute;
      color: #fff;
      text-align: center;
      z-index: 1;
      padding-left: 1.2rem;
      background: linear-gradient(-90deg, #ff006d 0%, #48158b 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media only screen and (max-width: 767px) {
        .container .section-interview-ttls {
          font-size: 4.6rem;
          font-weight: 600;
          padding-left: .6rem; } }
      .container .section-interview-ttls span {
        display: inline-block; }
    .container .section-interview .arrow-btn {
      width: 80rem;
      display: flex;
      justify-content: space-between;
      position: absolute;
      left: 50%;
      margin-left: -40rem;
      bottom: 10rem; }
      @media only screen and (max-width: 767px) {
        .container .section-interview .arrow-btn {
          width: 32rem;
          left: 0;
          margin-left: 0;
          bottom: 5rem; } }
      .container .section-interview .arrow-btn span {
        color: #fff;
        cursor: pointer;
        width: 3rem;
        height: 3rem;
        display: flex;
        justify-content: center;
        align-items: center; }
    .container .section-interview-slider {
      position: relative; }
    .container .section-interview-inner {
      width: 80rem;
      margin: 0 1rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .container .section-interview-inner {
          width: 28rem; } }
      .container .section-interview-inner iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: 1.5rem;
        overflow: hidden; }
        @media only screen and (max-width: 767px) {
          .container .section-interview-inner iframe {
            border-radius: 1rem; } }
      .container .section-interview-inner h3 {
        color: #fff;
        font-size: 2.4rem;
        padding-top: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .container .section-interview-inner h3 {
            font-size: 1.8rem; } }
      .container .section-interview-inner p {
        font-weight: 700;
        font-size: 1.4rem;
        color: #ff006d; }
        @media only screen and (max-width: 767px) {
          .container .section-interview-inner p {
            font-size: 1.2rem; } }
        .container .section-interview-inner p b {
          font-size: 1.8rem; }
          @media only screen and (max-width: 767px) {
            .container .section-interview-inner p b {
              font-size: 1.4rem; } }
  @media only screen and (max-width: 767px) {
    .container .section-outline {
      padding: 5rem 3vw 2rem; } }
  .container .section-outline-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 4rem; }
    @media only screen and (max-width: 767px) {
      .container .section-outline-header {
        padding-bottom: 2rem; } }
    .container .section-outline-header-en {
      font-size: 2rem;
      background: linear-gradient(90deg, #ff006d 0%, #48158b 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media only screen and (max-width: 767px) {
        .container .section-outline-header-en {
          font-size: 1.3rem; } }
    .container .section-outline-header-ttl {
      font-size: 3.6rem;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        .container .section-outline-header-ttl {
          font-size: 2.4rem; } }
  .container .section-outline-inner > div {
    max-width: 90rem;
    border: 1px solid #d6d6d6;
    border-radius: .3rem;
    padding: 2rem 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #fff;
    margin: 0 auto 2rem; }
    @media only screen and (max-width: 767px) {
      .container .section-outline-inner > div {
        padding: 1rem 0;
        margin: 0 0 1rem; } }
    .container .section-outline-inner > div dt {
      width: 16rem;
      border-right: 1px solid #ccc;
      flex-shrink: 0;
      font-size: 1.6rem;
      color: #003083;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding-left: 2.5rem; }
      @media only screen and (max-width: 767px) {
        .container .section-outline-inner > div dt {
          width: 8rem;
          justify-content: center;
          font-size: 1.2rem;
          line-height: 1.3;
          padding-left: 0; } }
    .container .section-outline-inner > div dd {
      width: 100%;
      font-size: 1.6rem;
      line-height: 1.3;
      padding: 1.5rem 2.5rem; }
      @media only screen and (max-width: 767px) {
        .container .section-outline-inner > div dd {
          font-size: 1.2rem;
          padding: 1rem 1.5rem; } }
      .container .section-outline-inner > div dd strong {
        font-size: 2rem; }
        @media only screen and (max-width: 767px) {
          .container .section-outline-inner > div dd strong {
            font-size: 1.4rem; } }
      .container .section-outline-inner > div dd small {
        font-size: 1.2rem; }
        @media only screen and (max-width: 767px) {
          .container .section-outline-inner > div dd small {
            font-size: .9rem; } }
      .container .section-outline-inner > div dd span {
        font-size: 1.4rem; }
        @media only screen and (max-width: 767px) {
          .container .section-outline-inner > div dd span {
            font-size: 1.1rem; } }
      .container .section-outline-inner > div dd a {
        text-decoration: underline; }
        .container .section-outline-inner > div dd a:hover {
          text-decoration: none; }
      .container .section-outline-inner > div dd img {
        width: 8.8rem;
        margin-right: 1rem;
        float: left; }
        @media only screen and (max-width: 767px) {
          .container .section-outline-inner > div dd img {
            width: 5rem; } }
  .container .section-sponsor {
    padding: 7.5vw 0; }
    .container .section-sponsor-header {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 4rem; }
      @media only screen and (max-width: 767px) {
        .container .section-sponsor-header {
          padding-bottom: 2rem; } }
      .container .section-sponsor-header-en {
        font-size: 2rem;
        background: linear-gradient(90deg, #ff006d 0%, #48158b 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media only screen and (max-width: 767px) {
          .container .section-sponsor-header-en {
            font-size: 1.3rem; } }
      .container .section-sponsor-header-ttl {
        font-size: 3.6rem;
        line-height: 1; }
        @media only screen and (max-width: 767px) {
          .container .section-sponsor-header-ttl {
            font-size: 2.4rem; } }
    .container .section-sponsor-subttl {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      font-size: 1.1rem;
      margin-bottom: 2.5rem; }
      @media only screen and (max-width: 767px) {
        .container .section-sponsor-subttl {
          font-size: 1rem;
          margin-bottom: 1.5rem; } }
      .container .section-sponsor-subttl small {
        font-size: 4.5rem;
        line-height: 1.1; }
        @media only screen and (max-width: 767px) {
          .container .section-sponsor-subttl small {
            font-size: 3rem; } }
    .container .section-sponsor-inner {
      max-width: 100rem;
      margin: 0 auto 5rem; }
      @media only screen and (max-width: 767px) {
        .container .section-sponsor-inner {
          margin: 0 1rem 2rem; } }
      .container .section-sponsor-inner-list {
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap; }
        .container .section-sponsor-inner-list li {
          width: 33.333%;
          padding: 0 1rem 2rem; }
          @media only screen and (max-width: 767px) {
            .container .section-sponsor-inner-list li {
              width: 50%;
              padding: 0 .5rem 1rem;
              font-size: 1.2rem; } }
          .container .section-sponsor-inner-list li a {
            background: #fff;
            height: 100%;
            min-height: 5rem;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 1.5em; }
            @media only screen and (max-width: 767px) {
              .container .section-sponsor-inner-list li a {
                padding: .5rem; } }
            .container .section-sponsor-inner-list li a img {
              max-width: 65%; }
              @media only screen and (max-width: 767px) {
                .container .section-sponsor-inner-list li a img {
                  max-width: 70%; } }
      .container .section-sponsor-inner.silver ul li {
        width: 20%; }
        @media only screen and (max-width: 767px) {
          .container .section-sponsor-inner.silver ul li {
            width: 33.333%; } }
      .container .section-sponsor-inner.silver .section-sponsor-subttl small {
        color: #C0C0C0; }
      .container .section-sponsor-inner.gold .section-sponsor-subttl small {
        color: #DAA520; }
      .container .section-sponsor-inner.special ul li {
        width: 27%; }
        @media only screen and (max-width: 767px) {
          .container .section-sponsor-inner.special ul li {
            width: 40%; } }
      .container .section-sponsor-inner.special .section-sponsor-subttl small {
        background: linear-gradient(90deg, #ff006d 0%, #48158b 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .container .section-sponsor-inner.platinum ul li {
        width: 50%; }
        @media only screen and (max-width: 767px) {
          .container .section-sponsor-inner.platinum ul li {
            width: 100%; } }
      .container .section-sponsor-inner.platinum .section-sponsor-subttl small {
        color: #a8a7ae; }
  .container .section-uluru {
    margin: 0 2vw 4vw;
    border-radius: 5rem;
    overflow: hidden;
    background: linear-gradient(-45deg, #a9006f 0%, #0083e6 50%, #003083 100%);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10rem 2rem;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .container .section-uluru {
        margin: 0 5vw 3rem;
        padding: 5rem 2rem 3rem;
        border-radius: 1.5rem; } }
    .container .section-uluru:before, .container .section-uluru:after {
      content: "";
      background-repeat: no-repeat;
      position: absolute;
      width: 123rem;
      height: 86rem;
      z-index: -1; }
    .container .section-uluru:before {
      background-image: url("../img/top/bg_about_u.png");
      background-size: 100% auto;
      left: 0;
      top: 0; }
    .container .section-uluru:after {
      background-image: url("../img/top/bg_about_d.png");
      background-size: 100% auto;
      bottom: 0;
      right: 0; }
    .container .section-uluru-ttl {
      color: #fff;
      font-size: 2rem;
      line-height: 1;
      border-bottom: 0.3rem solid #ff006d;
      display: flex;
      align-items: baseline;
      margin-bottom: 4rem;
      padding-bottom: 1rem; }
      @media only screen and (max-width: 767px) {
        .container .section-uluru-ttl {
          font-size: 1.3rem;
          margin-bottom: 1.5rem;
          padding-bottom: .5rem; } }
      .container .section-uluru-ttl img {
        width: 8.8rem;
        margin-left: 1rem; }
        @media only screen and (max-width: 767px) {
          .container .section-uluru-ttl img {
            width: 6rem; } }
    .container .section-uluru-catch {
      text-align: center;
      font-size: 1.6rem;
      font-weight: 700;
      padding-bottom: 2rem;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .container .section-uluru-catch {
          font-size: 1.3rem;
          padding-bottom: 0; } }
      .container .section-uluru-catch p {
        line-height: 1.3;
        padding-bottom: 1rem; }
        @media only screen and (max-width: 767px) {
          .container .section-uluru-catch p {
            line-height: 1.5; } }
      .container .section-uluru-catch strong {
        font-size: 3.6rem; }
        @media only screen and (max-width: 767px) {
          .container .section-uluru-catch strong {
            font-size: 2.2rem; } }
    .container .section-uluru-fig {
      max-width: 100rem;
      margin: 0 auto; }
    .container .section-uluru-btn {
      padding-top: 3rem; }
      @media only screen and (max-width: 767px) {
        .container .section-uluru-btn {
          padding-top: 1.5rem; } }
      .container .section-uluru-btn a {
        width: 39rem;
        height: 6rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #120848;
        color: #fff;
        border-radius: 5rem;
        font-size: 1.8rem;
        font-weight: 700;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .container .section-uluru-btn a {
            width: 24rem;
            height: 4rem;
            font-size: 1.2rem;
            line-height: 1.1; } }
        .container .section-uluru-btn a:hover {
          background: #1b4ca0; }
        .container .section-uluru-btn a span {
          margin-right: .8rem; }
          @media only screen and (max-width: 767px) {
            .container .section-uluru-btn a span {
              font-size: 1.6rem;
              margin-right: .3rem; } }
  .container .div-sponsor {
    max-width: 80rem;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: .3rem;
    position: relative;
    margin-top: 3rem;
    margin-bottom: 6vw;
    padding-bottom: 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .container .div-sponsor {
        margin: 3rem 5vw 5rem;
        padding-bottom: 1.5rem; } }
    .container .div-sponsor-en {
      font-size: 4rem;
      line-height: 1.2;
      background: linear-gradient(90deg, #ff006d 0%, #48158b 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-top: -3rem; }
      @media only screen and (max-width: 767px) {
        .container .div-sponsor-en {
          font-size: 3.2rem;
          margin-top: -2.5rem; } }
    .container .div-sponsor-ttl {
      font-size: 1.6rem;
      line-height: 1;
      padding-bottom: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .container .div-sponsor-ttl {
          font-size: 1.2rem; } }
    .container .div-sponsor-inner p {
      font-size: 3.6rem;
      font-weight: 700;
      line-height: 1.3; }
      @media only screen and (max-width: 767px) {
        .container .div-sponsor-inner p {
          font-size: 2.1rem; } }
    .container .div-sponsor-inner b {
      font-size: 4.4rem; }
      @media only screen and (max-width: 767px) {
        .container .div-sponsor-inner b {
          font-size: 2.7rem; } }
    .container .div-sponsor-inner strong {
      color: #ff006d; }

.div-fixed-btn {
  position: fixed;
  right: 0;
  bottom: 8rem;
  z-index: 99; }
  @media only screen and (max-width: 767px) {
    .div-fixed-btn {
      bottom: 0;
      width: 100%; } }
  .div-fixed-btn.fade {
    animation-name: fadeRightAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 1s; }
  @media only screen and (max-width: 767px) {
    .div-fixed-btn ul {
      display: flex;
      justify-content: space-between; } }
  .div-fixed-btn ul li {
    width: 16rem;
    margin: .5rem 0;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .div-fixed-btn ul li {
        width: 25%;
        margin: 0; } }
    .div-fixed-btn ul li a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 10rem;
      color: #fff;
      font-size: 1.8rem;
      line-height: 1.2;
      text-align: center;
      border-radius: 5rem 0 0 5rem;
      padding-left: 1rem;
      position: relative;
      z-index: 1;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .div-fixed-btn ul li a {
          height: 5rem;
          border-radius: 0;
          font-size: 1.1rem;
          padding: 0;
          overflow: visible; } }
      .div-fixed-btn ul li a:before {
        content: "";
        width: 0%;
        height: 100%;
        z-index: -1;
        opacity: .5;
        position: absolute;
        left: 0;
        top: 0;
        transition: all .5s; }
      .div-fixed-btn ul li a:hover:before {
        width: 100%; }
      .div-fixed-btn ul li a span {
        font-size: 1.6rem; }
        @media only screen and (max-width: 767px) {
          .div-fixed-btn ul li a span {
            font-size: .9rem; } }
      .div-fixed-btn ul li a small {
        font-size: 1.2rem; }
        @media only screen and (max-width: 767px) {
          .div-fixed-btn ul li a small {
            font-size: .9rem; } }
      .div-fixed-btn ul li a mark {
        background: none;
        color: #d1c26b;
        font-size: 1.1rem; }
        @media only screen and (max-width: 767px) {
          .div-fixed-btn ul li a mark {
            font-size: .9rem;
            line-height: 1;
            position: absolute;
            width: 100%;
            left: 0;
            top: -1.5rem;
            background: #d1c26b;
            border-radius: 4rem;
            color: #120848;
            padding: .3rem 0;
            letter-spacing: 0; } }
    .div-fixed-btn ul li.btn-contact a {
      background-image: linear-gradient(90deg, #ff006d 0%, #a9006f 100%); }
      .div-fixed-btn ul li.btn-contact a:before {
        background: #87147b; }
    .div-fixed-btn ul li.btn-administration a {
      background-image: linear-gradient(90deg, #120848 0%, #a9006f 100%); }
      .div-fixed-btn ul li.btn-administration a:before {
        background: #003083; }
    .div-fixed-btn ul li.btn-cio a {
      background-image: linear-gradient(90deg, #0083e6 0%, #120848 100%); }
      .div-fixed-btn ul li.btn-cio a:before {
        background: #1b4ca0; }
    .div-fixed-btn ul li.btn-company a {
      background-image: linear-gradient(90deg, #aa1fb0 0%, #1e2e96 100%); }
      .div-fixed-btn ul li.btn-company a:before {
        background: #48158b; }

@keyframes gradient {
  0% {
    background-position: 50% 100%; }
  100% {
    background-position: 50% 0%; } }
@keyframes grawidth {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes grawidtho {
  0% {
    width: 100%; }
  100% {
    width: 0%; } }
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes kuru {
  0% {
    transform: rotateY(90deg);
    opacity: 0; }
  30% {
    transform: rotateY(90deg);
    opacity: 1; }
  100% {
    transform: rotateY(0deg);
    opacity: 1; } }
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.trigger, .start {
  opacity: 0; }

.kuru {
  animation-name: none;
  transform: rotateY(90deg); }
  .kuru.trigger {
    opacity: 1; }
  .kuru.fade {
    animation-name: kuru;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: .5s; }

.delay > div, .delay > article {
  opacity: 0; }

.fadeUp {
  opacity: 0;
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: .5s; }

.fadeUUp {
  opacity: 0;
  animation-name: none; }
  .fadeUUp.fade {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: .5s; }

.fadeLeft {
  animation-name: none;
  opacity: 0; }
  .fadeLeft.fade {
    animation-name: fadeLeftAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: .5s; }

.fadeRight {
  animation-name: none;
  opacity: 0; }
  .fadeRight.fade {
    animation-name: fadeRightAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: .5s; }

/* --------------------------------------
		104 footer
-------------------------------------- */
.div-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 998; }
  @media only screen and (max-width: 767px) {
    .div-top {
      right: 1rem;
      bottom: 8rem; } }
  .div-top a {
    display: flex;
    color: #fff;
    width: 5rem;
    height: 5rem;
    align-items: center;
    justify-content: center;
    background: rgba(27, 76, 160, 0.9);
    border-radius: 50%; }
    .div-top a span {
      font-size: 1.8rem; }
      @media only screen and (max-width: 767px) {
        .div-top a span {
          font-size: 1.4rem; } }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .div-top a {
    width: 3.6rem;
    height: 3.6rem; } }

    @media only screen and (min-width: 1025px) {
      .div-top a:hover {
        opacity: 0.8; } }

.footer {
  width: 100%;
  background: linear-gradient(135deg, #003083 0%, #120848 100%);
  color: #fff;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding-bottom: 5rem; } }
  .footer-company {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vw; }
    .footer-company li {
      margin: 0 2rem; }
      .footer-company li:nth-of-type(1) img {
        width: 27rem; }
      .footer-company li:nth-of-type(2) img {
        width: 14.5rem; }
  .footer-copy {
    font-size: 1.2rem;
    height: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .footer-copy {
        font-size: .9rem;
        height: 4rem; } }
  .footer-nav {
    letter-spacing: 0;
    background: rgba(18, 8, 72, 0.3);
    padding: 1rem 0; }
    @media only screen and (max-width: 767px) {
      .footer-nav {
        font-size: 1rem; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    .footer-nav {
      display: flex;
      justify-content: center; } }

    .footer-nav ul {
      display: flex;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .footer-nav ul {
          flex-flow: wrap; } }
      .footer-nav ul li {
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .footer-nav ul li {
            width: 50%; } }
        .footer-nav ul li:after {
          content: "/";
          margin: 0 .3rem; }
          @media only screen and (max-width: 767px) {
            .footer-nav ul li:after {
              display: none; } }
        .footer-nav ul li:nth-last-of-type(1):after {
          display: none; }
        .footer-nav ul li a {
          color: #fff;
          line-height: 1.3; }
          .footer-nav ul li a:hover {
            color: #ff006d; }
          @media only screen and (max-width: 767px) {
            .footer-nav ul li a {
              display: flex;
              align-items: center;
              padding: .5rem 1rem; }
              .footer-nav ul li a:before {
                content: "\e5cc";
                font-family: "material symbols Outlined", cursive; } }
