@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&display=swap");
.--primary-color {
  color: #0157b7 !important;
  border-color: #0157b7 !important;
}
.--primary-color::after {
  border-color: #0157b7 !important;
}

.--white {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.--white::after {
  border-color: #ffffff !important;
}

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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 0rem;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
}
body.is-active {
  overflow: hidden;
}

.l-inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--large {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--small {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.sidebar {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
  }
}

.side_box01 {
  margin: 0 0 6rem;
}

.side_box01 .side_ttl01 {
  font-family: "Bebas Neue", sans-serif;
  padding: 1.5rem 1.5rem 1rem;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  background: #0157b7;
  color: #ffffff;
}

.side_list01 li {
  border-bottom: solid 1px #282828;
}

.side_list01 li a,
.side_list01 li .side_menu_ac {
  display: block;
  padding: 2rem 0;
  color: #000;
  font-size: 1.8rem;
  position: relative;
  cursor: pointer;
}

.side_list01 li .child {
  padding: 0;
  border-top: solid 1px #cecece;
  display: none;
}

.side_list01 li .child li {
  border-bottom: solid 1px #cecece;
}

.side_list01 li .child li a {
  display: block;
  padding: 2rem 2rem 2rem 3.5rem;
  color: #000;
  font-size: 1.4rem;
  position: relative;
}

.side_article li {
  border-bottom: solid 1px #d0d0d0;
}

.side_article li a {
  display: block;
  color: #000;
  padding: 2rem 1.5rem 2.5rem;
}

.side_article li a .date {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 1.5rem 0 0;
}

.side_article li a .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 1rem 0 0;
}

.l-footer {
  background: #002388;
  padding: 6rem 2rem;
}
.l-footer__logo {
  max-width: 18.4rem;
}
.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}
.l-footer__menu li {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
}
.l-footer__menu li a {
  color: #ffffff;
}
.l-footer__menu li a:hover {
  text-decoration: underline;
}
.l-footer__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__bnr {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__bnr__item {
  display: block;
  width: 24rem;
}
.l-footer__copy {
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 8rem;
}
.l-footer__btn {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  width: 4.8rem;
  height: 4.8rem;
  z-index: 100;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .l-footer__btn {
    bottom: 2rem;
    right: 2rem;
  }
}
.l-footer__btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__btn.is-active {
  opacity: 1;
}
.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__logo {
  padding-top: 3.5rem;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    padding-top: 2rem;
    padding-left: 2rem;
  }
}
.l-header__logo img {
  max-width: 19rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    max-width: 12rem;
  }
}

.l-gNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-gNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-gNav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
  }
}
.l-gNav ul li a {
  display: block;
  padding: 4rem 2rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-gNav ul li a {
    color: #0157b7;
    padding: 0;
  }
}
.l-gNav__btn {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .l-gNav__btn {
    margin-left: 0;
  }
}
.l-gNav__btn__mail {
  font-family: "Bebas Neue", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  padding: 4rem 5rem;
  background: #ffffff;
  color: #0157b7;
  letter-spacing: 0.1em;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .l-gNav__btn__mail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-gNav__btn__mail img {
  width: 2.2rem;
}

@media screen and (max-width: 767px) {
  .l-gNav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    z-index: 100;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    background: #ffffff;
  }
  .l-gNav.is-active {
    left: 0;
  }
}
.l-hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-hamburger {
    position: relative;
    z-index: 120;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 6rem;
    height: 6rem;
  }
  .l-hamburger__frame {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 2px;
  }
  .l-hamburger span {
    background: #ffffff;
  }
  .l-hamburger span:nth-of-type(1) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .l-hamburger span:nth-of-type(2) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  .l-hamburger span:nth-of-type(3) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  .l-hamburger.is-active span {
    background: #0157b7;
  }
  .l-hamburger.is-active span:nth-of-type(1) {
    opacity: 0;
  }
  .l-hamburger.is-active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .l-hamburger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.p-elmGaiyo {
  text-align: center;
  background: url(../../assets/img/bg.png) no-repeat center/cover;
}
.p-elmGaiyo__wrap {
  padding: 8.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-elmGaiyo .p-elmCatch__desc {
    margin-bottom: 4rem;
  }
}

