@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Noto+Sans+JP:wght@100..900&display=swap");
.mv-section .section-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.29);
  z-index: -1; }

@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/centurygothic.ttf"); }
@font-face {
  font-family: "mb101";
  src: url("../fonts/A-OTF-GothicMB101Pro-DeBold.otf"); }
.font-gothic {
  font-family: "Century Gothic"; }

.font-sans {
  font-family: "Noto Sans JP"; }

.font-mb {
  font-family: "mb101"; }

.workflow-item::before, .faq-list__contents .faq-item .question::before, .festival-section .community .title, .festival-section .community .value-contents .value-item::after, .flow-section .contents .content-item::before, .price-section .cta-btn__area .cm-text, .faq-section .faq-wrapper .contents .faq-item .question::before, footer#footer .back-to-top .inner {
  font-family: "Century Gothic"; }

.price-section .price-table table tbody tr td span.value-txt {
  font-family: "mb101"; }

html {
  font-size: 16px;
  margin: 0; }

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.5;
  letter-spacing: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-size: inherit;
  margin: 0;
  padding: 0;
  font-weight: inherit; }

a {
  text-decoration: none;
  color: inherit; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

figure img,
picture img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

main#main {
  overflow-x: hidden; }

section {
  position: relative; }

.s-padding {
  padding: 100px 0; }

.m-container {
  max-width: 840px;
  margin: auto;
  padding: 0 14px; }
  @media only screen and (max-width: 768px) {
    .m-container {
      max-width: 700px; } }

.c-container {
  max-width: 740px;
  margin: auto;
  padding: 0 14px; }
  @media only screen and (max-width: 768px) {
    .c-container {
      max-width: 700px; } }

.hidden {
  display: none; }