.p-elmCatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-elmCatch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 4rem;
  }
}
.p-elmCatch__desc {
  color: #ffffff;
}
.p-elmCatch__desc h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 10rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-elmCatch__desc h2 {
    font-size: 6rem;
  }
}
.p-elmCatch__desc h3 {
  font-size: 4.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-elmCatch__desc h3 {
    font-size: 3.2rem;
  }
}
.p-elmCatch__desc h3::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.4rem;
  background: #ffffff;
  margin-top: 3.5rem;
  margin-inline: auto;
}
.p-elmCatch__desc p {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-elmCatch__secondary {
  font-size: 4.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-elmCatch__secondary {
    font-size: 3.2rem;
  }
}
.p-elmCatch__secondary::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.4rem;
  background: #002388;
  margin-top: 3.5rem;
  margin-inline: auto;
}

.p-elmBtn a {
  display: inline-block;
  padding: 3rem;
  color: #ffffff;
  border: solid 0.2rem #ffffff;
  position: relative;
  min-width: 22rem;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-elmBtn a {
    min-width: 20rem;
    padding: 2rem;
    font-size: 1.8rem;
  }
}
.p-elmBtn a img {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6rem;
}
.p-elmBtn a span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-right: 3rem;
  margin-left: 3rem;
}
.p-elmBtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 0.2rem #333;
  border-right: solid 0.2rem #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-elmBtn.--right {
  margin-left: auto;
  text-align: right;
}
.p-elmBtn__large {
  background: #ffffff;
  color: #0157b7;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8rem;
  padding: 3rem 6rem 2rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-elmBtn__large {
    margin-top: 1rem;
    padding: 2.5rem 4rem 2rem;
  }
}
.p-elmBtn__large::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 0.3rem #0157b7;
  border-right: solid 0.3rem #0157b7;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-elmBtn__large p {
  font-family: "Bebas Neue", sans-serif;
  font-size: 7rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-elmBtn__large p {
    font-size: 3rem;
  }
}
.p-elmBtn__large span {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-elmBtn__large span {
    font-size: 1rem;
    margin-left: 2rem;
    margin-bottom: 0.6rem;
  }
}

.p-elmScroll {
  max-height: 60rem;
  overflow-y: scroll;
  border: solid 0.2rem #0157b7;
}

.p-elmSec--primary {
  background: #edf2f8;
  padding: 12rem 2rem;
}
.p-elmSec--secondary {
  background: #ffffff;
  padding: 12rem 2rem;
}
.p-elmSec--tertiary {
  background: url(../../assets/img/bg-4.png) no-repeat center/cover;
  padding: 12rem 2rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-elmSec--tertiary {
    padding: 6rem 2rem;
  }
}
.p-elmSec--fourth {
  padding: 12rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-elmSec--fourth {
    padding: 6rem 2rem;
  }
}

.p-elmTournament__img {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmTournament__img {
    margin-top: 6rem;
  }
}

.p-elmArchive__list {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmArchive__list {
    margin-top: 6rem;
  }
}
.p-elmArchive__list__item {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 2rem 0;
  border-bottom: solid 0.2rem #eee;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.p-elmArchive__list__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 0.2rem #ffffff;
  border-right: solid 0.2rem #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-elmResult {
  padding: 12em 2rem 20rem;
  background: url(../../assets/img/result_bg.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-elmResult {
    padding: 6rem 2rem;
  }
}
.p-elmResult__graph {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmResult__graph {
    margin-top: 6rem;
  }
}
.p-elmResult__graph .resultCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 8rem;
  padding-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-elmResult__graph .resultCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
  }
}
.p-elmResult__graph .resultCard::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 0.2rem #333;
  border-right: solid 0.2rem #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-elmResult__graph .resultCard::after {
    top: 30%;
    right: 3rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}
.p-elmResult__graph .resultCard:not(:last-child) {
  border-bottom: solid 0.1rem #eee;
}
.p-elmResult__graph .resultCard .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-elmResult__graph .resultCard .detail {
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.p-elmResult__graph .resultCard .detail__time {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-elmResult__graph .resultCard .detail__time {
    font-size: 1.8rem;
  }
}
.p-elmResult__graph .resultCard .detail__ttl {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-elmResult__graph .resultCard .detail__ttl {
    font-size: 1.3rem;
    margin-top: 0.3rem;
  }
}
.p-elmResult__graph .resultCard .win {
  width: 2.4rem;
  height: 2.4rem;
  background: #015cc1;
  border-radius: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-elmResult__graph .resultCard .win {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.p-elmResult__graph .resultCard .lose {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  display: block;
  background: #eeeeee;
}
@media screen and (max-width: 767px) {
  .p-elmResult__graph .resultCard .lose {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.p-elmResult__graph .resultCard .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12rem;
  margin: 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-elmResult__graph .resultCard .point {
    width: 10rem;
    margin: 0;
  }
}
.p-elmResult__graph .resultCard .point__val {
  font-family: "Bebas Neue", sans-serif;
  font-size: 6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-elmResult__graph .resultCard .point__val {
    font-size: 3.6rem;
  }
}
.p-elmResult__graph .resultCard .point__separate {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.2rem;
  margin: 0 1rem;
}
.p-elmResult__graph .resultCard .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
.p-elmResult__graph .resultCard .result-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-elmResult__graph .resultCard .result-1 {
    gap: 0.6rem;
  }
}
.p-elmResult__graph .resultCard .result-1 .name {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-elmResult__graph .resultCard .result-1 .name {
    font-size: 1.2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-elmResult__graph .resultCard .result-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-elmResult__graph .resultCard .result-2 {
    gap: 0.6rem;
  }
}
.p-elmResult__graph .resultCard .result-2 .name {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-elmResult__graph .resultCard .result-2 .name {
    font-size: 1.2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-elmBlogCard {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-elmBlogCard {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-elmBlogCard__item {
  display: block;
  background: #fff;
}
.p-elmBlogCard__item__img {
  width: 100%;
  aspect-ratio: 380/230;
}
.p-elmBlogCard__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-elmBlogCard__item__detail {
  padding: 2rem;
}
.p-elmBlogCard__item__detail time {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #999;
  margin-right: 2rem;
}
.p-elmBlogCard__item__detail__ttl {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-elmBlogCard__item__detail__txt {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 2;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-elmBlogCard__item__detail__cat {
  font-family: "Bebas Neue", sans-serif;
  display: inline-block;
  border: 1px solid #0157b7;
  color: #fff;
  padding: 0.5rem 0.8rem 0.3rem;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0.6rem;
  letter-spacing: 0.1em;
  color: #0157b7;
}

.p-elmCta {
  background: url(../../assets/img/bg-3.png) no-repeat center/cover;
  padding: 12rem 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-elmCta {
    padding: 6rem 2rem;
  }
}
.p-elmCta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7rem;
  padding: 8.5rem 2rem;
  background: rgba(255, 255, 255, 0.9);
}

.p-elmView {
  padding: 20rem 2rem 12rem;
  background: url(../../assets/img/view_bg-1.png) no-repeat center/cover;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-elmView {
    padding: 12rem 2rem 6rem;
  }
}
.p-elmView h2 {
  font-size: 12rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-elmView h2 {
    font-size: 6rem;
  }
}
.p-elmView p {
  font-size: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-elmView p {
    font-size: 1.8rem;
  }
}

.p-elmAbout__read {
  padding: 10rem 0;
  margin-bottom: 10rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-elmAbout__read {
    padding: 6rem 2rem;
    margin-bottom: 0;
  }
}
.p-elmAbout__read::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50vw + 15rem);
  right: 0;
  height: 100%;
  background: #002388;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-elmAbout__read::before {
    display: none;
  }
}
.p-elmAbout__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmAbout__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}
.p-elmAbout__img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-elmAbout__img {
    width: 100%;
  }
}
.p-elmAbout__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-elmAbout__desc h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 4.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-elmAbout__desc h2 {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
}
.p-elmAbout__desc h2::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.6rem;
  background: #0157b7;
  margin-top: 2.5rem;
}
.p-elmAbout__desc h3 {
  font-size: 2.3rem;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: #0157b7;
}
.p-elmAbout__desc p {
  margin-top: 1.6rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-elmAbout__desc p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-elmAbout__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-elmAbout__gallery {
    gap: 0.5rem;
  }
}

.p-elmFile {
  padding: 12rem 2rem;
  background: url(../../assets/img/bg-4.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-elmFile {
    padding: 6rem 2rem;
  }
}
.p-elmFile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-elmFile__list {
    gap: 1rem;
  }
}
.p-elmFile__list__item {
  width: calc(50% - 1rem);
  border: solid 0.2rem #ffffff;
  text-align: center;
  color: #ffffff;
  padding: 3rem 2rem;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-elmFile__list__item {
    width: 100%;
  }
}
.p-elmFile__list__item::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: url(../../assets/img/ico/ico_pdf.png) no-repeat center/contain;
}
.p-elmFile__list__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 0.2rem #fff;
  border-right: solid 0.2rem #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-elmDetail {
  padding: 12rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-elmDetail {
    padding: 6rem 2rem;
  }
}
.p-elmDetail__table {
  margin-top: 8rem;
  margin-inline: auto;
  max-width: 80rem;
  margin-top: 5rem;
}
.p-elmDetail__table dl {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 15rem 1fr;
  border-bottom: solid 1px #eee;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-elmDetail__table dl {
    font-size: 1.3rem;
    grid-template-columns: 7rem 1fr;
  }
}
.p-elmDetail__table dl dt {
  padding: 2rem;
  padding: 2rem 0;
}
.p-elmDetail__table dl dd {
  padding: 2rem;
  line-height: 1.8;
}