.orange-txt {
  color: #fd8602; }

.blue-txt {
  color: #123d8f; }

.cta-btn {
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  max-width: 550px; }
  .cta-btn figcaption {
    text-align: center !important; }
  @media only screen and (max-width: 768px) {
    .cta-btn {
      margin-top: 45px; } }
  .cta-btn a {
    display: block;
    width: 100%;
    transition: .3s ease; }
    .cta-btn a:hover {
      opacity: .8; }
    .cta-btn a img {
      user-select: none;
      -webkit-user-drag: none; }
  .cta-btn .cta-desc {
    text-align: center;
    font-size: 17px; }

.fadeImgIn {
  opacity: 1; }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 49;
  background-color: #f1f1f1;
  display: grid;
  place-content: center; }
  .loader .loader-inner {
    width: 48px;
    height: 48px;
    border: 3px dotted #f39800;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite; }
    .loader .loader-inner::after {
      content: '';
      box-sizing: border-box;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      border: 3px dotted #FF3D00;
      border-style: solid solid dotted;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      animation: rotationBack 1s linear infinite;
      transform-origin: center center; }
@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotationBack {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
.gsap-blur-text {
  opacity: 0;
  filter: blur(20px); }

br.sp-only {
  display: none; }
  @media only screen and (max-width: 768px) {
    br.sp-only {
      display: block; } }

br.pc-only {
  display: block; }
  @media only screen and (max-width: 768px) {
    br.pc-only {
      display: none; } }

.checkbox-style-ul li {
  position: relative;
  font-size: 23px;
  line-height: 1.2;
  padding-left: 50px;
  letter-spacing: 0.075em; }
  @media only screen and (max-width: 576px) {
    .checkbox-style-ul li {
      font-size: 17px; } }
  .checkbox-style-ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url("../image/checkbox.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 25px; }
    @media only screen and (max-width: 576px) {
      .checkbox-style-ul li::before {
        width: 25px;
        height: 20px; } }
  .checkbox-style-ul li span {
    color: #105996;
    background: linear-gradient(to bottom, transparent, transparent 60%, #fbe0d2 60%); }
  .checkbox-style-ul li + li {
    margin-top: 15px; }

.col-white-border-content-item {
  display: flex;
  gap: 35px;
  align-items: center;
  margin-top: 50px;
  padding: 50px 34px;
  border-radius: 20px;
  border: 5px solid #fff;
  background-color: transparent; }
  @media only screen and (max-width: 768px) {
    .col-white-border-content-item {
      flex-direction: column;
      max-width: 400px;
      padding: 40px;
      justify-content: center;
      margin: auto;
      margin-top: 40px; } }
  @media only screen and (max-width: 576px) {
    .col-white-border-content-item {
      background-color: #fff; } }
  .col-white-border-content-item .img-area {
    width: 45%;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .col-white-border-content-item .img-area {
        width: 90%;
        margin: auto; } }
    .col-white-border-content-item .img-area img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .col-white-border-content-item .detail-area .content-title {
    font-size: 28px;
    color: #f79117;
    font-weight: 700; }
    @media only screen and (max-width: 576px) {
      .col-white-border-content-item .detail-area .content-title {
        text-align: center;
        font-size: 24px; } }
    .col-white-border-content-item .detail-area .content-title .blue-txt {
      color: #105996; }
  .col-white-border-content-item .detail-area .description {
    margin-top: 45px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.75; }
    @media only screen and (max-width: 576px) {
      .col-white-border-content-item .detail-area .description {
        margin-top: 20px; } }

.workflow-item {
  position: relative;
  border-radius: 16px;
  background-color: #fff;
  padding: 60px 22px 30px;
  counter-increment: index; }
  .workflow-item .img-area img {
    display: block;
    margin: auto; }
  .workflow-item::before {
    content: counter(index);
    position: absolute;
    top: -61px;
    left: 50%;
    width: 85px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #53567f;
    transform: translateX(-50%);
    color: #fff;
    font-size: 37px;
    line-height: 1;
    font-weight: 700;
    border-radius: 50%; }
    @media only screen and (max-width: 576px) {
      .workflow-item::before {
        width: 60px;
        font-size: 32px;
        top: -34px; } }
  .workflow-item::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    width: 15px;
    height: 12px;
    background-color: #53567f;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%); }
  @media only screen and (max-width: 768px) {
    .workflow-item {
      display: flex !important;
      flex-wrap: nowrap !important;
      flex-direction: row !important;
      justify-content: center !important;
      margin: auto;
      padding: 40px 20px;
      gap: 20px !important; }
      .workflow-item .img-area {
        width: 40% !important;
        min-width: 160px !important;
        flex-shrink: 0 !important; }
      .workflow-item .detail-area {
        flex: auto !important; }
        .workflow-item .detail-area h3 {
          font-size: 29px !important;
          text-align: left !important; }
          .workflow-item .detail-area h3 strong {
            font-weight: 700 !important; }
        .workflow-item .detail-area p {
          font-size: 25px !important;
          text-align: left !important; }
          .workflow-item .detail-area p strong {
            font-weight: 500; } }
  @media only screen and (max-width: 576px) {
    .workflow-item {
      flex-direction: column !important; }
      .workflow-item .detail-area h3 {
        font-size: 26px !important;
        text-align: center !important; }
        .workflow-item .detail-area h3 strong {
          font-weight: 700 !important; }
      .workflow-item .detail-area p {
        font-size: 18px !important;
        text-align: center !important; }
        .workflow-item .detail-area p strong {
          font-weight: 500; } }
  .workflow-item .detail-area {
    margin-top: 26px;
    text-align: center; }
    .workflow-item .detail-area .content-title {
      font-size: 20px;
      line-height: 1;
      color: #53567f;
      font-weight: 700; }
    .workflow-item .detail-area .description {
      margin-top: 22px;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.03em; }

.faq-list__contents .faq-item {
  background-color: #fef6f0;
  padding: 30px 40px;
  border-radius: 10px; }
  @media only screen and (max-width: 768px) {
    .faq-list__contents .faq-item {
      padding: 20px 40px 20px 20px !important; } }
  .faq-list__contents .faq-item .question {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.14em;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .faq-list__contents .faq-item .question {
        font-size: 18px; }
        .faq-list__contents .faq-item .question h3 {
          font-size: 18px !important; } }
    .faq-list__contents .faq-item .question::before {
      content: "Q";
      position: relative;
      padding-right: 68px;
      font-size: 41px;
      line-height: 1;
      color: #f39800;
      font-weight: 900; }
      @media only screen and (max-width: 768px) {
        .faq-list__contents .faq-item .question::before {
          padding-right: 30px;
          font-size: 30px; } }
      @media only screen and (max-width: 576px) {
        .faq-list__contents .faq-item .question::before {
          padding-right: 20px; } }
    .faq-list__contents .faq-item .question::after {
      content: "\f067";
      position: absolute;
      right: 0;
      font-family: "Font Awesome 5 Free";
      font-weight: 700;
      font-size: 18px; }
      @media only screen and (max-width: 576px) {
        .faq-list__contents .faq-item .question::after {
          right: -20px; } }
    .faq-list__contents .faq-item .question.active::after {
      content: "\f068"; }
  .faq-list__contents .faq-item .answer {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    padding-left: 60px;
    margin-top: 20px;
    display: none; }
  .faq-list__contents .faq-item + .faq-item {
    margin-top: 22px; }

.mv-section {
  position: relative;
  z-index: 48; }
  .mv-section h1 {
    font-weight: 900 !important; }
    .mv-section h1 strong {
      font-weight: 900 !important; }
    @media only screen and (max-width: 576px) {
      .mv-section h1 {
        font-size: 28px !important; } }
  .mv-section .section-inner {
    position: relative;
    height: 652px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    .mv-section .section-inner.video-mask {
      clip-path: ellipse(0% 0% at 50% -50%); }
    .mv-section .section-inner .section-title {
      position: relative;
      z-index: 2;
      color: #fff;
      font-size: 50px;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        .mv-section .section-inner .section-title {
          font-size: 30px; } }
    .mv-section .section-inner .top-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -2; }
      .mv-section .section-inner .top-video > div {
        width: 100%;
        height: 100%; }
      .mv-section .section-inner .top-video figure {
        width: 100%;
        height: 100%; }
      .mv-section .section-inner .top-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .mv-section .section-inner .wave {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -6px; }

.online-community-section {
  padding: 20px 0 100px;
  background-color: #fef6f0;
  z-index: 50; }
  @media only screen and (max-width: 768px) {
    .online-community-section {
      padding: 20px 0 80px !important; } }
  .online-community-section .avatar-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between; }
    .online-community-section .avatar-group img {
      flex: 0 0 auto; }
      .online-community-section .avatar-group img:nth-child(2) {
        transform: translateY(72px); }
      .online-community-section .avatar-group img:nth-child(3) {
        transform: translateY(46px); }
      .online-community-section .avatar-group img:nth-child(4) {
        transform: translateY(-10px); }
      @media only screen and (max-width: 576px) {
        .online-community-section .avatar-group img:nth-child(2) {
          transform: translateY(40px); }
        .online-community-section .avatar-group img:nth-child(3) {
          transform: translateY(30px); }
        .online-community-section .avatar-group img:nth-child(4) {
          transform: translateY(-10px); } }
  @media only screen and (max-width: 768px) {
    .online-community-section .event-title {
      padding-top: 100px !important; } }
  @media only screen and (max-width: 576px) {
    .online-community-section .event-title {
      padding-top: 60px !important; } }
  .online-community-section .event-title h2 {
    font-size: 27px;
    font-weight: 700;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .online-community-section .event-title h2 {
        font-size: 36px !important;
        font-weight: 900; }
        .online-community-section .event-title h2 strong {
          font-weight: 900; } }
    @media only screen and (max-width: 576px) {
      .online-community-section .event-title h2 {
        font-size: 19px !important; } }
    @media only screen and (max-width: 375px) {
      .online-community-section .event-title h2 {
        font-size: 14px !important; } }
  @media only screen and (max-width: 768px) {
    .online-community-section .event-desc {
      padding-top: 50px !important; } }
  @media only screen and (max-width: 576px) {
    .online-community-section .event-desc {
      padding-top: 40px !important; } }
  .online-community-section .event-desc .mtext p {
    text-align: center;
    font-size: 37px !important;
    line-height: 2;
    font-weight: 700; }
    .online-community-section .event-desc .mtext p.lg-txt {
      font-size: 47px !important; }
    @media only screen and (max-width: 576px) {
      .online-community-section .event-desc .mtext p {
        font-size: 24px !important; }
        .online-community-section .event-desc .mtext p.lg-txt {
          font-size: 32px !important; }
          .online-community-section .event-desc .mtext p.lg-txt strong {
            font-weight: 900 !important; } }

.concerns-section {
  background-color: #f1f1f1;
  padding: 100px 0 0; }
  .concerns-section::after {
    content: "";
    position: absolute;
    bottom: -160px;
    left: calc(50% - 17px);
    width: 34px;
    height: 204px;
    background: url("../image/arrow-down.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3; }
  @media only screen and (max-width: 576px) {
    .concerns-section {
      padding: 80px 0 0 !important; }
      .concerns-section::after {
        bottom: -85px;
        height: 150px; } }
  .concerns-section .section-title_group {
    gap: 0 !important;
    align-items: flex-end !important; }
    @media only screen and (max-width: 768px) {
      .concerns-section .section-title_group p {
        white-space: nowrap;
        font-size: 24px !important; }
        .concerns-section .section-title_group p.lg-txt {
          font-size: 28px !important; } }
    @media only screen and (max-width: 768px) {
      .concerns-section .section-title_group p {
        font-size: 20px !important; }
        .concerns-section .section-title_group p.lg-txt {
          font-size: 24px !important; } }
  .concerns-section .section-title {
    font-size: 36px;
    line-height: 1;
    color: #4b4b4b;
    text-align: center;
    font-weight: 700; }
    @media only screen and (max-width: 576px) {
      .concerns-section .section-title p {
        white-space: nowrap;
        font-size: 20px !important; }
        .concerns-section .section-title p.lg-txt {
          font-size: 24px !important; } }
    .concerns-section .section-title span {
      font-size: 43px; }
    @media only screen and (max-width: 576px) {
      .concerns-section .section-title {
        font-size: 24px; }
        .concerns-section .section-title span {
          font-size: 32px; } }
  .concerns-section .concerns-list {
    background-color: #fff;
    padding: 60px 70px; }
    @media only screen and (max-width: 576px) {
      .concerns-section .concerns-list {
        padding: 40px 30px; } }
    .concerns-section .concerns-list ul li {
      position: relative;
      font-size: 23px;
      line-height: 1.2;
      padding-left: 50px;
      letter-spacing: 0.075em; }
      @media only screen and (max-width: 576px) {
        .concerns-section .concerns-list ul li {
          font-size: 17px; } }
      .concerns-section .concerns-list ul li::before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 2px;
        background-image: url("../image/checkbox.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 30px;
        height: 25px; }
        @media only screen and (max-width: 576px) {
          .concerns-section .concerns-list ul li::before {
            width: 25px;
            height: 20px; } }
      .concerns-section .concerns-list ul li span {
        color: #105996;
        background: linear-gradient(to bottom, transparent, transparent 60%, #fbe0d2 60%); }
      .concerns-section .concerns-list ul li + li {
        margin-top: 15px; }
  .concerns-section .section-footer {
    padding-top: 70px;
    display: flex;
    padding-left: 70px;
    gap: 10px; }
    @media only screen and (max-width: 768px) {
      .concerns-section .section-footer {
        padding-top: 50px !important;
        padding-left: 10px !important;
        flex-wrap: nowrap !important; } }
    .concerns-section .section-footer .mtext {
      flex: auto;
      font-size: 30px;
      font-weight: 700;
      color: #4b4b4b;
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 768px) {
        .concerns-section .section-footer .mtext p {
          font-size: 26px !important;
          white-space: nowrap; } }
      @media only screen and (max-width: 576px) {
        .concerns-section .section-footer .mtext {
          font-size: 24px;
          padding-bottom: 40px !important; }
          .concerns-section .section-footer .mtext p {
            font-size: 17px !important; } }
    .concerns-section .section-footer .img-field {
      width: 254px;
      margin-top: -140px;
      margin-right: -20px;
      flex-shrink: 0;
      position: relative;
      z-index: 1; }
      @media only screen and (max-width: 768px) {
        .concerns-section .section-footer .img-field {
          width: 200px !important;
          margin-right: auto;
          margin-left: auto;
          margin-top: -120px; }
          .concerns-section .section-footer .img-field img {
            display: block;
            margin: auto;
            transform: translateY(10px); } }
      @media only screen and (max-width: 576px) {
        .concerns-section .section-footer .img-field {
          width: 100px !important;
          margin-top: -80px; }
          .concerns-section .section-footer .img-field img {
            transform: translateY(30px); } }
      .concerns-section .section-footer .img-field img {
        width: 100%; }
  @media only screen and (max-width: 768px) {
    .concerns-section .checkbox-list__contents .ul-list {
      padding: 40px !important; } }
  @media only screen and (max-width: 576px) {
    .concerns-section .checkbox-list__contents .ul-list {
      padding: 20px !important; } }
  @media only screen and (max-width: 768px) {
    .concerns-section .checkbox-list__contents .ul-list .checkbox-style-ul li {
      font-size: 20px !important;
      padding-left: 40px !important; } }
  @media only screen and (max-width: 576px) {
    .concerns-section .checkbox-list__contents .ul-list .checkbox-style-ul li {
      font-size: 15px !important;
      padding-left: 30px !important; }
      .concerns-section .checkbox-list__contents .ul-list .checkbox-style-ul li::before {
        width: 20px;
        height: 20px; } }

.festival-section {
  background-color: #105996;
  padding: 254px 0;
  z-index: 2; }
  @media print, screen and (min-width: 769px) {
    .festival-section {
      clip-path: polygon(0 0, 50% 50px, 100% 0, 100% 100%, 0 100%);
      margin-top: -50px; } }
  @media only screen and (max-width: 768px) {
    .festival-section {
      padding: 180px 0 !important; } }
  @media only screen and (max-width: 576px) {
    .festival-section {
      padding: 140px 0 !important; } }
  .festival-section .help .title {
    position: relative;
    display: block;
    width: fit-content;
    color: #fff;
    font-size: 45px;
    text-align: center;
    font-weight: 700;
    margin: auto; }
    @media only screen and (max-width: 576px) {
      .festival-section .help .title {
        font-size: 28px; }
        .festival-section .help .title h2 {
          font-size: 24px !important; } }
    .festival-section .help .title::before {
      content: "";
      width: 120%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      background: url("../image/star1.png");
      background-size: contain;
      background-repeat: no-repeat;
      transform: translateX(-50%); }
      @media only screen and (max-width: 576px) {
        .festival-section .help .title::before {
          width: 110%; } }
  .festival-section .help .member-group__image img {
    display: block;
    margin: auto; }
  .festival-section .community .title {
    position: relative;
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 60px;
    color: #fff;
    font-size: 87px;
    font-weight: 700;
    line-height: 1;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .festival-section .community .title {
        font-size: 60px; }
        .festival-section .community .title h2 {
          font-size: 80px !important; } }
    @media only screen and (max-width: 576px) {
      .festival-section .community .title {
        font-size: 43px; }
        .festival-section .community .title h2 {
          font-size: 44px !important; } }
    .festival-section .community .title::before {
      content: "";
      width: 125%;
      height: 160%;
      position: absolute;
      top: -10%;
      left: 50%;
      background: url("../image/star2.png");
      background-size: contain;
      background-repeat: no-repeat;
      transform: translateX(-50%); }
  .festival-section .community .catch1 .desc {
    padding-top: 80px !important; }
    .festival-section .community .catch1 .desc p {
      font-size: 28px !important;
      padding-bottom: 10px !important;
      padding-top: 10px !important; }
      @media only screen and (max-width: 576px) {
        .festival-section .community .catch1 .desc p {
          font-size: 17px !important;
          padding-left: 10px !important;
          padding-right: 10px !important; } }
  @media only screen and (max-width: 576px) {
    .festival-section .community .catch2 p {
      font-size: 32px !important; } }
  .festival-section .community .desc {
    margin: auto;
    text-align: center;
    color: #fff;
    display: block;
    width: fit-content; }
    .festival-section .community .desc p {
      font-size: 43px;
      font-weight: 700;
      letter-spacing: 0.075em; }
      @media only screen and (max-width: 576px) {
        .festival-section .community .desc p {
          font-size: 36px; } }
      .festival-section .community .desc p.orange-bg {
        font-size: 32px;
        background-color: #f39800;
        margin-bottom: 30px;
        padding: 10px 30px; }
        @media only screen and (max-width: 576px) {
          .festival-section .community .desc p.orange-bg {
            font-size: 28px; } }
  .festival-section .community .value-contents {
    width: 100%;
    margin-top: 70px;
    counter-reset: index; }
    .festival-section .community .value-contents .value-item {
      width: 100%;
      position: relative;
      padding: 40px;
      background-color: #fff;
      border: 2px solid #f39800;
      border-radius: 24px;
      counter-increment: index;
      z-index: 0; }
      @media only screen and (max-width: 576px) {
        .festival-section .community .value-contents .value-item {
          padding: 40px 10px 20px 10px !important;
          border-radius: 16px; } }
      .festival-section .community .value-contents .value-item::after {
        content: "0" counter(index);
        position: absolute;
        top: -20px;
        left: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90px;
        aspect-ratio: 1/1;
        background-color: #f39800;
        border-radius: 50%;
        line-height: 1;
        font-size: 41px;
        font-weight: 700;
        color: #fff; }
        @media only screen and (max-width: 768px) {
          .festival-section .community .value-contents .value-item::after {
            top: -45px; } }
        @media only screen and (max-width: 576px) {
          .festival-section .community .value-contents .value-item::after {
            width: 60px;
            top: -30px;
            left: 30px;
            font-size: 26px; } }
      .festival-section .community .value-contents .value-item .value-item__inner {
        position: relative;
        width: 100%; }
        .festival-section .community .value-contents .value-item .value-item__inner .value-title {
          font-size: 32px;
          text-align: center;
          color: #f39800;
          line-height: 1.25; }
          @media only screen and (max-width: 576px) {
            .festival-section .community .value-contents .value-item .value-item__inner .value-title {
              font-size: 20px !important; } }
        .festival-section .community .value-contents .value-item .value-item__inner .value-content {
          position: relative;
          margin-top: 40px;
          padding: 40px;
          width: 100%; }
          @media only screen and (max-width: 768px) {
            .festival-section .community .value-contents .value-item .value-item__inner .value-content {
              padding: 40px 0 100px; } }
          @media only screen and (max-width: 576px) {
            .festival-section .community .value-contents .value-item .value-item__inner .value-content {
              margin-top: 30px;
              padding: 30px 0 100px; } }
          .festival-section .community .value-contents .value-item .value-item__inner .value-content::before {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            width: 90%;
            height: 4px;
            background-image: radial-gradient(circle, #c4c4c4 2px, transparent 2px);
            background-size: 12px 4px;
            background-repeat: repeat-x;
            transform: translateX(-50%); }
          .festival-section .community .value-contents .value-item .value-item__inner .value-content p {
            font-size: 21px;
            line-height: 2;
            letter-spacing: 0.05em; }
            @media only screen and (max-width: 576px) {
              .festival-section .community .value-contents .value-item .value-item__inner .value-content p {
                font-size: 14px !important; } }
        .festival-section .community .value-contents .value-item .value-item__inner img {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 151px;
          height: auto;
          z-index: -1; }
          @media only screen and (max-width: 576px) {
            .festival-section .community .value-contents .value-item .value-item__inner img {
              width: 100px; } }
      .festival-section .community .value-contents .value-item + .value-item {
        margin-top: 60px; }

.rich-content-section {
  background-color: #eaf2fd;
  padding: 174px 0; }
  @media only screen and (max-width: 576px) {
    .rich-content-section {
      padding-top: 100px !important;
      padding-bottom: 100px !important; } }
  .rich-content-section .blue-bg {
    text-align: center;
    width: fit-content;
    margin: auto;
    padding: 10px 50px;
    font-size: 32px;
    color: #fff;
    background-color: #105996; }
    @media only screen and (max-width: 768px) {
      .rich-content-section .blue-bg h2 {
        font-size: 30px !important; } }
    @media only screen and (max-width: 576px) {
      .rich-content-section .blue-bg {
        width: 100%;
        padding: 10px 0;
        padding-left: 20px !important;
        padding-right: 20px !important; }
        .rich-content-section .blue-bg h2 {
          font-size: 18px !important; } }
  @media only screen and (max-width: 576px) {
    .rich-content-section h2 {
      font-size: 18px !important; } }
  .rich-content-section .blue-txt {
    text-align: center;
    color: #105996;
    font-size: 43px; }
    @media only screen and (max-width: 768px) {
      .rich-content-section .blue-txt p {
        font-size: 40px !important; }
        .rich-content-section .blue-txt p strong {
          font-weight: 900 !important; } }
    @media only screen and (max-width: 576px) {
      .rich-content-section .blue-txt p {
        font-size: 32px !important; } }
  .rich-content-section .contents .col-white-border-content-item {
    max-width: 100% !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important; }
    @media only screen and (max-width: 768px) {
      .rich-content-section .contents .col-white-border-content-item {
        padding: 20px !important; } }
    @media only screen and (max-width: 576px) {
      .rich-content-section .contents .col-white-border-content-item {
        gap: 20px !important;
        flex-direction: column !important;
        padding: 0 !important; }
        .rich-content-section .contents .col-white-border-content-item figure {
          height: 220px !important;
          border-radius: 10px !important;
          overflow: hidden !important; }
        .rich-content-section .contents .col-white-border-content-item .img-area {
          width: 100% !important;
          aspect-ratio: unset !important; }
        .rich-content-section .contents .col-white-border-content-item > .wp-block-group:last-child {
          padding: 0 10px 10px !important; }
          .rich-content-section .contents .col-white-border-content-item > .wp-block-group:last-child .wp-block-group__inner-container > .wp-block-group:first-child {
            gap: 0 !important;
            justify-content: center !important; }
            .rich-content-section .contents .col-white-border-content-item > .wp-block-group:last-child .wp-block-group__inner-container > .wp-block-group:first-child h3 {
              font-size: 20px !important; }
          .rich-content-section .contents .col-white-border-content-item > .wp-block-group:last-child .wp-block-group__inner-container > .wp-block-group:last-child {
            padding-top: 20px !important; }
            .rich-content-section .contents .col-white-border-content-item > .wp-block-group:last-child .wp-block-group__inner-container > .wp-block-group:last-child p {
              font-size: 14px !important;
              line-height: 1.75 !important; }
              .rich-content-section .contents .col-white-border-content-item > .wp-block-group:last-child .wp-block-group__inner-container > .wp-block-group:last-child p strong {
                font-weight: 500; } }
  .rich-content-section .contents .content-item {
    display: flex;
    gap: 35px;
    align-items: center;
    margin-top: 50px;
    padding: 50px 34px;
    border-radius: 20px;
    border: 5px solid #fff;
    background-color: transparent; }
    @media only screen and (max-width: 768px) {
      .rich-content-section .contents .content-item {
        flex-direction: column;
        max-width: 400px;
        padding: 40px;
        justify-content: center;
        margin: auto;
        margin-top: 40px; } }
    @media only screen and (max-width: 576px) {
      .rich-content-section .contents .content-item {
        background-color: #fff; } }
    .rich-content-section .contents .content-item .img-area {
      width: 45%;
      flex-shrink: 0;
      aspect-ratio: 1/1;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .rich-content-section .contents .content-item .img-area {
          width: 90%;
          margin: auto; } }
      .rich-content-section .contents .content-item .img-area img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .rich-content-section .contents .content-item .detail-area .content-title {
      font-size: 28px;
      color: #f79117;
      font-weight: 700; }
      @media only screen and (max-width: 576px) {
        .rich-content-section .contents .content-item .detail-area .content-title {
          text-align: center;
          font-size: 24px; } }
      .rich-content-section .contents .content-item .detail-area .content-title .blue-txt {
        color: #105996; }
    .rich-content-section .contents .content-item .detail-area .description {
      margin-top: 45px;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 0.05em;
      line-height: 1.75; }
      @media only screen and (max-width: 576px) {
        .rich-content-section .contents .content-item .detail-area .description {
          margin-top: 20px; } }

.flow-section {
  background-color: #dedfe9; }
  .flow-section h2 {
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    color: #53567f; }
    @media only screen and (max-width: 768px) {
      .flow-section h2 {
        font-size: 36px !important;
        font-weight: 900 !important; }
        .flow-section h2 strong {
          font-weight: 900 !important; } }
  .flow-section .contents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 21px;
    counter-reset: index;
    padding-top: 100px; }
    @media only screen and (max-width: 768px) {
      .flow-section .contents {
        grid-template-columns: 1fr !important;
        padding-top: 100px !important;
        gap: 80px; } }
    .flow-section .contents .content-item {
      position: relative;
      border-radius: 16px;
      background-color: #fff;
      padding: 60px 22px 30px;
      counter-increment: index; }
      .flow-section .contents .content-item .img-area img {
        display: block;
        margin: auto; }
      @media only screen and (max-width: 768px) {
        .flow-section .contents .content-item {
          margin: auto;
          padding: 40px 20px; } }
      .flow-section .contents .content-item::before {
        content: counter(index);
        position: absolute;
        top: -61px;
        left: 50%;
        width: 85px;
        aspect-ratio: 1/1;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #53567f;
        transform: translateX(-50%);
        color: #fff;
        font-size: 37px;
        line-height: 1;
        font-weight: 700;
        border-radius: 50%; }
        @media only screen and (max-width: 576px) {
          .flow-section .contents .content-item::before {
            width: 60px;
            font-size: 32px;
            top: -34px; } }
      .flow-section .contents .content-item::after {
        content: "";
        position: absolute;
        top: 20px;
        left: 50%;
        width: 15px;
        height: 12px;
        background-color: #53567f;
        transform: translateX(-50%);
        clip-path: polygon(0 0, 100% 0, 50% 100%); }
      .flow-section .contents .content-item .detail-area {
        margin-top: 26px;
        text-align: center; }
        .flow-section .contents .content-item .detail-area .content-title {
          font-size: 20px;
          line-height: 1;
          color: #53567f;
          font-weight: 700; }
        .flow-section .contents .content-item .detail-area .description {
          margin-top: 22px;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 0.03em; }

.price-section {
  padding: 140px 0; }
  @media only screen and (max-width: 768px) {
    .price-section {
      padding: 80px 0 !important; }
      .price-section h2 {
        font-size: 36px !important; }
        .price-section h2 strong {
          font-weight: 900 !important; } }
  .price-section .section-title {
    font-size: 43px;
    font-weight: 700;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .price-section .section-title {
        font-size: 32px; } }
  .price-section .price-table {
    margin-top: 78px; }
    @media only screen and (max-width: 576px) {
      .price-section .price-table {
        overflow-x: auto;
        margin-top: 50px; } }
    .price-section .price-table table {
      table-layout: auto;
      width: 100%;
      border-spacing: 10px 0;
      font-size: 17px;
      font-weight: 500;
      vertical-align: middle;
      overflow: auto;
      border-collapse: separate; }
      @media only screen and (max-width: 576px) {
        .price-section .price-table table {
          border-spacing: 5px 0;
          font-size: 15px;
          margin: auto; } }
      .price-section .price-table table thead {
        border: unset; }
        .price-section .price-table table thead th {
          color: #fff;
          font-size: 26px;
          font-weight: 700;
          line-height: 1;
          padding: 36px 0;
          border-radius: 16px 16px 0 0;
          text-align: center;
          border: unset;
          white-space: nowrap; }
          @media only screen and (max-width: 576px) {
            .price-section .price-table table thead th {
              font-size: 15px;
              padding: 20px 0;
              border-radius: 10px 10px 0 0; } }
          .price-section .price-table table thead th:nth-child(2) {
            background-color: #ffbc4d; }
          .price-section .price-table table thead th:nth-child(3) {
            background-color: #f39800; }
      .price-section .price-table table tbody tr td {
        padding: 15px 15px;
        text-align: center;
        border: unset;
        white-space: nowrap; }
        @media only screen and (max-width: 576px) {
          .price-section .price-table table tbody tr td {
            padding: 10px 3px;
            font-size: 13px; } }
        .price-section .price-table table tbody tr td:nth-child(1) {
          border-bottom: 2px dotted #999999;
          text-align: left;
          background-color: #fff; }
          @media only screen and (max-width: 576px) {
            .price-section .price-table table tbody tr td:nth-child(1) {
              width: fit-content;
              font-size: 11px;
              position: sticky;
              left: 0;
              z-index: 1; } }
        .price-section .price-table table tbody tr td:nth-child(2) {
          border-left: 1px solid #ffbc4d;
          border-right: 1px solid #ffbc4d; }
        .price-section .price-table table tbody tr td:nth-child(3) {
          border-left: 1px solid #f39800;
          border-right: 1px solid #f39800; }
        .price-section .price-table table tbody tr td span.value-txt {
          font-size: 36px;
          color: #ff6600; }
          .price-section .price-table table tbody tr td span.value-txt.text-gray {
            color: #999999; }
          @media only screen and (max-width: 768px) {
            .price-section .price-table table tbody tr td span.value-txt {
              font-size: 20px; } }
          @media only screen and (max-width: 576px) {
            .price-section .price-table table tbody tr td span.value-txt {
              font-size: 16px; } }
      .price-section .price-table table tbody tr:nth-child(even) td:nth-child(n+2) {
        background-color: #fef6f0;
        padding: 15px 50px; }
        @media only screen and (max-width: 768px) {
          .price-section .price-table table tbody tr:nth-child(even) td:nth-child(n+2) {
            padding: 15px 5px; } }
      .price-section .price-table table tbody tr:last-child td:nth-child(1) {
        border-bottom: unset; }
      .price-section .price-table table tbody tr:last-child td:nth-child(2) {
        border-bottom: 1px solid #ffbc4d; }
      .price-section .price-table table tbody tr:last-child td:nth-child(3) {
        border-bottom: 1px solid #f39800; }
  .price-section .cta-btn__area {
    padding-top: 110px; }
    @media only screen and (max-width: 768px) {
      .price-section .cta-btn__area {
        padding-top: 80px !important; } }
    @media only screen and (max-width: 576px) {
      .price-section .cta-btn__area {
        padding-top: 60px !important; } }
    .price-section .cta-btn__area .cm-text {
      position: relative;
      width: fit-content;
      margin: auto;
      text-align: center;
      font-weight: 700;
      font-size: 75px;
      line-height: 1;
      color: #f39800; }
      @media only screen and (max-width: 768px) {
        .price-section .cta-btn__area .cm-text {
          font-size: 54px; }
          .price-section .cta-btn__area .cm-text p {
            font-size: 54px !important; } }
      @media only screen and (max-width: 576px) {
        .price-section .cta-btn__area .cm-text p {
          font-size: 45px !important; } }
      .price-section .cta-btn__area .cm-text::before {
        content: "";
        width: 125%;
        height: 160%;
        position: absolute;
        top: 0;
        left: 50%;
        background: url("../image/star3.png");
        background-size: contain;
        background-repeat: no-repeat;
        transform: translateX(-50%); }

.voice-section {
  position: relative;
  margin-top: -60px;
  background-color: #eaf2fd;
  padding: 200px 0 190px;
  clip-path: polygon(0 0, 50% 60px, 100% 0, 100% 100%, 0 100%); }
  @media only screen and (max-width: 768px) {
    .voice-section {
      padding: 120px 0 80px !important; }
      .voice-section h2 {
        font-size: 36px !important; }
        .voice-section h2 strong {
          font-weight: 900 !important; } }
  .voice-section .section-title {
    font-size: 43px;
    color: #105996;
    font-weight: 700;
    text-align: center; }
  .voice-section .contents {
    padding-top: 75px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 38px; }
    @media only screen and (max-width: 768px) {
      .voice-section .contents {
        grid-template-columns: 1fr !important;
        gap: 30px;
        padding-top: 50px !important; }
        .voice-section .contents .content-item > .wp-block-group__inner-container {
          display: flex !important;
          align-items: center !important;
          gap: 20px !important; }
          .voice-section .contents .content-item > .wp-block-group__inner-container .user-info {
            flex-direction: column !important; } }
    @media only screen and (max-width: 576px) {
      .voice-section .contents {
        gap: 20px; } }
    @media only screen and (max-width: 375px) {
      .voice-section .contents .content-item > .wp-block-group__inner-container {
        flex-direction: column !important; }
        .voice-section .contents .content-item > .wp-block-group__inner-container .user-info {
          flex-direction: column !important; }
          .voice-section .contents .content-item > .wp-block-group__inner-container .user-info .user-name {
            align-items: center !important; } }
    .voice-section .contents .content-item {
      background-color: #fff;
      padding: 35px;
      border-radius: 16px; }
      @media only screen and (max-width: 768px) {
        .voice-section .contents .content-item {
          padding: 25px !important; } }
      @media only screen and (max-width: 576px) {
        .voice-section .contents .content-item {
          padding: 20px !important; } }
      .voice-section .contents .content-item .user-info {
        display: flex;
        align-items: center;
        gap: 18px; }
        .voice-section .contents .content-item .user-info .user-avatar {
          flex-shrink: 0;
          width: 152px;
          aspect-ratio: 1/1;
          border-radius: 50%;
          overflow: hidden;
          border: 2px solid #7a4e4e; }
          @media only screen and (max-width: 890px) {
            .voice-section .contents .content-item .user-info .user-avatar {
              width: 120px; } }
          @media only screen and (max-width: 576px) {
            .voice-section .contents .content-item .user-info .user-avatar {
              width: 80px !important; } }
          .voice-section .contents .content-item .user-info .user-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transform: scale(1.1); }
        .voice-section .contents .content-item .user-info .user-name {
          font-size: 18px;
          font-weight: 500; }
          .voice-section .contents .content-item .user-info .user-name h3 {
            color: #105996; }
          .voice-section .contents .content-item .user-info .user-name .age {
            width: fit-content;
            margin-top: 18px;
            padding: 4px 20px;
            background-color: #105996;
            color: #fff;
            text-align: center; }
          @media only screen and (max-width: 768px) {
            .voice-section .contents .content-item .user-info .user-name {
              align-items: flex-start !important;
              gap: 0 !important; }
              .voice-section .contents .content-item .user-info .user-name .wp-block-group:last-child {
                background-color: transparent !important;
                color: #105996 !important;
                padding: 0 !important; } }
          @media only screen and (max-width: 576px) {
            .voice-section .contents .content-item .user-info .user-name p {
              font-size: 15px !important;
              white-space: nowrap !important; } }
      .voice-section .contents .content-item .user-pr {
        position: relative;
        padding-top: 30px;
        font-size: 18px;
        font-weight: 500;
        line-height: 2;
        color: #585858; }
        @media only screen and (max-width: 768px) {
          .voice-section .contents .content-item .user-pr {
            padding-top: 0 !important; } }
        @media only screen and (max-width: 576px) {
          .voice-section .contents .content-item .user-pr p {
            font-size: 15px !important; } }
        .voice-section .contents .content-item .user-pr::before {
          content: "";
          position: absolute;
          max-width: 239px;
          height: 2px;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          background-color: #ccc; }

.faq-section {
  padding: 167px 0; }
  @media only screen and (max-width: 768px) {
    .faq-section {
      padding: 120px 0 !important; }
      .faq-section h2 {
        font-size: 36px !important; }
        .faq-section h2 strong {
          font-weight: 900 !important; } }
  @media only screen and (max-width: 576px) {
    .faq-section {
      padding: 80px 0 !important; } }
  .faq-section .section-title {
    font-size: 43px;
    text-align: center;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .faq-section .section-title {
        font-size: 32px !important; } }
  .faq-section .faq-wrapper .contents {
    padding-top: 66px; }
    @media only screen and (max-width: 768px) {
      .faq-section .faq-wrapper .contents {
        padding-top: 40px !important; } }
    .faq-section .faq-wrapper .contents .faq-item {
      background-color: #fef6f0;
      padding: 30px 40px;
      border-radius: 10px; }
      @media only screen and (max-width: 768px) {
        .faq-section .faq-wrapper .contents .faq-item {
          padding: 20px 30px; } }
      @media only screen and (max-width: 576px) {
        .faq-section .faq-wrapper .contents .faq-item {
          padding: 20px 40px 20px 20px; } }
      .faq-section .faq-wrapper .contents .faq-item .question {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0.14em;
        cursor: pointer; }
        @media only screen and (max-width: 768px) {
          .faq-section .faq-wrapper .contents .faq-item .question {
            font-size: 18px; } }
        .faq-section .faq-wrapper .contents .faq-item .question::before {
          content: "Q";
          position: relative;
          padding-right: 68px;
          font-size: 41px;
          line-height: 1;
          color: #f39800; }
          @media only screen and (max-width: 768px) {
            .faq-section .faq-wrapper .contents .faq-item .question::before {
              padding-right: 30px;
              font-size: 30px; } }
          @media only screen and (max-width: 576px) {
            .faq-section .faq-wrapper .contents .faq-item .question::before {
              padding-right: 20px; } }
        .faq-section .faq-wrapper .contents .faq-item .question::after {
          content: "\f067";
          position: absolute;
          right: 0;
          font-family: "Font Awesome 5 Free";
          font-weight: 700;
          font-size: 18px; }
          @media only screen and (max-width: 576px) {
            .faq-section .faq-wrapper .contents .faq-item .question::after {
              right: -20px; } }
        .faq-section .faq-wrapper .contents .faq-item .question.active::after {
          content: "\f068"; }
      .faq-section .faq-wrapper .contents .faq-item .answer {
        font-size: 16px;
        font-weight: 400;
        line-height: 2;
        padding-left: 60px;
        margin-top: 20px;
        display: none; }
      .faq-section .faq-wrapper .contents .faq-item + .faq-item {
        margin-top: 22px; }
  .faq-section .official-site-wrapper {
    padding: 167px 0; }
    @media only screen and (max-width: 768px) {
      .faq-section .official-site-wrapper {
        padding: 120px 0 !important; }
        .faq-section .official-site-wrapper h2 {
          font-weight: 900; }
          .faq-section .official-site-wrapper h2 strong {
            font-weight: 900; } }
    @media only screen and (max-width: 576px) {
      .faq-section .official-site-wrapper {
        padding: 80px 0 !important; }
        .faq-section .official-site-wrapper h2 {
          font-size: 30px !important; } }
    .faq-section .official-site-wrapper .contents .site-banner img {
      display: block;
      max-width: 605px;
      margin: auto; }
      @media only screen and (max-width: 768px) {
        .faq-section .official-site-wrapper .contents .site-banner img {
          max-width: 100%; } }
    .faq-section .official-site-wrapper .contents .desc-area {
      display: flex;
      gap: 20px;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .faq-section .official-site-wrapper .contents .desc-area {
          flex-direction: column;
          align-items: flex-start !important;
          padding-top: 20px !important; } }
      .faq-section .official-site-wrapper .contents .desc-area .desc {
        line-height: 1.8;
        letter-spacing: 0.2em; }
      .faq-section .official-site-wrapper .contents .desc-area a.link-btn {
        position: relative;
        display: flex;
        align-items: center;
        padding: 10px 60px 10px 40px;
        background-color: #000;
        color: #fff;
        font-size: 18px;
        text-align: center;
        border-radius: 40px;
        letter-spacing: 0.1em;
        font-weight: 400;
        transition: .3s ease-in;
        border: 1px solid #000; }
        .faq-section .official-site-wrapper .contents .desc-area a.link-btn::before {
          content: "";
          position: absolute;
          width: 25px;
          height: 1px;
          background-color: #f0f0f0;
          right: 20px;
          transition: .3s ease-in-out; }
        .faq-section .official-site-wrapper .contents .desc-area a.link-btn::after {
          content: "";
          position: absolute;
          width: 10px;
          height: 1px;
          background-color: #f0f0f0;
          right: 20px;
          transform-origin: bottom right;
          transform: rotate(45deg);
          transition: .3s ease-in-out; }
        .faq-section .official-site-wrapper .contents .desc-area a.link-btn:hover {
          background-color: #fff;
          color: #000; }
          .faq-section .official-site-wrapper .contents .desc-area a.link-btn:hover::before, .faq-section .official-site-wrapper .contents .desc-area a.link-btn:hover::after {
            background-color: #000;
            right: 15px; }

footer#footer {
  position: relative;
  background-color: #003366; }
  footer#footer .menu-list {
    padding: 117px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 56px; }
    @media only screen and (max-width: 890px) {
      footer#footer .menu-list {
        gap: 30px; } }
    @media only screen and (max-width: 576px) {
      footer#footer .menu-list {
        flex-direction: column;
        padding: 60px 0;
        gap: 20px; } }
    footer#footer .menu-list .menu-link {
      position: relative; }
      footer#footer .menu-list .menu-link + .menu-link::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #fff;
        top: 0;
        left: -28px; }
      @media only screen and (max-width: 890px) {
        footer#footer .menu-list .menu-link + .menu-link {
          gap: 30px; }
          footer#footer .menu-list .menu-link + .menu-link::before {
            left: -15px; } }
      @media only screen and (max-width: 576px) {
        footer#footer .menu-list .menu-link + .menu-link {
          gap: 20px; }
          footer#footer .menu-list .menu-link + .menu-link::before {
            display: none; } }
      footer#footer .menu-list .menu-link a {
        color: #fff;
        font-size: 18px;
        line-height: 1;
        letter-spacing: 0.08em; }
        @media only screen and (max-width: 576px) {
          footer#footer .menu-list .menu-link a {
            font-size: 15px; } }
  footer#footer .copyright {
    color: #fff;
    text-align: center;
    padding-bottom: 40px; }
  footer#footer .back-to-top {
    display: none;
    position: fixed;
    width: 94px;
    aspect-ratio: 1/1;
    bottom: 100px;
    right: 6%;
    border-radius: 50%;
    background-color: #ff9900;
    z-index: 1000;
    cursor: pointer;
    transition: .3s ease-in-out; }
    @media only screen and (max-width: 890px) {
      footer#footer .back-to-top {
        right: 30px;
        width: 60px;
        bottom: 50px; } }
    footer#footer .back-to-top:hover {
      outline: 3px solid #ff990080;
      outline-offset: 2px;
      box-shadow: 0 0 10px 0 #ff9900; }
    footer#footer .back-to-top .inner {
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 0;
      color: #fff;
      font-size: 24px;
      letter-spacing: 0.1em;
      text-align: center; }
      @media only screen and (max-width: 890px) {
        footer#footer .back-to-top .inner {
          font-size: 18px; } }
      footer#footer .back-to-top .inner::before {
        content: "\f077";
        position: relative;
        display: block;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: 18px;
        line-height: 1; }

/*# sourceMappingURL=app.css.map */