.p-view {
  padding-top: 20rem;
  padding-bottom: 20rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  background: url(../../assets/img/top/view_bg-2.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-view {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
}
.p-view__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-view__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-view__desc {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .p-view__desc {
    width: auto;
  }
}
.p-view__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-view__btn {
  margin-top: 7rem;
  background: #ffffff;
  padding: 4rem 0;
  text-align: center;
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #0157b7;
}
@media screen and (max-width: 767px) {
  .p-view__btn {
    padding: 3rem 0;
    font-size: 1.6rem;
    margin-top: 10rem;
  }
}
.p-view__btn::before {
  position: absolute;
  content: "";
  inset: 0.5rem;
  border: solid 0.3rem #0157b7;
}
.p-view__btn img {
  width: 0.6rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.p-about {
  background: url(../../assets/img/bg-1.png) no-repeat center/cover;
  padding: 12rem 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 3rem 2rem;
  }
}
.p-about__desc {
  padding: 10rem 0;
  margin-left: auto;
  width: 50%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-about__desc {
    width: 100%;
    padding: 4rem 3rem;
  }
  .p-about__desc .p-elmCatch__desc {
    text-align: center;
  }
}
.p-about__desc::before {
  position: absolute;
  content: "";
  height: 100%;
  background: #0157b7;
  left: -10rem;
  right: calc(50% - 50vw);
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about__desc::before {
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.9;
  }
}
.p-about__desc__txt {
  margin-top: 4rem;
  margin-bottom: 4rem;
  line-height: 2;
  font-size: 1.4rem;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.p-info {
  padding: 12rem 2rem;
  background: url(../../assets/img/bg-2.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding: 8rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-info__desc {
    text-align: center;
  }
}
.p-info .p-elmBtn {
  margin-top: 8rem;
}

.p-instagram {
  background: #ffffff;
  padding: 12rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-instagram {
    padding: 8rem 2rem;
  }
}

.p-blog {
  background: url(../../assets/img/bg-4.png) no-repeat center/cover;
  padding: 12rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-blog {
    padding: 8rem 2rem;
  }
}

.p-faq__wrap {
  margin-bottom: 20rem;
}
.p-faq__list {
  border-radius: 2rem;
  padding: 2rem;
  background: #dddddd;
}
.p-faq__list:not(:last-child) {
  margin-bottom: 2rem;
}
.p-faq__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.p-faq__summary::before {
  content: "";
  width: 1px;
  height: 2rem;
  background: #dddddd;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-faq__summary::after {
  content: "";
  width: 2rem;
  height: 1px;
  background: #dddddd;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq__summary.open::before {
  height: 0;
}
.p-faq__summary-ico {
  font-weight: 600;
  font-size: 2rem;
  color: #ffffff;
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background: #dddddd;
}
.p-faq__summary-txt {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-faq__detail {
  height: 0;
  overflow: hidden;
}
.p-faq__detail-txt {
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding: 3rem;
  background: #ffffff;
  border-radius: 1rem;
}
.p-faq__detail-txt img {
  width: 100%;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-faq__wrap {
    margin-bottom: 20rem;
  }
  .p-faq__list {
    border-radius: 2rem;
    padding: 2rem;
    background: #dddddd;
  }
  .p-faq__list:not(:last-child) {
    margin-bottom: 2rem;
  }
  .p-faq__summary {
    gap: 1rem;
  }
  .p-faq__summary::before {
    content: "";
    width: 1px;
    height: 1rem;
    right: 0.4rem;
  }
  .p-faq__summary::after {
    content: "";
    width: 1rem;
    height: 1px;
    right: 0;
  }
  .p-faq__summary.open::before {
    height: 0;
  }
  .p-faq__summary-ico {
    font-size: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    padding-top: 0.2rem;
  }
  .p-faq__summary-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-right: 1rem;
  }
  .p-faq__detail-txt {
    margin-top: 2rem;
    font-size: 1.3rem;
    padding: 2rem;
  }
}
.p-form__desc {
  text-align: center;
  margin-bottom: 4rem;
}
.p-form__desc h3 {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  color: #0157b7;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-form__desc h3::after {
  content: "";
  display: block;
  width: 3rem;
  border-bottom: solid 2px #000000;
  margin: 3rem auto;
}
.p-form__desc p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000000;
}
.p-form__table {
  width: 100%;
  max-width: 100rem;
  margin: 8rem auto 0;
}
.p-form__table tbody tr {
  border-top: solid 1px #eeeeee;
}
.p-form__table tbody tr:last-child {
  border-bottom: solid 1px #eeeeee;
}
.p-form__table tbody tr th {
  font-size: 1.6rem;
  position: relative;
  width: 28rem;
  padding: 2.5rem;
  text-align: left;
  vertical-align: middle;
}
.p-form__table tbody tr th .req {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  padding: 0.5rem 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  border-radius: 0.5rem;
  background: #ff4848;
}
.p-form__table tbody tr td {
  padding: 2.5rem;
  vertical-align: middle;
}
.p-form__table tbody tr td .note {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 2rem 0;
  color: #ff4848;
}
.p-form__table tbody tr td .note:last-child {
  margin-bottom: 0;
}
.p-form__short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.p-form__short-add {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 24rem;
}
.p-form__short-num {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 10rem;
}
.p-form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.p-form__check:not(:first-child) {
  margin-top: 2rem;
  margin-bottom: 0;
}
.p-form__check:first-child {
  margin-top: 0;
}
.p-form__check:last-child {
  margin-bottom: 0;
}
.p-form__check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form input[type=text],
.p-form input[type=email] {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #f5f5f5;
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.p-form input[type=submit] {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  max-width: 28rem;
  margin: 6rem auto 0;
  padding: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #0157b7;
}
.p-form textarea {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  min-height: 20rem;
  padding: 1.5rem;
  resize: none;
  border-radius: 0.5rem;
  background: #f5f5f5;
}
.p-form .error {
  width: 100%;
  display: block;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-form__table {
    width: 100%;
    max-width: 100rem;
    margin: 8rem auto 0;
  }
  .p-form__table tbody {
    display: block;
  }
  .p-form__table tbody tr {
    display: block;
    border-top: solid 1px #eeeeee;
  }
  .p-form__table tbody tr:last-child {
    border-bottom: solid 1px #eeeeee;
  }
  .p-form__table tbody tr th {
    display: block;
    font-size: 1.6rem;
    position: relative;
    width: auto;
    padding: 2rem 0;
  }
  .p-form__table tbody tr th .req {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    padding: 0.5rem 0.8rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ffffff;
    border-radius: 0.5rem;
    background: #ff4848;
  }
  .p-form__table tbody tr td {
    display: block;
    padding: 0 0 2rem;
  }
  .p-form__table tbody tr td .note {
    font-size: 1.3rem;
    margin: 2rem 0;
  }
  .p-form__short {
    margin-bottom: 2rem;
  }
  .p-form__short-add {
    max-width: 20rem;
  }
  .p-form__short-num {
    max-width: 8rem;
  }
  .p-form__check {
    gap: 1.5rem;
  }
  .p-form input[type=text],
  .p-form input[type=email] {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #f5f5f5;
  }
  .p-form input[type=checkbox],
  .p-form input[type=radio] {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
  .p-form input[type=submit] {
    margin: 4rem auto 0;
    padding: 2rem;
  }
  .p-form textarea {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    min-height: 20rem;
    padding: 1.5rem;
    resize: none;
    border-radius: 0.5rem;
    background: #f5f5f5;
  }
}
.p-thanks {
  text-align: center;
}
.p-thanks__ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: #000000;
}
.p-thanks__ttl::after {
  content: "";
  display: block;
  width: 3rem;
  border-bottom: solid 2px #000000;
  margin: 3rem auto;
}
.p-thanks__txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-thanks__txt:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-thanks .p-elmBtn {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 3rem 1.5rem;
  }
  .p-thanks__ttl {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .p-thanks__txt {
    font-size: 1.2rem;
  }
  .p-thanks__txt:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .p-thanks__btn {
    font-size: 1.8rem;
    display: block;
    width: 100%;
    max-width: 28rem;
    margin: 3rem auto 0;
    padding: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #333333;
  }
}
.p-privacy {
  margin-bottom: 12rem;
}
.p-privacy__list:not(:last-child) {
  margin-bottom: 6rem;
}
.p-privacy__list-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: dotted 2px #dddddd;
}
.p-privacy__list-summary::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #000000;
}
.p-privacy__list-summary p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail p:not(:last-child) {
  margin-bottom: 2rem;
}
.p-privacy__list-detail ul {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail ul:not(:last-child) {
  margin-bottom: 2rem;
}

.c-pager {
  margin-top: 6rem;
  text-align: center;
}
.c-pager .wp-pagenavi a,
.c-pager .wp-pagenavi span {
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #0157b7;
  padding: 1rem 1.5rem 1.2rem;
  margin: 0 0.2rem;
  display: inline-block;
  border-radius: 0.3rem;
  vertical-align: middle;
  color: #ffffff;
  letter-spacing: 0;
  background: #0157b7;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-pager .wp-pagenavi span.current {
  background: #ffffff;
  color: #0157b7;
  border: solid 1px #0157b7;
  opacity: 1;
}
.c-pager .wp-pagenavi a:hover {
  background: #ffffff;
  color: #0157b7;
  border: solid 1px #0157b7;
  opacity: 1;
}

.c-postSec {
  margin: 13rem 3rem;
}

.c-postHead__ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border-left: solid 0.7rem #0157b7;
  padding: 0 0 0.5rem 2rem;
}
.c-postHead__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  margin: 5rem 0;
}
.c-postHead__date {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-left: 2.8rem;
  background: url(../../assets/img/ico/ico_date.svg) no-repeat left center/contain;
}
.c-postHead__cat {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
  background: #0157b7;
  color: #ffffff;
  padding: 0.8rem 0.8rem;
}

.c-postWrap h1 {
  font-size: 2.4rem;
  line-height: 1.45;
  border-left: solid 0.6rem #0157b7;
  margin: 4rem 0 2.5rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h1 {
    font-size: 2.1rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h2 {
  font-size: 2.2rem;
  line-height: 1.45;
  padding: 1.6rem 2.6rem;
  margin: 4rem 0 2.5rem;
  border-radius: 1rem;
  color: #ffffff;
  background: #0157b7;
}
@media screen and (max-width: 767px) {
  .c-postWrap h2 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h3 {
  font-size: 2.2rem;
  line-height: 1.45;
  border-left: solid 0.6rem #0157b7;
  margin: 4rem 0 2.5rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h3 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h4 {
  font-size: 2rem;
  line-height: 1.45;
  border-bottom: dashed 0.1rem #0157b7;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h4 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h4::before {
  content: "-";
  font-weight: 600;
  display: inline;
  vertical-align: baseline;
  color: #0157b7;
  margin-right: 1rem;
}
.c-postWrap h5 {
  font-size: 1.8rem;
  line-height: 1.45;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
  color: #0157b7;
}
@media screen and (max-width: 767px) {
  .c-postWrap h5 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h6 {
  font-size: 1.8rem;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-postWrap h6 {
    font-size: 1.6rem;
    margin: 2rem 0;
  }
}
.c-postWrap p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-postWrap p {
    font-size: 1.4rem;
    margin: 2rem 0;
  }
}
.c-postWrap p a {
  color: #0157b7;
  text-decoration: underline;
}
.c-postWrap p a:hover, .c-postWrap p a:active, .c-postWrap p a:focus, .c-postWrap p a:focus-within {
  text-decoration: none;
}
.c-postWrap ul {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .c-postWrap ul {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap ul li {
  list-style: disc;
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap ul li:last-child {
  margin-bottom: 0;
}
.c-postWrap ol {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
  list-style: auto;
}
@media screen and (max-width: 767px) {
  .c-postWrap ol {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap ol li {
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap ol li:last-child {
  margin-bottom: 0;
}
.c-postWrap__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager {
    margin-top: 6rem;
  }
}
.c-postWrap__pager-prev {
  width: 100%;
  max-width: 28rem;
}
.c-postWrap__pager-prev a {
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
}
.c-postWrap__pager-prev a:hover, .c-postWrap__pager-prev a:active, .c-postWrap__pager-prev a:focus, .c-postWrap__pager-prev a:focus-within {
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager-prev a {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.c-postWrap__pager-prev a::before {
  font-size: 2rem;
  content: "‹";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-postWrap__pager-next {
  width: 100%;
  max-width: 28rem;
}
.c-postWrap__pager-next a {
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
}
.c-postWrap__pager-next a:hover, .c-postWrap__pager-next a:active, .c-postWrap__pager-next a:focus, .c-postWrap__pager-next a:focus-within {
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager-next a {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.c-postWrap__pager-next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-postPager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
  gap: 2rem;
}
.c-postPager__prev {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__prev a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #0157b7;
  border: solid 1px #0157b7;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-postPager__prev a:hover, .c-postPager__prev a:active, .c-postPager__prev a:focus, .c-postPager__prev a:focus-within {
  color: #ffffff;
  background: #0157b7;
}
.c-postPager__prev a::before {
  font-size: 2rem;
  content: "‹";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-postPager__next {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__next a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #0157b7;
  border: solid 1px #0157b7;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-postPager__next a:hover, .c-postPager__next a:active, .c-postPager__next a:focus, .c-postPager__next a:focus-within {
  color: #ffffff;
  background: #0157b7;
}
.c-postPager__next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* result */
.p-elmArticle {
  background: #f4f4f4;
  padding: 9rem 2rem 13rem;
}
.p-elmArticle__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-elmArticle__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-elmArticle__cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-elmArticle .result_thumb {
  margin: 0 0 6.5rem;
}

.p-elmArticle .result_detail_box {
  background: #ffffff;
  border: solid 0.5rem #0157b7;
  padding-bottom: 6rem;
}

.p-elmArticle .result_detail01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #282828;
  padding: 5rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-elmArticle .result_detail01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem 2rem;
  }
}

.p-elmArticle .result_detail01 .date {
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-elmArticle .result_detail01 .date {
    padding: 2rem 1rem;
    width: 100%;
    font-size: 1.8rem;
  }
}

.p-elmArticle .result_detail01 .result01 {
  margin: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-elmArticle .result_detail01 .result01 {
    margin: 0 1rem;
  }
}

.p-elmArticle .result_detail01 .result01 .win {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  background: #015cc1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-elmArticle .result_detail01 .result01 .win {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.p-elmArticle .result_detail01 .result01 .lose {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  background: #eeeeee;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-elmArticle .result_detail01 .result01 .lose {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.p-elmArticle .result_detail01 .result02 {
  margin: 0 3rem 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-elmArticle .result_detail01 .result02 {
    font-size: 1.4rem;
    margin-right: 1rem;
  }
}

.p-elmArticle .result_detail01 .result03 {
  margin: 0 0 0 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-elmArticle .result_detail01 .result03 {
    font-size: 1.4rem;
    margin-left: 1rem;
  }
}

.p-elmArticle .result_detail01 .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.p-elmArticle .result_detail01 .point .point_val {
  font-size: 6rem;
  font-weight: bold;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-elmArticle .result_detail01 .point .point_val {
    font-size: 2.8rem;
  }
}

.p-elmArticle .result_detail01 .point p {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  font-style: italic;
  letter-spacing: 0.05em;
  margin: 0 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-elmArticle .result_detail02 {
    overflow: scroll;
    margin: 0 1.5rem;
  }
}

.p-elmArticle .result_detail02 table {
  width: 100%;
  max-width: 78rem;
  margin: auto;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-elmArticle .result_detail02 table {
    min-width: 78rem;
  }
}

.p-elmArticle .result_detail02 table th:not(:first-child) {
  background: #4084d0;
  color: #fff;
  border: solid 1px #4084d0;
  padding: 1.5rem 0;
  text-align: center;
  width: 5.2rem;
  font-size: 2.4rem;
  font-family: "Bebas Neue", sans-serif;
}
.p-elmArticle .result_detail02 table th:not(:first-child):not(:last-child) {
  border-right: solid 1px #fff;
}

.p-elmArticle .result_detail02 table td:last-child {
  padding: 1rem 2rem;
}

.p-elmArticle .result_detail02 table td {
  font-family: "Bebas Neue", sans-serif;
  vertical-align: middle;
  text-align: center;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  border: solid 1px #eee;
  color: #015cc1;
}

.p-elmArticle .result_detail02 table td:first-child {
  background: #b2ceec;
  color: #fff;
  border: solid 1px #fbfbfb;
  padding: 2rem 1.5rem;
  text-align: left;
  white-space: nowrap;
  font-size: 1.4rem;
  width: 23.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-elmArticle .result_detail02 table td:last-child {
  white-space: nowrap;
  font-size: 4rem;
}

.p-elmArticle .result_detail02 table td span {
  padding: 0;
  background: #015cc1;
  vertical-align: middle;
  margin: 0 1.8rem 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.8rem;
  height: 2.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  border-radius: 100%;
}

.p-elmArticle .result_detail02 table td span.win::after {
  content: "勝";
  display: inline;
}

.p-elmArticle .result_detail02 table td span.lose {
  background: #fff;
  color: #8fabc9;
}

.p-elmArticle .result_detail02 table td span.lose::after {
  content: "敗";
  display: inline;
}

.p-elmArticle .result_detail02 table td p {
  display: inline-block;
  vertical-align: middle;
  color: #015cc1;
  font-size: 1.6rem;
}

.p-elmArticle .result_detail03 {
  margin: 5rem 0 0;
}

.p-elmArticle .result_detail03 .box1 {
  display: none;
}

.p-elmArticle .result_detail03 p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-elmArticle .result_detail03 p {
    font-size: 1.2rem;
  }
}

.single_header {
  border-left: solid 0.6rem #0157b7;
  margin: 0 0 6rem;
}
.single_header .date {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 0 3.5rem;
}
.single_header h2 {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 1.5rem 0 0 3.5rem;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  overflow: scroll;
  padding: 3rem 5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin: 3rem;
    padding: 0.3rem;
    overflow: scroll;
    white-space: nowrap;
  }
}
.c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb ul {
    font-size: 1.3rem;
  }
}
.c-breadcrumb ul li {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.c-breadcrumb ul li a {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.c-breadcrumb ul li:not(:last-child) a::after {
  content: "›";
  display: inline-block;
  font-size: 1.6rem;
}/*# sourceMappingURL=style.css.map */