@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: 0.8;
}

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

div,
p {
  /*word-break: break-all;*/
}

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

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

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

body,
td,
th,
input,
textarea {
  color: #333333;
  font-family: "Noto Sans JP", 'Hiragino Sans', "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

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

*:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

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

button {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.7;
}

.c_red {
  color: #D62C2C;
}

.txt_en {
  font-family: "Zalando Sans Expanded", sans-serif;
}

@-webkit-keyframes arrowHoverVerticalDown {
  0% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
  75% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-moz-keyframes arrowHoverVerticalDown {
  0% {
    -moz-transform: translateY(0.6rem);
         transform: translateY(0.6rem);
  }
  75% {
    -moz-transform: translate(0);
         transform: translate(0);
  }
  100% {
    -moz-transform: translate(0);
         transform: translate(0);
  }
}

@keyframes arrowHoverVerticalDown {
  0% {
    -webkit-transform: translateY(0.6rem);
       -moz-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
  75% {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
            transform: translate(0);
  }
}

:root {
  --jp: "Noto Sans JP", sans-serif;
  --en: "Poppins", sans-serif;
  --red: #E60012;
  --green: #0D9900;
  --blue: #0013E6;
  --black: #1A1210;
  --orange: #E98800;
  --gray: #B5A9AA;
  --white: #FFFFFF;
}

body {
  background: #F8F6F6;
  padding-top: var(--header-height);
}

.pChild__white {
  background: #fff;
}

@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body {
    padding-top: 172px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 37px;
  }
  .header__main {
    background: #fff;
    padding: 0 0 0 32px;
    -moz-border-radius: 14px;
         border-radius: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__main--logo {
    line-height: 0;
    width: 427px;
  }
  .header__main--logo a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .header__main--logo a img {
    width: 100%;
    height: auto;
  }
  .header__main--nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__main--nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__main--nav ul li {
    margin-right: 32px;
  }
  .header__main--nav ul li a {
    font-size: 18px;
    line-height: 21px;
    font-family: var(--en);
    font-weight: 800;
    color: var(--black);
  }
  .header__main--nav .btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 151px;
    height: 98px;
    -moz-border-radius: 14px;
         border-radius: 14px;
    background: var(--red);
    color: var(--white);
    font-size: 18px;
    line-height: 21px;
    font-family: var(--en);
    font-weight: 800;
    position: relative;
    padding: 65px 0 0;
  }
  .header__main--nav .btn a::before {
    position: absolute;
    content: "";
    width: 47px;
    height: 47px;
    background: url("../img/headerContact.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header__main .menu_icon {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header__main {
    background: none;
    padding: 0;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .header__main--nav {
    position: absolute;
    width: 375px;
    top: 0;
    right: 0;
    height: 0;
    background: var(--black);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__main--nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .header__main--nav ul li {
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid var(--red);
  }
  .header__main--nav ul li a {
    display: block;
    width: 100%;
    padding: 20px 0;
    color: var(--white);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .header__main--nav ul li a::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url("../img/navArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__main--nav ul li + li {
    margin-top: 14px;
  }
  .header__main--nav .btn {
    margin-top: 40px;
    width: 100%;
  }
  .header__main--nav .btn a {
    width: 100%;
    height: 79px;
    padding: 0 0 0 68px;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__main--nav .btn a::before {
    width: 40px;
    height: 40px;
    left: 16px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .header__main--nav .btn a::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url("../img/navArrow02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__main--nav.active {
    padding: 100px 15px;
  }
  .header__main .menu_icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 53px;
    height: 53px;
    background: var(--white);
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid var(--red);
    position: relative;
    z-index: 999;
  }
  .header__main .menu_icon.active {
    background: var(--red);
  }
  .header__main .menu_icon.active .menu-trigger span:nth-of-type(1) {
    top: 50%;
    background: var(--white);
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s,transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s,-webkit-transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
  }
  .header__main .menu_icon.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header__main .menu_icon.active .menu-trigger span:nth-of-type(3) {
    top: 50%;
    background: var(--white);
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s,transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s,-webkit-transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
  }
  .header__main .menu_icon_in {
    width: 29px;
    height: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__main .menu_icon_in .menu-trigger,
  .header__main .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header__main .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 16px;
  }
  .header__main .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    min-height: 1px;
    background-color: var(--red);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__main .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
    -webkit-transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease,top 0.3s ease 0.3s,-moz-transform 0.3s ease;
    transition: transform 0.3s ease,top 0.3s ease 0.3s;
    transition: transform 0.3s ease,top 0.3s ease 0.3s,-webkit-transform 0.3s ease,-moz-transform 0.3s ease;
  }
  .header__main .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 50%;
  }
  .header__main .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: -webkit-calc(100% - 1px);
    top: -moz-calc(100% - 1px);
    top: calc(100% - 1px);
    -webkit-transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease,top 0.3s ease 0.3s,-moz-transform 0.3s ease;
    transition: transform 0.3s ease,top 0.3s ease 0.3s;
    transition: transform 0.3s ease,top 0.3s ease 0.3s,-webkit-transform 0.3s ease,-moz-transform 0.3s ease;
  }
}

@media screen and (min-width: 769px), print {
  .footer {
    background: #fff;
    padding: 105px 0;
    border-top: 2px solid #F8F6F6;
  }
  .footer__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer__main--left--logo a {
    width: 541px;
    display: inline-block;
    line-height: 0;
  }
  .footer__main--left--logo a img {
    width: 100%;
    height: auto;
  }
  .footer__main--left--link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 31px;
  }
  .footer__main--left--link li + li {
    margin-left: 24px;
  }
  .footer__main--left--link li a {
    width: 34px;
    display: inline-block;
    line-height: 0;
  }
  .footer__main--left--link li a img {
    width: 100%;
    height: auto;
  }
  .footer__main--left--link li a.st2 {
    width: 154px;
  }
  .footer__main--right ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer__main--right ul li + li {
    margin-left: 32px;
  }
  .footer__main--right ul li a {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    color: var(--black);
  }
  .footer__main--right .copyright {
    text-align: right;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    font-family: var(--en);
    color: var(--gray);
    margin-top: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  .footer__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__main--left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__main--right {
    margin-top: 30px;
  }
  .footer__main--right ul {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__main--right .copyright {
    text-align: center;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .mv__slider figure {
    padding: 0 53px;
    max-width: 1306px;
  }
  .pTop .mv__slider figure img {
    width: 100%;
    -moz-border-radius: 28px;
         border-radius: 28px;
    object-fit: cover;
    display: block;
    -webkit-transform: scaleY(0.64);
       -moz-transform: scaleY(0.64);
        -ms-transform: scaleY(0.64);
            transform: scaleY(0.64);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .mv__slider figure.swiper-slide-active img {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
  .pTop .mv__slider--pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 36px;
  }
  .pTop .mv__slider--pagination span {
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin: 0 6.5px;
    background: var(--gray);
    opacity: 1;
  }
  .pTop .mv__slider--pagination span.swiper-pagination-bullet-active {
    background: var(--red);
  }
  .pTop .mv__slider--next, .pTop .mv__slider--prev {
    position: absolute;
    width: 38px;
    height: 38px;
    text-indent: -9999px;
    background: url("../img/mvArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
  }
  .pTop .mv__slider--prev {
    left: -webkit-calc(50% - 725px);
    left: -moz-calc(50% - 725px);
    left: calc(50% - 725px);
  }
  .pTop .mv__slider--next {
    right: -webkit-calc(50% - 725px);
    right: -moz-calc(50% - 725px);
    right: calc(50% - 725px);
    -webkit-transform: translateY(-50%) scaleX(-1);
       -moz-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
  .pTop .ttlCom {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .ttlCom h2 {
    font-size: 100px;
    line-height: 100px;
    font-family: var(--en);
    font-weight: 800;
    color: var(--red);
  }
  .pTop .ttlCom span {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: var(--black);
  }
  .pTop .ttlCom a {
    position: absolute;
    width: 68px;
    height: 68px;
    text-indent: -9999px;
    overflow: hidden;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    top: 16px;
  }
  .pTop .about {
    background: #F8F6F6 url("../img/aboutBg.png") bottom right no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-top: 102px;
    padding-bottom: 110px;
  }
  .pTop .about__main::after {
    content: "";
    clear: both;
    display: table;
  }
  .pTop .about__main .ttlCom {
    float: right;
    width: 501px;
  }
  .pTop .about__main picture {
    width: 627px;
    float: left;
  }
  .pTop .about__main--ar {
    width: 501px;
    float: right;
  }
  .pTop .about__main--ar .txt {
    margin-top: 91px;
  }
  .pTop .about__main--ar .txt p {
    font-size: 18px;
    line-height: 43px;
    font-weight: 700;
    color: var(--black);
  }
  .pTop .about__main--ar .txt p + p {
    margin-top: 38px;
  }
  .pTop .btnMore a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 88px;
    border: 2px solid var(--red);
    color: var(--red);
    font-size: 22px;
    line-height: 22px;
    white-space: nowrap;
    padding: 0 18px 0 20px;
    -moz-border-radius: 14px;
         border-radius: 14px;
    font-weight: 700;
    background: var(--white);
  }
  .pTop .btnMore a::after {
    content: "";
    width: 38px;
    height: 38px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 38px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .btnMore a:hover::after {
    -webkit-transform: translateX(10px);
       -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
  .pTop .btnMore a.st2 {
    background: var(--red);
    color: var(--white);
  }
  .pTop .btnMore a.st2::after {
    background: url("../img/btnArrowWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .news {
    padding: 174px 0 173px;
    background: #fff;
  }
  .pTop .news__main {
    position: relative;
  }
  .pTop .news__main .list {
    margin-top: 57px;
  }
  .pTop .news__main .list ul li {
    padding: 0 0 26px 20px;
    border-bottom: 1px solid gray;
  }
  .pTop .news__main .list ul li + li {
    margin-top: 26px;
  }
  .pTop .news__main .list ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .news__main .list ul li a span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 168px;
    height: 40px;
    padding: 0 15px;
    -moz-border-radius: 999px;
         border-radius: 999px;
    color: var(--white);
    background: #E98800;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    margin-right: 12px;
    white-space: nowrap;
  }
  .pTop .news__main .list ul li a time {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: var(--gray);
  }
  .pTop .news__main .list ul li a em {
    width: 100%;
    font-style: normal;
    font-size: 18px;
    line-height: 43px;
    font-weight: 700;
    color: var(--black);
    margin-top: 12px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-right: 30px;
  }
  .pTop .news__main .list ul li a em::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .news__main .btnMore {
    position: absolute;
    right: 0;
    top: 0;
  }
  .pTop .banner {
    background: #F8F6F6;
    padding: 66px 0 56px;
  }
  .pTop .banner__slider figure {
    padding: 0 24px;
    width: 482px;
    height: 248px;
  }
  .pTop .banner__slider figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .pTop .banner__slider--pagination {
    margin-top: 19px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .banner__slider--pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: var(--gray);
    opacity: 1;
    margin: 0 7.5px;
  }
  .pTop .banner__slider--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--black);
  }
  .pTop .event {
    background: #0E0E0E;
    padding: 130px 0;
    overflow: hidden;
  }
  .pTop .event__main {
    position: relative;
  }
  .pTop .event__main .ttlCom h2 {
    color: var(--white);
  }
  .pTop .event__main .ttlCom span {
    color: var(--white);
  }
  .pTop .event__main .list {
    margin-left: -19px;
    margin-top: 57px;
  }
  .pTop .event__main .list .swiper-wrapper li {
    width: 358px;
    padding: 0 19px;
    line-height: 0;
  }
  .pTop .event__main .list .swiper-wrapper li a {
    display: block;
  }
  .pTop .event__main .list .swiper-wrapper li a figure img {
    width: 100%;
    height: 182px;
    object-fit: cover;
    -moz-border-radius: 8px;
         border-radius: 8px;
  }
  .pTop .event__main .list .swiper-wrapper li a p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--white);
    margin-top: 12px;
  }
  .pTop .event__main .list .listEvent {
    overflow: inherit;
  }
  .pTop .event__main .list .listEvent__pagination {
    position: relative;
    width: 176px;
    display: block;
    margin: 53px auto 0;
    height: 5px;
    background: transparent;
  }
  .pTop .event__main .list .listEvent__pagination::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--red);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .event__main .list .listEvent__pagination span {
    height: 5px;
    background: var(--red);
    top: 0;
  }
  .pTop .event__main .list .listEvent__next, .pTop .event__main .list .listEvent__prev {
    position: absolute;
    width: 28px;
    height: 28px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/circleArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -11.5px;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    cursor: pointer;
  }
  .pTop .event__main .list .listEvent__prev {
    left: -webkit-calc(50% - 88px - 49px);
    left: -moz-calc(50% - 88px - 49px);
    left: calc(50% - 88px - 49px);
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pTop .event__main .list .listEvent__next {
    right: -webkit-calc(50% - 88px - 49px);
    right: -moz-calc(50% - 88px - 49px);
    right: calc(50% - 88px - 49px);
  }
  .pTop .event__main .btnMore {
    position: absolute;
    top: 0;
    right: 0;
  }
  .pTop .report {
    padding-bottom: 130px;
    background: #0E0E0E;
    position: relative;
    z-index: 2;
  }
  .pTop .report::after {
    position: absolute;
    content: "";
    height: 981.5px;
    width: 100%;
    background: url("../img/reportBg.png") bottom no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
  }
  .pTop .report__main {
    position: relative;
  }
  .pTop .report__main .ttlCom span {
    color: var(--red);
  }
  .pTop .report__main .list {
    margin-top: 57px;
  }
  .pTop .report__main .list ul li {
    padding: 0 20px 26px;
    border-bottom: 1px solid var(--gray);
  }
  .pTop .report__main .list ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .pTop .report__main .list ul li a.doc::before {
    content: "";
    width: 26px;
    height: 26px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/icDoc.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 7px;
  }
  .pTop .report__main .list ul li a time {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: var(--gray);
  }
  .pTop .report__main .list ul li a p {
    width: 100%;
    margin-top: 12px;
    font-size: 18px;
    line-height: 43px;
    font-weight: 700;
    color: var(--white);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-right: 30px;
  }
  .pTop .report__main .list ul li a p::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    bottom: 7px;
  }
  .pTop .report__main .list ul li + li {
    margin-top: 26px;
  }
  .pTop .report__main .btnMore {
    position: absolute;
    top: 0;
    right: 0;
  }
  .pTop .sponsor {
    position: relative;
  }
  .pTop .sponsor__back .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
       -moz-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }
  .pTop .sponsor__back ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .pTop .sponsor__back ul li {
    line-height: 0;
    width: 560px;
    height: 695px;
  }
  .pTop .sponsor__back ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pTop .sponsor__front {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(14, 14, 14, 0.83);
    z-index: 2;
  }
  .pTop .sponsor__front--main {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .sponsor__front--main .ttlCom h2, .pTop .sponsor__front--main .ttlCom span {
    color: #fff;
  }
  .pTop .sponsor__front--main .ttlCom span {
    margin-top: 10px;
    display: block;
  }
  .pTop .sponsor__front--main .btnSponsor {
    margin-top: 82px;
  }
  .pTop .sponsor__front--main .btnSponsor a {
    display: block;
    width: 68px;
    height: 68px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__title {
    padding: 63px 0 85px;
  }
  .pChild__title--main h2 {
    color: var(--red);
    font-size: 100px;
    line-height: 100px;
    font-weight: 800;
    font-family: var(--en);
  }
  .pChild__title--main span {
    display: block;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: var(--black);
    margin-top: 10px;
  }
  .pChild__breadcrum {
    background: #FFFFFF;
    border-bottom: 2px solid #F8F6F6;
  }
  .pChild__breadcrum--main ul {
    line-height: 0;
    padding: 10px 0;
    vertical-align: middle;
  }
  .pChild__breadcrum--main ul li {
    display: inline;
    vertical-align: middle;
    color: var(--gray);
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
  }
  .pChild__breadcrum--main ul li:first-of-type {
    width: 28px;
    height: 28px;
    display: inline-block;
    line-height: 0;
  }
  .pChild__breadcrum--main ul li:first-of-type a {
    display: block;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/icHome.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__breadcrum--main ul li span {
    font-family: var(--en);
    font-size: 16px;
    line-height: 28px;
    font-weight: 800;
    margin-right: 6px;
  }
  .pChild__breadcrum--main ul li + li::before {
    content: "";
    width: 6px;
    height: 9.5px;
    background: url("../img/breadArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin: 0 10px;
  }
  .pChild__breadcrum--main ul li:not(:first-of-type) a {
    color: var(--black);
    white-space: nowrap;
  }
  .pChild__about {
    background: #fff url("../img/aboutBg02.png") top right no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__about--top {
    padding: 50px 0 112px;
  }
  .pChild__about--top--main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild__about--top--main picture {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__about--top--main--ar {
    width: 504px;
    margin-left: 96px;
  }
  .pChild__about--top--main--ar .txt {
    padding-top: 91px;
  }
  .pChild__about--top--main--ar .txt p {
    font-size: 18px;
    line-height: 43px;
    font-weight: 700;
    color: var(--black);
  }
  .pChild__about--top--main--ar .txt p + p {
    margin-top: 38px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .pChild__about--top--main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pChild__about--top--main picture {
    max-width: 600px;
    -webkit-box-flex: inherit;
       -moz-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

@media screen and (min-width: 769px), print {
  .pChild__about--bot {
    background: #F8F6F6;
    padding: 84px 0 96px;
  }
  .pChild__about--bot--main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pChild__about--bot--main h3 {
    width: 100%;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    color: var(--black);
    padding: 0 0 38px;
    border-bottom: 3px solid var(--red);
    margin-bottom: 28px;
  }
  .pChild__about--bot--main .info {
    width: 508px;
    margin: 0 24.5px 0 20px;
  }
  .pChild__about--bot--main .info dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: var(--black);
  }
  .pChild__about--bot--main .info dl dt {
    width: 72px;
    font-weight: 700;
    margin-right: 20px;
  }
  .pChild__about--bot--main .info dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__about--bot--main .info dl dd address {
    font-style: normal;
  }
  .pChild__about--bot--main .info dl dd .extra {
    margin-top: 30px;
  }
  .pChild__about--bot--main .info dl dd .extra .note {
    font-size: 14px;
    line-height: 1.5;
  }
  .pChild__about--bot--main .info dl + dl {
    margin-top: 28px;
  }
  .pChild__about--bot--main .map {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 20px;
    padding-left: 24.5px;
    line-height: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .pChild__about--bot--main .map {
    -webkit-box-flex: inherit;
       -moz-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 604px;
    padding: 0;
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px), print {
  .pChild__about--bot--main .map iframe {
    width: 100%;
    height: 472px;
  }
  .wp-pagenavi {
    margin-top: 109px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wp-pagenavi .pages, .wp-pagenavi .first, .wp-pagenavi .last {
    display: none;
  }
  .wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .dots {
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    font-family: var(--en);
    color: var(--gray);
    margin: 0 9px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .wp-pagenavi .page:hover, .wp-pagenavi .current:hover, .wp-pagenavi .dots:hover {
    color: var(--black);
    opacity: 1;
  }
  .wp-pagenavi .current {
    color: var(--black);
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 7px;
    height: 11.5px;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../img/pagePrev.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .wp-pagenavi .previouspostslink {
    margin-right: 34px;
  }
  .wp-pagenavi .nextpostslink {
    margin-left: 34px;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pChild__news {
    padding: 109px 0 137px;
  }
  .pChild__news--main .list ul li {
    padding: 0 0 26px 20px;
    border-bottom: 1px solid gray;
  }
  .pChild__news--main .list ul li + li {
    margin-top: 26px;
  }
  .pChild__news--main .list ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__news--main .list ul li a span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 168px;
    height: 40px;
    padding: 0 15px;
    -moz-border-radius: 999px;
         border-radius: 999px;
    color: var(--white);
    background: #E98800;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    margin-right: 12px;
    white-space: nowrap;
  }
  .pChild__news--main .list ul li a time {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: var(--gray);
  }
  .pChild__news--main .list ul li a em {
    width: 100%;
    font-style: normal;
    font-size: 18px;
    line-height: 43px;
    font-weight: 700;
    color: var(--black);
    margin-top: 12px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-right: 30px;
  }
  .pChild__news--main .list ul li a em::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__news--main .detail {
    max-width: 1000px;
    margin: auto;
  }
  .pChild__news--main .detail h1 {
    font-size: 40px;
    line-height: 62px;
    font-weight: 700;
    color: var(--black);
  }
  .pChild__news--main .detail .meta {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 74px;
  }
  .pChild__news--main .detail .meta span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 168px;
    height: 40px;
    padding: 0 15px;
    -moz-border-radius: 999px;
         border-radius: 999px;
    color: var(--white);
    background: #D72B8A;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    margin-right: 12px;
    white-space: nowrap;
  }
  .pChild__news--main .detail .meta time {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: var(--gray);
  }
  .pChild__news--main .detail .wpContent {
    color: var(--black);
  }
  .pChild__news--main .detail .wpContent a {
    color: var(--red);
    text-decoration: underline;
  }
  .pChild__news--main .detail .wpContent p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 24px;
  }
  .pChild__news--main .detail .wpContent h2 {
    margin: 74px 0 48px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #F8F6F6;
    color: var(--black);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    padding: 4px 24px 4px 48px;
    position: relative;
  }
  .pChild__news--main .detail .wpContent h2::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: var(--red);
    left: 24px;
    top: 22px;
  }
  .pChild__news--main .detail .wpContent figure {
    margin-bottom: 24px;
  }
  .pChild__news--main .detail .wpContent figure img {
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .pChild__news--main .detail .wpContent h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    padding: 0 0 0 12px;
    border-left: 3px solid var(--red);
    margin: 60px 0 28px;
  }
  .pChild__news--main .detail .wpContent ul {
    background: #F8F6F6;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 24px 30px 24px 54px;
    list-style: disc;
    margin-bottom: 18px;
  }
  .pChild__news--main .detail .wpContent ul li {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    list-style: disc;
  }
  .pChild__news--main .detail .wpContent ul li strong, .pChild__news--main .detail .wpContent ul li b {
    font-weight: 700;
    display: inline-block;
    min-width: 120px;
  }
  .pChild__news--main .detail .wpContent ul li + li {
    margin-top: 12px;
  }
  .pChild__event--main .ongoing {
    padding: 107px 0 151px;
  }
  .pChild__event--main .ongoing h3 {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    color: var(--red);
    position: relative;
    padding: 0 0 0 38px;
  }
  .pChild__event--main .ongoing h3::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url("../img/icEvent.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 2px;
  }
  .pChild__event--main .ongoing__slider {
    margin-top: 48px;
    padding-bottom: 60px;
  }
  .pChild__event--main .ongoing__slider li {
    width: 700px;
    padding: 0 13px;
    line-height: 0;
  }
  .pChild__event--main .ongoing__slider li a {
    display: block;
    pointer-events: none;
  }
  .pChild__event--main .ongoing__slider li a figure {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__event--main .ongoing__slider li a figure img {
    width: 100%;
    height: 383px;
    object-fit: cover;
    -moz-border-radius: 18px;
         border-radius: 18px;
  }
  .pChild__event--main .ongoing__slider li a figure::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(248, 246, 246, 0.77);
    top: 0;
    left: 0;
    -moz-border-radius: 18px;
         border-radius: 18px;
  }
  .pChild__event--main .ongoing__slider li a p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: var(--black);
    margin-top: 12px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild__event--main .ongoing__slider li.swiper-slide-active a {
    pointer-events: auto;
  }
  .pChild__event--main .ongoing__slider li.swiper-slide-active a p {
    opacity: 1;
  }
  .pChild__event--main .ongoing__slider li.swiper-slide-active a figure::after {
    background: rgba(248, 246, 246, 0);
  }
  .pChild__event--main .ongoing__slider--pagination {
    position: absolute;
    bottom: 11.5px;
    top: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 176px;
    display: block;
    height: 5px;
    background: transparent;
  }
  .pChild__event--main .ongoing__slider--pagination::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--red);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pChild__event--main .ongoing__slider--pagination span {
    height: 5px;
    background: var(--red);
    top: 0;
  }
  .pChild__event--main .ongoing__slider--next, .pChild__event--main .ongoing__slider--prev {
    position: absolute;
    width: 28px;
    height: 28px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/circleArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0px;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    cursor: pointer;
  }
  .pChild__event--main .ongoing__slider--prev {
    left: -webkit-calc(50% - 88px - 49px);
    left: -moz-calc(50% - 88px - 49px);
    left: calc(50% - 88px - 49px);
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pChild__event--main .ongoing__slider--next {
    right: -webkit-calc(50% - 88px - 49px);
    right: -moz-calc(50% - 88px - 49px);
    right: calc(50% - 88px - 49px);
  }
  .pChild__event--main .past {
    background: #0E0E0E url("../img/reportBg.png") bottom no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    padding: 117px 0 116px;
  }
  .pChild__event--main .past h3 {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    color: var(--red);
    position: relative;
    padding: 0 0 0 38px;
  }
  .pChild__event--main .past h3::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url("../img/icEvent.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 2px;
  }
  .pChild__event--main .past__inner .list {
    margin-top: 48px;
  }
  .pChild__event--main .past__inner .list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -18px -9.5px;
  }
  .pChild__event--main .past__inner .list ul li {
    width: 387px;
    margin: 18px 9.5px;
  }
  .pChild__event--main .past__inner .list ul li a {
    display: block;
    width: 100%;
  }
  .pChild__event--main .past__inner .list ul li a figure {
    width: 100%;
  }
  .pChild__event--main .past__inner .list ul li a figure img {
    width: 100%;
    height: 218px;
    object-fit: cover;
    -moz-border-radius: 8px;
         border-radius: 8px;
  }
  .pChild__event--main .past__inner .list ul li a p {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 4px;
  }
  .pChild__event--main .detail {
    max-width: 1000px;
    margin: 0px auto 0;
    padding-top: 109px;
    padding-bottom: 104px;
    color: var(--black);
  }
  .pChild__event--main .detail h1 {
    font-size: 40px;
    line-height: 62px;
    font-weight: 700;
    color: var(--black);
  }
  .pChild__event--main .detail .meta {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 74px;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pChild__event--main .detail .meta span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 168px;
    height: 40px;
    padding: 0 15px;
    -moz-border-radius: 999px;
         border-radius: 999px;
    color: var(--white);
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
  }
  .pChild__event--main .detail .meta span.stGoing {
    background: var(--red);
  }
  .pChild__event--main .detail .meta span.stPast {
    background: var(--black);
  }
  .pChild__event--main .detail .meta .thank {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: var(--red);
    margin-top: 40px;
    position: relative;
    padding: 0 0 0 30px;
  }
  .pChild__event--main .detail .meta .thank::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url("../img/eventIc12.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 4px;
  }
  .pChild__event--main .detail .thumb {
    margin-bottom: 74px;
    line-height: 0;
  }
  .pChild__event--main .detail .thumb img {
    -moz-border-radius: 20px;
         border-radius: 20px;
    width: 100%;
    height: auto;
  }
  .pChild__event--main .detail .wpContent {
    color: var(--black);
    margin-bottom: -74px;
  }
  .pChild__event--main .detail .wpContent a {
    color: var(--red);
    text-decoration: underline;
  }
  .pChild__event--main .detail .wpContent p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 24px;
  }
  .pChild__event--main .detail .wpContent .wp-block-group {
    margin-bottom: 74px;
  }
  .pChild__event--main .detail .wpContent h2 {
    margin: 0px 0 48px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #F8F6F6;
    color: var(--black);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    padding: 4px 24px;
    position: relative;
    vertical-align: middle;
  }
  .pChild__event--main .detail .wpContent h2 img {
    width: 30px!important;
    height: auto;
    margin-right: 8px;
  }
  .pChild__event--main .detail .wpContent h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    padding: 0 0 0 12px;
    border-left: 3px solid var(--red);
    margin: 38px 0 28px;
  }
  .pChild__event--main .detail .wpContent p a {
    font-size: 15px;
  }
  .pChild__event--main .detail .backList a {
    margin-top: 106px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 88px;
    color: var(--white);
    font-size: 22px;
    line-height: 22px;
    white-space: nowrap;
    padding: 0 18px 0 20px;
    -moz-border-radius: 14px;
         border-radius: 14px;
    font-weight: 700;
    background: var(--red);
  }
  .pChild__event--main .detail .backList a::after {
    content: "";
    width: 38px;
    height: 38px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/btnArrowWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 38px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild__event--main .detail .backList a:hover::after {
    -webkit-transform: translateX(10px);
       -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
  .pChild__report--main {
    padding-top: 109px;
    padding-bottom: 149px;
  }
  .pChild__report--main .list ul li {
    padding: 0 20px 26px;
    border-bottom: 1px solid var(--gray);
  }
  .pChild__report--main .list ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .pChild__report--main .list ul li a.doc::before {
    content: "";
    width: 26px;
    height: 26px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/icDoc.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 7px;
  }
  .pChild__report--main .list ul li a time {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: var(--gray);
  }
  .pChild__report--main .list ul li a p {
    width: 100%;
    margin-top: 12px;
    font-size: 18px;
    line-height: 43px;
    font-weight: 700;
    color: var(--black);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-right: 30px;
  }
  .pChild__report--main .list ul li a p::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    bottom: 7px;
  }
  .pChild__report--main .list ul li + li {
    margin-top: 26px;
  }
  .pChild__report--grid {
    background: url("../img/reportGrid.png") 0 0 repeat;
    -moz-background-size: 25px 25px;
         background-size: 25px 25px;
  }
  .pChild__report--grid .detail {
    max-width: 670px;
    margin: auto;
  }
  .pChild__report--grid .detail h1 {
    background: var(--black);
    -moz-border-radius: 40px 40px 40px 0;
         border-radius: 40px 40px 40px 0;
    color: var(--white);
    font-size: 34px;
    line-height: 52px;
    font-weight: 700;
    padding: 32px 42px;
    margin-bottom: 12px;
  }
  .pChild__report--grid .detail time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 12px;
    border-bottom: 1px dashed var(--gray);
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: var(--gray);
  }
  .pChild__report--grid .detail time::before {
    content: "";
    width: 26px;
    height: 26px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/icDoc.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 7px;
  }
  .pChild__report--grid .detail .wpContent {
    margin-top: 44px;
    color: var(--black);
  }
  .pChild__report--grid .detail .wpContent p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 46px;
  }
  .pChild__report--grid .detail .wpContent p code {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff176));
    background: -webkit-linear-gradient(transparent 60%, #fff176 60%);
    background: -moz- oldlinear-gradient(transparent 60%, #fff176 60%);
    background: linear-gradient(transparent 60%, #fff176 60%);
    font-weight: bold;
    padding: 0 2px;
  }
  .pChild__report--grid .detail .wpContent figure {
    margin-bottom: 12px;
  }
  .pChild__report--grid .detail .wpContent figure img {
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .pChild__report--grid .detail .wpContent figure figcaption {
    font-size: 14px;
    line-height: 1;
  }
  .pChild__report--grid .detail .wpContent .is-layout-grid {
    gap: 14px;
  }
  .pChild__report--next {
    background: var(--black);
    padding: 147px 0 99px;
  }
  .pChild__report--next--main {
    max-width: 430px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__report--next--main .nextTitle {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 25px 0 0 0;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: var(--white);
  }
  .pChild__report--next--main .nextTitle a {
    color: #fff;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-right: 54px;
  }
  .pChild__report--next--main .nextTitle a::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    top: 0px;
  }
  .pChild__report--next--main .nextTitle::before {
    position: absolute;
    content: "NEXT";
    font-family: var(--en);
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    top: 0;
    left: 0;
    color: var(--orange);
  }
  .pChild__report--next--main .btnList {
    margin-top: 100px;
    width: 402px;
  }
  .pChild__report--next--main .btnList a {
    width: 100%;
    height: 88px;
    -moz-border-radius: 14px;
         border-radius: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--white);
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--red);
    padding: 0 20px;
  }
  .pChild__report--next--main .btnList a::after {
    content: "";
    width: 38px;
    height: 38px;
    background: url("../img/btnArrowWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pChild__sponsor--main {
    padding-top: 109px;
  }
  .pChild__sponsor--main--tabs {
    margin-bottom: 100px;
  }
  .pChild__sponsor--main--tabs ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -10.5px;
  }
  .pChild__sponsor--main--tabs ul li {
    width: 256px;
    margin: 10.5px;
  }
  .pChild__sponsor--main--tabs ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F8F6F6;
    border: 2px solid var(--gray);
    -moz-border-radius: 8px;
         border-radius: 8px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: var(--gray);
    width: 100%;
    height: 59px;
  }
  .pChild__sponsor--main--tabs ul li a::before {
    content: "";
    width: 29px;
    height: 29px;
    margin-right: 7px;
  }
  .pChild__sponsor--main--tabs ul li a:hover, .pChild__sponsor--main--tabs ul li a.active {
    border-color: var(--red);
    background: var(--white);
    color: var(--red);
  }
  .pChild__sponsor--main--tabs ul li a[data-tab="tab1"]::before {
    background: url("../img/sponsorTab1.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__sponsor--main--tabs ul li a[data-tab="tab1"]:hover::before, .pChild__sponsor--main--tabs ul li a[data-tab="tab1"].active::before {
    background: url("../img/sponsorTab1_active.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__sponsor--main--tabs ul li a[data-tab="tab2"]::before {
    background: url("../img/sponsorTab2.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__sponsor--main--tabs ul li a[data-tab="tab2"]:hover::before, .pChild__sponsor--main--tabs ul li a[data-tab="tab2"].active::before {
    background: url("../img/sponsorTab2_active.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__sponsor--main--tabContent {
    display: none;
  }
  .pChild__sponsor--main--tabContent.active {
    display: block;
  }
  .pChild__sponsor--main--tabContent .tabTitle h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    color: var(--red);
  }
  .pChild__sponsor--main--tabContent .tabTitle h3::before {
    content: "";
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .pChild__sponsor--main--tabContent .tabTitle h3.st1::before {
    background: url("../img/sponsorTab1.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__sponsor--main--tabContent .tabTitle h3.st2::before {
    background: url("../img/sponsorTab2.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__sponsor--main--tabContent .tabContent__row {
    padding: 53px 0;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner {
    max-width: 1000px;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: var(--black);
    padding: 0 0 38px;
    border-bottom: 3px solid var(--red);
    margin-bottom: 18px;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .figs ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -7px;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .figs ul li {
    margin: 7px;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .figs.col4 ul li {
    width: 239px;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .figs.col4 ul li a {
    display: block;
    line-height: 0;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .figs.col4 ul li a img {
    width: 100%;
    height: 120px;
    object-fit: cover;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .figs.col5 ul li {
    width: 188px;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .figs.col5 ul li a {
    display: block;
    line-height: 0;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .figs.col5 ul li a img {
    width: 100%;
    height: 94px;
    object-fit: cover;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .banner {
    text-align: center;
    margin-bottom: 105px;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .banner img {
    width: 800px;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .txt p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .txt p + p {
    margin-top: 15px;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .txt figure {
    margin-top: 31px;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .txt figure img {
    width: 382px;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -7px;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .list ul li {
    margin: 7px;
    width: 239px;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .list ul li a {
    width: 100%;
    height: 100%;
    min-height: 56px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 34px 0 10px;
    background: #F8F6F6;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: var(--black);
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .list ul li a::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url("../img/icBlank.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
  }
  .pChild__sponsor--main--tabContent .tabContent.st2 .tabContent__row {
    padding: 80px 0;
  }
  .pChild__sponsor--main--tabContent .tabContent.st2 .tabContent__row:nth-child(odd) {
    background: var(--white);
  }
  .pChild__sponsor--main--tabContent .tabContent.st2 .tabContent__row:nth-child(even) {
    background: #F8F6F6;
  }
  .pChild__contact {
    padding: 109px 0 164px;
  }
  .pChild__contact--main .note {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: var(--black);
  }
  .pChild__contact--main .note span {
    color: var(--red);
  }
  .pChild__contact--main .form {
    max-width: 800px;
    margin: 82px auto 0;
  }
  .pChild__contact--main .form dl dt {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
  }
  .pChild__contact--main .form dl dt.required::after {
    content: "*";
    color: var(--red);
  }
  .pChild__contact--main .form dl dd {
    margin-top: 9px;
  }
  .pChild__contact--main .form dl dd .wrapInput input, .pChild__contact--main .form dl dd .wrapInput textarea {
    width: 100%;
    outline: none;
    font-size: 16px;
    line-height: 30px;
    padding: 15px;
    border: 1px solid var(--gray);
    -moz-border-radius: 4px;
         border-radius: 4px;
    background: #fff;
  }
  .pChild__contact--main .form dl dd .wrapInput textarea {
    height: 300px;
  }
  .pChild__contact--main .form dl + dl {
    margin-top: 34px;
  }
  .pChild__contact--main .form .btn {
    margin-top: 82px;
    line-height: 0;
    text-align: center;
  }
  .pChild__contact--main .form .btn button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--red);
    color: var(--white);
    -moz-border-radius: 14px;
         border-radius: 14px;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    outline: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    padding: 0 20px;
    width: 291px;
    height: 88px;
  }
  .pChild__contact--main .form .btn button::after {
    content: "";
    width: 38px;
    height: 38px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/btnArrowWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__privacy--main {
    padding-top: 109px;
    padding-bottom: 86px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: var(--black);
  }
  .pChild__privacy--main a {
    color: var(--red);
  }
  .pChild__privacy--main .intro {
    margin-bottom: 90px;
  }
  .pChild__privacy--main article {
    margin-bottom: 90px;
  }
  .pChild__privacy--main article h3 {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    color: var(--red);
    padding: 0 0 0 38px;
    position: relative;
    margin-bottom: 24px;
  }
  .pChild__privacy--main article h3::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: var(--gray);
    top: 11px;
    left: 9px;
  }
  .pChild__privacy--main article p {
    margin-bottom: 28px;
  }
  .pChild__privacy--main article .list {
    counter-reset: dl;
  }
  .pChild__privacy--main article .list dl {
    counter-increment: dl;
    padding: 0 0 0 30px;
    position: relative;
    font-size: 18px;
    line-height: 32px;
    color: var(--black);
  }
  .pChild__privacy--main article .list dl::before {
    position: absolute;
    content: counter(dl) ".";
    left: 0;
    top: 0;
    font-weight: 700;
  }
  .pChild__privacy--main article .list dl dt {
    font-weight: 700;
  }
  .pChild__privacy--main article .list dl + dl {
    margin-top: 28px;
  }
  .pChild__privacy--main .dateNote {
    font-weight: 700;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  body {
    padding-top: 21.06667vw;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 3.46667vw 4vw;
  }
  .header__main {
    background: #fff;
    padding: 0 0 0 3vw;
    -moz-border-radius: 2vw;
         border-radius: 2vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__main--logo {
    line-height: 0;
    width: 61.86667vw;
  }
  .header__main--logo a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .header__main--logo a img {
    width: 100%;
    height: auto;
  }
  .header__main--nav {
    position: absolute;
    width: 100vw;
    top: 0;
    right: 0;
    height: 0;
    background: var(--black);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__main--nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .header__main--nav ul li {
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid var(--red);
  }
  .header__main--nav ul li a {
    display: block;
    width: 100%;
    padding: 5.33333vw 0;
    color: var(--white);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 5.86667vw;
    line-height: 1;
    font-weight: 800;
    font-family: var(--en);
  }
  .header__main--nav ul li a::after {
    position: absolute;
    content: "";
    width: 5.86667vw;
    height: 5.86667vw;
    background: url("../img/navArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 2.66667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__main--nav ul li + li {
    margin-top: 3.73333vw;
  }
  .header__main--nav .btn {
    margin-top: 10.66667vw;
    width: 100%;
  }
  .header__main--nav .btn a {
    width: 100%;
    height: 21.06667vw;
    padding: 0 0 0 18.13333vw;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    background: var(--red);
    color: var(--white);
    font-size: 5.86667vw;
    line-height: 1;
    font-weight: 800;
  }
  .header__main--nav .btn a::before {
    width: 10.66667vw;
    height: 10.66667vw;
    background: url("../img/headerContact.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 4.26667vw;
  }
  .header__main--nav .btn a::after {
    position: absolute;
    content: "";
    width: 5.86667vw;
    height: 5.86667vw;
    background: url("../img/navArrow02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 4.26667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__main--nav.active {
    padding: 26.66667vw 4vw;
    overflow: auto;
  }
  .header__main .menu_icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 14.13333vw;
    height: 14.13333vw;
    background: var(--red);
    -moz-border-radius: 2vw;
         border-radius: 2vw;
    border: none;
    position: relative;
    z-index: 999;
  }
  .header__main .menu_icon.active {
    background: var(--red);
  }
  .header__main .menu_icon.active .menu-trigger span:nth-of-type(1) {
    top: 50%;
    background: var(--white);
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s,transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s,-webkit-transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
  }
  .header__main .menu_icon.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header__main .menu_icon.active .menu-trigger span:nth-of-type(3) {
    top: 50%;
    background: var(--white);
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s,transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s,-webkit-transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
  }
  .header__main .menu_icon_in {
    width: 7.73333vw;
    height: 4.26667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__main .menu_icon_in .menu-trigger,
  .header__main .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header__main .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 4.26667vw;
  }
  .header__main .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.53333vw;
    min-height: 1px;
    background-color: #fff;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__main .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
    -webkit-transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease,top 0.3s ease 0.3s,-moz-transform 0.3s ease;
    transition: transform 0.3s ease,top 0.3s ease 0.3s;
    transition: transform 0.3s ease,top 0.3s ease 0.3s,-webkit-transform 0.3s ease,-moz-transform 0.3s ease;
  }
  .header__main .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 50%;
  }
  .header__main .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: -webkit-calc(100% - 1px);
    top: -moz-calc(100% - 1px);
    top: calc(100% - 1px);
    -webkit-transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease,top 0.3s ease 0.3s,-moz-transform 0.3s ease;
    transition: transform 0.3s ease,top 0.3s ease 0.3s;
    transition: transform 0.3s ease,top 0.3s ease 0.3s,-webkit-transform 0.3s ease,-moz-transform 0.3s ease;
  }
  .footer {
    background: #fff;
    padding: 10.93333vw 0 2.93333vw;
    border-top: 0.53333vw solid #F8F6F6;
  }
  .footer__main--left--logo {
    text-align: center;
  }
  .footer__main--left--logo a {
    width: 76vw;
    display: inline-block;
    line-height: 0;
  }
  .footer__main--left--logo a img {
    width: 100%;
    height: auto;
  }
  .footer__main--left--link {
    width: 100%;
    margin-top: 7.46667vw;
  }
  .footer__main--left--link::after {
    content: "";
    clear: both;
    display: table;
  }
  .footer__main--left--link li {
    float: left;
    margin-right: 3.46667vw;
  }
  .footer__main--left--link li:nth-child(1) {
    margin-right: 5.06667vw;
  }
  .footer__main--left--link li:nth-child(3), .footer__main--left--link li:nth-child(5) {
    margin-right: 0;
  }
  .footer__main--left--link li:nth-child(4), .footer__main--left--link li:nth-child(5) {
    margin-top: 3.46667vw;
  }
  .footer__main--left--link li a {
    width: 9.6vw;
    display: inline-block;
    line-height: 0;
  }
  .footer__main--left--link li a img {
    width: 100%;
    height: auto;
  }
  .footer__main--left--link li a.st2 {
    width: 61.86667vw;
  }
  .footer__main--right {
    margin-top: 7.46667vw;
  }
  .footer__main--right ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__main--right ul li {
    margin: 0 2.26667vw;
  }
  .footer__main--right ul li a {
    font-size: 3.2vw;
    line-height: 3.2vw;
    font-weight: 700;
    color: var(--black);
  }
  .footer__main--right .copyright {
    margin-top: 11.2vw;
    text-align: center;
    font-size: 2.66667vw;
    line-height: 2.66667vw;
    font-weight: 400;
    font-family: var(--en);
    color: var(--gray);
  }
  .pTop .mv__slider figure {
    padding: 0 4vw;
  }
  .pTop .mv__slider figure img {
    width: 100%;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    object-fit: cover;
    display: block;
    -webkit-transform: scaleY(0.64);
       -moz-transform: scaleY(0.64);
        -ms-transform: scaleY(0.64);
            transform: scaleY(0.64);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .mv__slider figure.swiper-slide-active img {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
  .pTop .mv__slider--pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3.2vw;
  }
  .pTop .mv__slider--pagination span {
    width: 1.33333vw;
    height: 1.33333vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin: 0 0.93333vw;
    background: var(--gray);
    opacity: 1;
  }
  .pTop .mv__slider--pagination span.swiper-pagination-bullet-active {
    background: var(--red);
  }
  .pTop .mv__slider--next, .pTop .mv__slider--prev {
    position: absolute;
    width: 10.13333vw;
    height: 10.13333vw;
    text-indent: -9999px;
    background: url("../img/mvArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
    display: none;
  }
  .pTop .mv__slider--prev {
    left: -webkit-calc(50% - 193.33333vw);
    left: -moz-calc(50% - 193.33333vw);
    left: calc(50% - 193.33333vw);
  }
  .pTop .mv__slider--next {
    right: -webkit-calc(50% - 193.33333vw);
    right: -moz-calc(50% - 193.33333vw);
    right: calc(50% - 193.33333vw);
    -webkit-transform: translateY(-50%) scaleX(-1);
       -moz-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
  .pTop .ttlCom {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .ttlCom h2 {
    font-size: 15.46667vw;
    line-height: 15.46667vw;
    font-family: var(--en);
    font-weight: 800;
    color: var(--red);
  }
  .pTop .ttlCom span {
    font-size: 4.26667vw;
    line-height: 1;
    font-weight: 700;
    color: var(--black);
    display: block;
    margin-top: 1.6vw;
  }
  .pTop .ttlCom a {
    position: absolute;
    width: 12.8vw;
    height: 12.8vw;
    text-indent: -9999px;
    overflow: hidden;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    top: 1.33333vw;
  }
  .pTop .about {
    background: #F8F6F6 url("../img/aboutBg_sp.png") bottom right no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-top: 17.06667vw;
    padding-bottom: 15.2vw;
  }
  .pTop .about__main .ttlCom {
    width: 100%;
  }
  .pTop .about__main picture {
    width: 100%;
    margin-top: 9.86667vw;
  }
  .pTop .about__main--ar {
    width: 100%;
    margin-top: 15.73333vw;
  }
  .pTop .about__main--ar .txt p {
    font-size: 4vw;
    line-height: 8.53333vw;
    font-weight: 700;
    color: var(--black);
  }
  .pTop .about__main--ar .txt p + p {
    margin-top: 3.46667vw;
  }
  .pTop .btnMore a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 15.46667vw;
    border: 0.53333vw solid var(--red);
    color: var(--red);
    font-size: 4.26667vw;
    line-height: 4.26667vw;
    white-space: nowrap;
    padding: 0 4.26667vw 0 4.26667vw;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    font-weight: 700;
    background: var(--white);
  }
  .pTop .btnMore a::after {
    content: "";
    width: 5.86667vw;
    height: 5.86667vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 10.13333vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .btnMore a:hover::after {
    -webkit-transform: translateX(4vw);
       -moz-transform: translateX(4vw);
        -ms-transform: translateX(4vw);
            transform: translateX(4vw);
  }
  .pTop .btnMore a.st2 {
    background: var(--red);
    color: var(--white);
  }
  .pTop .btnMore a.st2::after {
    background: url("../img/btnArrowWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .news {
    padding: 25.06667vw 0 25.06667vw;
    background: #fff;
  }
  .pTop .news__main {
    position: relative;
  }
  .pTop .news__main .list {
    margin-top: 10.66667vw;
  }
  .pTop .news__main .list ul li {
    padding: 0 0 5.33333vw 0vw;
    border-bottom: 1px solid gray;
  }
  .pTop .news__main .list ul li + li {
    margin-top: 5.33333vw;
  }
  .pTop .news__main .list ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .news__main .list ul li a span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 39.73333vw;
    height: 8.53333vw;
    padding: 0 3.73333vw;
    -moz-border-radius: 266.4vw;
         border-radius: 266.4vw;
    color: var(--white);
    background: #E98800;
    font-size: 3.73333vw;
    line-height: 1;
    font-weight: 700;
    margin-right: 3.2vw;
    white-space: nowrap;
  }
  .pTop .news__main .list ul li a time {
    font-size: 3.73333vw;
    line-height: 1;
    font-weight: 700;
    color: var(--gray);
  }
  .pTop .news__main .list ul li a em {
    width: 100%;
    font-style: normal;
    font-size: 4vw;
    line-height: 7.46667vw;
    font-weight: 700;
    color: var(--black);
    margin-top: 2.66667vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-right: 11.2vw;
  }
  .pTop .news__main .list ul li a em::after {
    position: absolute;
    content: "";
    width: 5.86667vw;
    height: 5.86667vw;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .news__main .btnMore {
    margin-top: 8vw;
  }
  .pTop .banner {
    background: #F8F6F6;
    padding: 11.46667vw 0 6.66667vw;
  }
  .pTop .banner__slider figure {
    padding: 0 2.13333vw;
    width: 74.66667vw;
    height: 40vw;
  }
  .pTop .banner__slider figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
  }
  .pTop .banner__slider--pagination {
    margin-top: 2.66667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .banner__slider--pagination .swiper-pagination-bullet {
    width: 1.33333vw;
    height: 1.33333vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: var(--gray);
    opacity: 1;
    margin: 0 0.93333vw;
  }
  .pTop .banner__slider--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--red);
  }
  .pTop .event {
    background: #0E0E0E;
    padding: 15.46667vw 0 0;
    overflow: hidden;
  }
  .pTop .event__main {
    position: relative;
  }
  .pTop .event__main .ttlCom h2 {
    color: var(--white);
  }
  .pTop .event__main .ttlCom span {
    color: var(--white);
  }
  .pTop .event__main .list {
    margin-left: -2.13333vw;
    margin-top: 10.66667vw;
  }
  .pTop .event__main .list .swiper-wrapper li {
    width: 74.13333vw;
    padding: 0 2.13333vw;
    line-height: 0;
  }
  .pTop .event__main .list .swiper-wrapper li a {
    display: block;
  }
  .pTop .event__main .list .swiper-wrapper li a figure img {
    width: 100%;
    height: 39.73333vw;
    object-fit: cover;
    -moz-border-radius: 1.6vw;
         border-radius: 1.6vw;
  }
  .pTop .event__main .list .swiper-wrapper li a p {
    font-size: 3.73333vw;
    line-height: 1.5;
    font-weight: 700;
    color: var(--white);
    margin-top: 1.6vw;
  }
  .pTop .event__main .list .listEvent {
    overflow: inherit;
  }
  .pTop .event__main .list .listEvent__pagination {
    position: relative;
    width: 21.33333vw;
    display: block;
    margin: 8.26667vw auto 0;
    height: 0.8vw;
    background: transparent;
  }
  .pTop .event__main .list .listEvent__pagination::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--red);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .event__main .list .listEvent__pagination span {
    height: 0.8vw;
    background: var(--red);
    top: 0;
  }
  .pTop .event__main .list .listEvent__next, .pTop .event__main .list .listEvent__prev {
    position: absolute;
    width: 5.86667vw;
    height: 5.86667vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/circleArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -2.85333vw;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    cursor: pointer;
  }
  .pTop .event__main .list .listEvent__prev {
    left: -webkit-calc(50% - 10.66667vw - 8.53333vw);
    left: -moz-calc(50% - 10.66667vw - 8.53333vw);
    left: calc(50% - 10.66667vw - 8.53333vw);
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pTop .event__main .list .listEvent__next {
    right: -webkit-calc(50% - 10.66667vw - 8.53333vw);
    right: -moz-calc(50% - 10.66667vw - 8.53333vw);
    right: calc(50% - 10.66667vw - 8.53333vw);
  }
  .pTop .event__main .btnMore {
    margin-top: 14.78933vw;
  }
  .pTop .report {
    padding-top: 27.2vw;
    padding-bottom: 19.2vw;
    background: #0E0E0E;
    position: relative;
    z-index: 2;
  }
  .pTop .report::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url("../img/reportBg_sp.png") bottom no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
  }
  .pTop .report__main {
    position: relative;
  }
  .pTop .report__main .ttlCom span {
    color: var(--red);
  }
  .pTop .report__main .list {
    margin-top: 10.66667vw;
  }
  .pTop .report__main .list ul li {
    padding: 0 0vw 5.33333vw;
    border-bottom: 1px solid var(--gray);
  }
  .pTop .report__main .list ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .pTop .report__main .list ul li a.doc::before {
    content: "";
    width: 5.33333vw;
    height: 5.33333vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/icDoc.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.86667vw;
  }
  .pTop .report__main .list ul li a time {
    font-size: 3.73333vw;
    line-height: 1;
    font-weight: 700;
    color: var(--gray);
  }
  .pTop .report__main .list ul li a p {
    width: 100%;
    margin-top: 2.66667vw;
    font-size: 4vw;
    line-height: 7.46667vw;
    font-weight: 700;
    color: var(--white);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-right: 11.2vw;
  }
  .pTop .report__main .list ul li a p::after {
    position: absolute;
    content: "";
    width: 5.86667vw;
    height: 5.86667vw;
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .report__main .list ul li + li {
    margin-top: 5.33333vw;
  }
  .pTop .report__main .btnMore {
    margin-top: 12.26667vw;
  }
  .pTop .sponsor {
    position: relative;
  }
  .pTop .sponsor__back .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
       -moz-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }
  .pTop .sponsor__back ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .pTop .sponsor__back ul li {
    line-height: 0;
    width: 85.33333vw;
    height: 105.86667vw;
  }
  .pTop .sponsor__back ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pTop .sponsor__front {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(14, 14, 14, 0.83);
    z-index: 2;
  }
  .pTop .sponsor__front--main {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .sponsor__front--main .ttlCom h2, .pTop .sponsor__front--main .ttlCom span {
    color: #fff;
  }
  .pTop .sponsor__front--main .ttlCom span {
    margin-top: 1.6vw;
    display: block;
  }
  .pTop .sponsor__front--main .btnSponsor {
    margin-top: 11.2vw;
  }
  .pTop .sponsor__front--main .btnSponsor a {
    display: block;
    width: 12.8vw;
    height: 12.8vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__title {
    padding: 5.33333vw 0 6.93333vw;
  }
  .pChild__title--main h2 {
    color: var(--red);
    font-size: 15.46667vw;
    line-height: 15.46667vw;
    font-weight: 800;
    font-family: var(--en);
  }
  .pChild__title--main span {
    display: block;
    font-size: 4.26667vw;
    line-height: 1;
    font-weight: 700;
    color: var(--black);
    margin-top: 1.6vw;
  }
  .pChild__breadcrum {
    background: #FFFFFF;
    border-bottom: 0.53333vw solid #F8F6F6;
  }
  .pChild__breadcrum--main ul {
    line-height: 0;
    padding: 3.2vw 0;
    vertical-align: middle;
  }
  .pChild__breadcrum--main ul li {
    display: inline;
    vertical-align: middle;
    color: var(--gray);
    font-size: 2.66667vw;
    line-height: 4.8vw;
    font-weight: 700;
  }
  .pChild__breadcrum--main ul li:first-of-type {
    width: 4.8vw;
    height: 4.8vw;
    display: inline-block;
    line-height: 0;
  }
  .pChild__breadcrum--main ul li:first-of-type a {
    display: block;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/icHome.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__breadcrum--main ul li span {
    font-family: var(--en);
    font-size: 3.73333vw;
    line-height: 4.8vw;
    font-weight: 800;
    margin-right: 1.6vw;
  }
  .pChild__breadcrum--main ul li + li::before {
    content: "";
    width: 1.33333vw;
    height: 2vw;
    background: url("../img/breadArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin: 0 2.66667vw;
  }
  .pChild__breadcrum--main ul li:not(:first-of-type) a {
    color: var(--black);
    white-space: nowrap;
  }
  .pChild__about--top {
    padding: 9.6vw 0 15.73333vw;
    background: #fff url("../img/aboutBg02_sp.png") bottom right no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .pChild__about--top--main picture {
    width: 100%;
  }
  .pChild__about--top--main--ar {
    width: 100%;
    margin-top: 15.73333vw;
  }
  .pChild__about--top--main--ar .txt p {
    font-size: 4vw;
    line-height: 8.53333vw;
    font-weight: 700;
    color: var(--black);
  }
  .pChild__about--top--main--ar .txt p + p {
    margin-top: 3.46667vw;
  }
  .pChild__about--bot {
    background: #F8F6F6;
    padding: 14.66667vw 0 21.6vw;
  }
  .pChild__about--bot--main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pChild__about--bot--main h3 {
    width: 100%;
    font-size: 6.4vw;
    line-height: 1;
    font-weight: 700;
    color: var(--black);
    padding: 0 0 7.46667vw;
    border-bottom: 0.53333vw solid var(--red);
    margin-bottom: 7.46667vw;
  }
  .pChild__about--bot--main .info {
    width: 100%;
  }
  .pChild__about--bot--main .info dl {
    font-size: 4vw;
    line-height: 7.46667vw;
    font-weight: 400;
    color: var(--black);
  }
  .pChild__about--bot--main .info dl dt {
    width: 100%;
    font-weight: 700;
  }
  .pChild__about--bot--main .info dl dd {
    margin-top: 1.86667vw;
  }
  .pChild__about--bot--main .info dl dd address {
    font-style: normal;
  }
  .pChild__about--bot--main .info dl dd .extra {
    margin-top: 3.73333vw;
  }
  .pChild__about--bot--main .info dl dd .extra .note {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .pChild__about--bot--main .info dl + dl {
    margin-top: 5.86667vw;
  }
  .pChild__about--bot--main .map {
    margin-top: 12.8vw;
    width: 100%;
  }
  .pChild__about--bot--main .map iframe {
    width: 100%;
    height: 72.53333vw;
  }
  .wp-pagenavi {
    margin-top: 12.53333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wp-pagenavi .pages, .wp-pagenavi .first, .wp-pagenavi .last {
    display: none;
  }
  .wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .dots {
    font-size: 4.8vw;
    line-height: 1;
    font-weight: 700;
    font-family: var(--en);
    color: var(--gray);
    margin: 0 1.6vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .wp-pagenavi .page:hover, .wp-pagenavi .current:hover, .wp-pagenavi .dots:hover {
    color: var(--black);
    opacity: 1;
  }
  .wp-pagenavi .current {
    color: var(--black);
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 1.6vw;
    height: 2.4vw;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../img/pagePrev.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .wp-pagenavi .previouspostslink {
    margin-right: 6.66667vw;
  }
  .wp-pagenavi .nextpostslink {
    margin-left: 6.66667vw;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pChild__news {
    padding: 14.66667vw 0 12.26667vw;
  }
  .pChild__news--main .list ul li {
    padding: 0 0 5.33333vw 0vw;
    border-bottom: 1px solid gray;
  }
  .pChild__news--main .list ul li + li {
    margin-top: 5.33333vw;
  }
  .pChild__news--main .list ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__news--main .list ul li a span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 39.73333vw;
    height: 8.53333vw;
    padding: 0 3.73333vw;
    -moz-border-radius: 266.4vw;
         border-radius: 266.4vw;
    color: var(--white);
    background: #E98800;
    font-size: 3.73333vw;
    line-height: 1;
    font-weight: 700;
    margin-right: 3.2vw;
    white-space: nowrap;
  }
  .pChild__news--main .list ul li a time {
    font-size: 3.73333vw;
    line-height: 1;
    font-weight: 700;
    color: var(--gray);
  }
  .pChild__news--main .list ul li a em {
    width: 100%;
    font-style: normal;
    font-size: 4vw;
    line-height: 7.46667vw;
    font-weight: 700;
    color: var(--black);
    margin-top: 2.66667vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-right: 11.2vw;
  }
  .pChild__news--main .list ul li a em::after {
    position: absolute;
    content: "";
    width: 5.86667vw;
    height: 5.86667vw;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__news--main .detail {
    margin: auto;
  }
  .pChild__news--main .detail h1 {
    font-size: 6.4vw;
    line-height: 10.13333vw;
    font-weight: 700;
    color: var(--black);
  }
  .pChild__news--main .detail .meta {
    margin-top: 3.73333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 14.4vw;
  }
  .pChild__news--main .detail .meta span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 39.73333vw;
    height: 8.53333vw;
    padding: 0 3.73333vw;
    -moz-border-radius: 266.4vw;
         border-radius: 266.4vw;
    color: var(--white);
    background: #E98800;
    font-size: 3.73333vw;
    line-height: 1;
    font-weight: 700;
    margin-right: 3.2vw;
    white-space: nowrap;
  }
  .pChild__news--main .detail .meta time {
    font-size: 3.73333vw;
    line-height: 1;
    font-weight: 700;
    color: var(--gray);
  }
  .pChild__news--main .detail .wpContent {
    color: var(--black);
  }
  .pChild__news--main .detail .wpContent a {
    color: var(--red);
    text-decoration: underline;
  }
  .pChild__news--main .detail .wpContent p {
    font-size: 4vw;
    line-height: 7.46667vw;
    font-weight: 400;
    margin-bottom: 6.4vw;
  }
  .pChild__news--main .detail .wpContent h2 {
    margin: 14.4vw 0 6.93333vw;
    -moz-border-radius: 1.6vw;
         border-radius: 1.6vw;
    background: #F8F6F6;
    color: var(--black);
    font-size: 5.33333vw;
    font-weight: 700;
    line-height: 1.5;
    padding: 1.33333vw 1.33333vw 1.33333vw 7.46667vw;
    position: relative;
  }
  .pChild__news--main .detail .wpContent h2::before {
    position: absolute;
    content: "";
    width: 2.13333vw;
    height: 2.13333vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: var(--red);
    left: 3.2vw;
    top: 4.26667vw;
  }
  .pChild__news--main .detail .wpContent figure {
    margin-bottom: 6.4vw;
  }
  .pChild__news--main .detail .wpContent figure img {
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
  }
  .pChild__news--main .detail .wpContent h3 {
    font-size: 4.8vw;
    line-height: 7.46667vw;
    font-weight: 700;
    padding: 0 0 0 2.13333vw;
    border-left: 0.8vw solid var(--red);
    margin: 14.66667vw 0 6.4vw;
  }
  .pChild__news--main .detail .wpContent ul {
    background: #F8F6F6;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    padding: 4.26667vw 4.8vw 4.26667vw 6.4vw;
    list-style: disc;
    margin-bottom: 3.2vw;
  }
  .pChild__news--main .detail .wpContent ul li {
    font-size: 4vw;
    line-height: 7.46667vw;
    font-weight: 400;
    list-style: disc;
  }
  .pChild__news--main .detail .wpContent ul li strong, .pChild__news--main .detail .wpContent ul li b {
    font-weight: 700;
    display: block;
    width: 100%;
  }
  .pChild__news--main .detail .wpContent ul li + li {
    margin-top: 3.73333vw;
  }
  .pChild__event--main .ongoing {
    padding: 14.66667vw 0 14.4vw;
  }
  .pChild__event--main .ongoing h3 {
    font-size: 6.4vw;
    line-height: 1;
    font-weight: 700;
    color: var(--red);
    position: relative;
    padding: 0 0 0 6.4vw;
  }
  .pChild__event--main .ongoing h3::before {
    position: absolute;
    content: "";
    width: 5.33333vw;
    height: 5.33333vw;
    background: url("../img/icEvent.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0.53333vw;
  }
  .pChild__event--main .ongoing__slider {
    margin-top: 8.53333vw;
    padding-bottom: 12.8vw;
  }
  .pChild__event--main .ongoing__slider li {
    width: 80.26667vw;
    padding: 0 1.6vw;
    line-height: 0;
  }
  .pChild__event--main .ongoing__slider li a {
    display: block;
    pointer-events: none;
  }
  .pChild__event--main .ongoing__slider li a figure {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__event--main .ongoing__slider li a figure img {
    width: 100%;
    height: 43.73333vw;
    object-fit: cover;
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
  }
  .pChild__event--main .ongoing__slider li a figure::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(248, 246, 246, 0.77);
    top: 0;
    left: 0;
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
  }
  .pChild__event--main .ongoing__slider li a p {
    font-size: 2.93333vw;
    line-height: 4.8vw;
    font-weight: 700;
    color: var(--black);
    margin-top: 1.33333vw;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild__event--main .ongoing__slider li.swiper-slide-active a {
    pointer-events: auto;
  }
  .pChild__event--main .ongoing__slider li.swiper-slide-active a p {
    opacity: 1;
  }
  .pChild__event--main .ongoing__slider li.swiper-slide-active a figure::after {
    background: rgba(248, 246, 246, 0);
  }
  .pChild__event--main .ongoing__slider--pagination {
    position: absolute;
    bottom: 2.53333vw;
    top: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 21.33333vw;
    display: block;
    height: 0.8vw;
    background: transparent;
  }
  .pChild__event--main .ongoing__slider--pagination::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--red);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pChild__event--main .ongoing__slider--pagination span {
    height: 0.8vw;
    background: var(--red);
    top: 0;
  }
  .pChild__event--main .ongoing__slider--next, .pChild__event--main .ongoing__slider--prev {
    position: absolute;
    width: 5.86667vw;
    height: 5.86667vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/circleArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0vw;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    cursor: pointer;
  }
  .pChild__event--main .ongoing__slider--prev {
    left: -webkit-calc(50% - 10.66667vw - 8.53333vw);
    left: -moz-calc(50% - 10.66667vw - 8.53333vw);
    left: calc(50% - 10.66667vw - 8.53333vw);
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pChild__event--main .ongoing__slider--next {
    right: -webkit-calc(50% - 10.66667vw - 8.53333vw);
    right: -moz-calc(50% - 10.66667vw - 8.53333vw);
    right: calc(50% - 10.66667vw - 8.53333vw);
  }
  .pChild__event--main .past {
    background: #0E0E0E url("../img/eventBg_sp.png") bottom no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 14.4vw 0 14.4vw;
  }
  .pChild__event--main .past h3 {
    font-size: 6.4vw;
    line-height: 1;
    font-weight: 700;
    color: var(--red);
    position: relative;
    padding: 0 0 0 6.4vw;
  }
  .pChild__event--main .past h3::before {
    position: absolute;
    content: "";
    width: 5.33333vw;
    height: 5.33333vw;
    background: url("../img/icEvent.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0.53333vw;
  }
  .pChild__event--main .past__inner .list {
    margin-top: 8.53333vw;
  }
  .pChild__event--main .past__inner .list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -3.2vw -1.06667vw;
  }
  .pChild__event--main .past__inner .list ul li {
    width: 44.8vw;
    margin: 3.2vw 1.06667vw;
  }
  .pChild__event--main .past__inner .list ul li a {
    display: block;
    width: 100%;
  }
  .pChild__event--main .past__inner .list ul li a figure {
    width: 100%;
  }
  .pChild__event--main .past__inner .list ul li a figure img {
    width: 100%;
    height: 25.33333vw;
    object-fit: cover;
    -moz-border-radius: 1.06667vw;
         border-radius: 1.06667vw;
  }
  .pChild__event--main .past__inner .list ul li a p {
    color: #fff;
    font-size: 2.93333vw;
    line-height: 4.8vw;
    font-weight: 700;
    margin-top: 1.06667vw;
  }
  .pChild__event--main .detail {
    padding-top: 18.66667vw;
    padding-bottom: 17.86667vw;
    color: var(--black);
  }
  .pChild__event--main .detail h1 {
    font-size: 6.4vw;
    line-height: 10.13333vw;
    font-weight: 700;
    color: var(--black);
  }
  .pChild__event--main .detail .meta {
    margin-top: 3.73333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10.13333vw;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pChild__event--main .detail .meta span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 39.73333vw;
    height: 8.53333vw;
    padding: 0 3.73333vw;
    -moz-border-radius: 266.4vw;
         border-radius: 266.4vw;
    color: var(--white);
    font-size: 3.73333vw;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
  }
  .pChild__event--main .detail .meta span.stGoing {
    background: var(--red);
  }
  .pChild__event--main .detail .meta span.stPast {
    background: var(--black);
  }
  .pChild__event--main .detail .meta .thank {
    font-size: 4vw;
    line-height: 7.46667vw;
    font-weight: 700;
    color: var(--red);
    margin-top: 3.46667vw;
    position: relative;
    padding: 0 0 0 5.86667vw;
  }
  .pChild__event--main .detail .meta .thank::before {
    position: absolute;
    content: "";
    width: 5.06667vw;
    height: 5.06667vw;
    background: url("../img/eventIc12.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0.93333vw;
  }
  .pChild__event--main .detail .thumb {
    margin-bottom: 10.13333vw;
    line-height: 0;
  }
  .pChild__event--main .detail .thumb img {
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    width: 100%;
    height: auto;
  }
  .pChild__event--main .detail .wpContent {
    color: var(--black);
    margin-bottom: -18.13333vw;
  }
  .pChild__event--main .detail .wpContent a {
    color: var(--red);
    text-decoration: underline;
  }
  .pChild__event--main .detail .wpContent p {
    font-size: 4vw;
    line-height: 7.46667vw;
    font-weight: 400;
    margin-bottom: 6.4vw;
  }
  .pChild__event--main .detail .wpContent .wp-block-group {
    margin-bottom: 18.4vw;
  }
  .pChild__event--main .detail .wpContent h2 {
    margin: 0vw 0 8vw;
    -moz-border-radius: 1.6vw;
         border-radius: 1.6vw;
    background: #F8F6F6;
    color: var(--black);
    font-size: 5.33333vw;
    font-weight: 700;
    line-height: 1.5;
    padding: 1.33333vw 3.2vw;
    position: relative;
    vertical-align: middle;
  }
  .pChild__event--main .detail .wpContent h2 img {
    width: 5.33333vw!important;
    height: auto;
    margin-right: 1.6vw;
  }
  .pChild__event--main .detail .wpContent h3 {
    font-size: 4.8vw;
    line-height: 6.93333vw;
    font-weight: 700;
    padding: 0 0 0 2.66667vw;
    border-left: 0.53333vw solid var(--red);
    margin: 7.46667vw 0 3.73333vw;
  }
  .pChild__event--main .detail .backList a {
    margin-top: 18.13333vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 15.46667vw;
    color: var(--white);
    font-size: 4.26667vw;
    line-height: 4.26667vw;
    white-space: nowrap;
    padding: 0 4.26667vw 0 4.26667vw;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    font-weight: 700;
    background: var(--red);
  }
  .pChild__event--main .detail .backList a::after {
    content: "";
    width: 5.86667vw;
    height: 5.86667vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/btnArrowWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 10.13333vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pChild__event--main .detail .backList a:hover::after {
    -webkit-transform: translateX(2.66667vw);
       -moz-transform: translateX(2.66667vw);
        -ms-transform: translateX(2.66667vw);
            transform: translateX(2.66667vw);
  }
  .pChild__report--main {
    padding-top: 14.66667vw;
    padding-bottom: 12.8vw;
  }
  .pChild__report--main .list ul li {
    padding: 0 0vw 5.33333vw;
    border-bottom: 1px solid var(--gray);
  }
  .pChild__report--main .list ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .pChild__report--main .list ul li a.doc::before {
    content: "";
    width: 5.33333vw;
    height: 5.33333vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/icDoc.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.86667vw;
  }
  .pChild__report--main .list ul li a time {
    font-size: 3.73333vw;
    line-height: 1;
    font-weight: 700;
    color: var(--gray);
  }
  .pChild__report--main .list ul li a p {
    width: 100%;
    margin-top: 2.66667vw;
    font-size: 4vw;
    line-height: 7.46667vw;
    font-weight: 700;
    color: var(--black);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-right: 11.2vw;
  }
  .pChild__report--main .list ul li a p::after {
    position: absolute;
    content: "";
    width: 5.86667vw;
    height: 5.86667vw;
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pChild__report--main .list ul li + li {
    margin-top: 5.33333vw;
  }
  .pChild__report--grid {
    background: url("../img/reportGrid.png") 0 0 repeat;
    -moz-background-size: 5.33333vw 5.33333vw;
         background-size: 5.33333vw 5.33333vw;
  }
  .pChild__report--grid .detail {
    margin: auto;
  }
  .pChild__report--grid .detail h1 {
    background: var(--black);
    -moz-border-radius: 5.33333vw 5.33333vw 5.33333vw 0;
         border-radius: 5.33333vw 5.33333vw 5.33333vw 0;
    color: var(--white);
    font-size: 6.4vw;
    line-height: 10.4vw;
    font-weight: 700;
    padding: 5.6vw 4.8vw;
    margin-bottom: 2.66667vw;
  }
  .pChild__report--grid .detail time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 2.66667vw;
    border-bottom: 1px dashed var(--gray);
    font-size: 3.73333vw;
    line-height: 1;
    font-weight: 700;
    color: var(--gray);
  }
  .pChild__report--grid .detail time::before {
    content: "";
    width: 5.33333vw;
    height: 5.33333vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/icDoc.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.86667vw;
  }
  .pChild__report--grid .detail .wpContent {
    margin-top: 6.93333vw;
    color: var(--black);
  }
  .pChild__report--grid .detail .wpContent p {
    font-size: 4vw;
    line-height: 7.46667vw;
    margin-bottom: 8.53333vw;
  }
  .pChild__report--grid .detail .wpContent p code {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff176));
    background: -webkit-linear-gradient(transparent 60%, #fff176 60%);
    background: -moz- oldlinear-gradient(transparent 60%, #fff176 60%);
    background: linear-gradient(transparent 60%, #fff176 60%);
    font-weight: bold;
    padding: 0 2px;
  }
  .pChild__report--grid .detail .wpContent figure {
    margin-bottom: 3.2vw;
  }
  .pChild__report--grid .detail .wpContent figure img {
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
  }
  .pChild__report--grid .detail .wpContent figure figcaption {
    font-size: 2.933vw;
    line-height: 4.2666vw;
  }
  .pChild__report--grid .detail .wpContent .is-layout-grid {
    gap: 2.4vw;
  }
  .pChild__report--next {
    background: var(--black);
    padding: 24vw 4vw 24vw;
  }
  .pChild__report--next--main {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__report--next--main .nextTitle {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 5.06667vw 0 0 0;
  }
  .pChild__report--next--main .nextTitle a {
    font-size: 4vw;
    line-height: 7.46667vw;
    font-weight: 700;
    color: var(--white);
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-right: 0vw;
  }
  .pChild__report--next--main .nextTitle::before {
    position: absolute;
    content: "NEXT";
    font-family: var(--en);
    font-size: 3.46667vw;
    line-height: 1;
    font-weight: 800;
    top: 0;
    left: 0;
    color: var(--orange);
  }
  .pChild__report--next--main .btnList {
    margin-top: 9.33333vw;
    width: 62.93333vw;
  }
  .pChild__report--next--main .btnList a {
    width: 100%;
    height: 15.46667vw;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--white);
    font-size: 4.26667vw;
    line-height: 1;
    font-weight: 700;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--red);
    padding: 0 4.26667vw;
  }
  .pChild__report--next--main .btnList a::after {
    content: "";
    width: 5.86667vw;
    height: 5.86667vw;
    background: url("../img/btnArrowWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pChild__sponsor--main {
    padding-top: 14.66667vw;
  }
  .pChild__sponsor--main--tabs {
    margin-bottom: 13.33333vw;
  }
  .pChild__sponsor--main--tabs ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -1.2vw;
  }
  .pChild__sponsor--main--tabs ul li {
    width: 44.8vw;
    margin: 1.2vw;
  }
  .pChild__sponsor--main--tabs ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F8F6F6;
    border: 2px solid var(--gray);
    -moz-border-radius: 1.6vw;
         border-radius: 1.6vw;
    font-size: 3.46667vw;
    line-height: 1;
    font-weight: 700;
    color: var(--gray);
    width: 100%;
    height: 12.8vw;
  }
  .pChild__sponsor--main--tabs ul li a::before {
    content: "";
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 1.86667vw;
  }
  .pChild__sponsor--main--tabs ul li a:hover, .pChild__sponsor--main--tabs ul li a.active {
    border-color: var(--red);
    background: var(--white);
    color: var(--red);
  }
  .pChild__sponsor--main--tabs ul li a[data-tab="tab1"]::before {
    background: url("../img/sponsorTab1.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__sponsor--main--tabs ul li a[data-tab="tab1"]:hover::before, .pChild__sponsor--main--tabs ul li a[data-tab="tab1"].active::before {
    background: url("../img/sponsorTab1_active.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__sponsor--main--tabs ul li a[data-tab="tab2"]::before {
    background: url("../img/sponsorTab2.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__sponsor--main--tabs ul li a[data-tab="tab2"]:hover::before, .pChild__sponsor--main--tabs ul li a[data-tab="tab2"].active::before {
    background: url("../img/sponsorTab2_active.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__sponsor--main--tabContent {
    display: none;
  }
  .pChild__sponsor--main--tabContent.active {
    display: block;
  }
  .pChild__sponsor--main--tabContent .tabTitle h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 6.4vw;
    line-height: 1;
    font-weight: 700;
    color: var(--red);
  }
  .pChild__sponsor--main--tabContent .tabTitle h3::before {
    content: "";
    width: 5.33333vw;
    height: 5.33333vw;
    margin-right: 1.06667vw;
  }
  .pChild__sponsor--main--tabContent .tabTitle h3.st1::before {
    background: url("../img/sponsorTab1.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__sponsor--main--tabContent .tabTitle h3.st2::before {
    background: url("../img/sponsorTab2.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__sponsor--main--tabContent .tabContent__row {
    padding: 10.66667vw 0 18.13333vw;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner h4 {
    font-size: 4.8vw;
    line-height: 4.8vw;
    font-weight: 700;
    color: var(--black);
    padding: 0 0 6.93333vw;
    border-bottom: 0.53333vw solid var(--red);
    margin-bottom: 4.53333vw;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .figs ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -1.2vw;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .figs ul li {
    margin: 1.2vw;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .figs.col4 ul li {
    width: 29.06667vw;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .figs.col4 ul li a {
    display: block;
    line-height: 0;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .figs.col4 ul li a img {
    width: 100%;
    height: 14.4vw;
    object-fit: cover;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .figs.col5 ul li {
    width: 21.06667vw;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .figs.col5 ul li a {
    display: block;
    line-height: 0;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .figs.col5 ul li a img {
    width: 100%;
    height: 10.66667vw;
    object-fit: cover;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .banner {
    text-align: center;
    margin-bottom: 16vw;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .banner img {
    width: 100%;
    height: auto;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .txt p {
    font-size: 3.2vw;
    line-height: 5.33333vw;
    font-weight: 400;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .txt p + p {
    margin-top: 2.13333vw;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .txt figure {
    margin-top: 3.73333vw;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .txt figure img {
    width: 100%;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -1.2vw;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .list ul li {
    margin: 1.2vw;
    width: 44.8vw;
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .list ul li a {
    width: 100%;
    height: 100%;
    min-height: 17.06667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8.26667vw 0 2.66667vw;
    background: #F8F6F6;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 2.93333vw;
    line-height: 4.26667vw;
    font-weight: 700;
    color: var(--black);
  }
  .pChild__sponsor--main--tabContent .tabContent__inner .list ul li a::after {
    position: absolute;
    content: "";
    width: 3.46667vw;
    height: 3.46667vw;
    background: url("../img/icBlank.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.66667vw;
  }
  .pChild__sponsor--main--tabContent .tabContent.st2 .tabContent__row:nth-child(odd) {
    background: var(--white);
  }
  .pChild__sponsor--main--tabContent .tabContent.st2 .tabContent__row:nth-child(even) {
    background: #F8F6F6;
  }
  .pChild__contact {
    padding: 14.66667vw 0 25.86667vw;
  }
  .pChild__contact--main .note {
    font-size: 4vw;
    line-height: 7.46667vw;
    font-weight: 400;
    color: var(--black);
  }
  .pChild__contact--main .note span {
    color: var(--red);
  }
  .pChild__contact--main .form {
    margin: 9.6vw auto 0;
  }
  .pChild__contact--main .form dl dt {
    font-size: 4vw;
    line-height: 7.46667vw;
    font-weight: 700;
  }
  .pChild__contact--main .form dl dt.required::after {
    content: "*";
    color: var(--red);
  }
  .pChild__contact--main .form dl dd {
    margin-top: 2.4vw;
  }
  .pChild__contact--main .form dl dd .wrapInput input, .pChild__contact--main .form dl dd .wrapInput textarea {
    width: 100%;
    outline: none;
    font-size: 4vw;
    line-height: 7.46667vw;
    padding: 2.66667vw;
    border: 1px solid var(--gray);
    -moz-border-radius: 1.06667vw;
         border-radius: 1.06667vw;
    background: #fff;
  }
  .pChild__contact--main .form dl dd .wrapInput textarea {
    height: 65.06667vw;
  }
  .pChild__contact--main .form dl + dl {
    margin-top: 5.33333vw;
  }
  .pChild__contact--main .form .btn {
    margin-top: 11.2vw;
    line-height: 0;
    text-align: center;
  }
  .pChild__contact--main .form .btn button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--red);
    color: var(--white);
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    outline: none;
    font-size: 4.26667vw;
    font-weight: 700;
    line-height: 1;
    padding: 0 4.26667vw;
    width: 58.66667vw;
    height: 15.46667vw;
  }
  .pChild__contact--main .form .btn button::after {
    content: "";
    width: 5.86667vw;
    height: 5.86667vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/btnArrowWhite.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__privacy--main {
    padding-top: 14.66667vw;
    padding-bottom: 25.86667vw;
    font-size: 4vw;
    line-height: 7.55vw;
    font-weight: 400;
    color: var(--black);
  }
  .pChild__privacy--main a {
    color: var(--red);
  }
  .pChild__privacy--main .intro {
    margin-bottom: 18.13333vw;
  }
  .pChild__privacy--main article {
    margin-bottom: 17.06667vw;
  }
  .pChild__privacy--main article h3 {
    font-size: 6.4vw;
    line-height: 1;
    font-weight: 700;
    color: var(--red);
    padding: 0 0 0 6.4vw;
    position: relative;
    margin-bottom: 7.46667vw;
  }
  .pChild__privacy--main article h3::before {
    position: absolute;
    content: "";
    width: 2.13333vw;
    height: 2.13333vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: var(--gray);
    top: 2.13333vw;
    left: 1.6vw;
  }
  .pChild__privacy--main article p {
    margin-bottom: 4.8vw;
  }
  .pChild__privacy--main article .list {
    counter-reset: dl;
  }
  .pChild__privacy--main article .list dl {
    counter-increment: dl;
    position: relative;
    color: var(--black);
  }
  .pChild__privacy--main article .list dl dt {
    font-weight: 700;
    padding: 0 0 0 6.13333vw;
  }
  .pChild__privacy--main article .list dl dt::before {
    position: absolute;
    content: counter(dl) ".";
    left: 0;
    top: 0;
    font-weight: 700;
  }
  .pChild__privacy--main article .list dl dd {
    padding-left: 2.13333vw;
  }
  .pChild__privacy--main article .list dl + dl {
    margin-top: 7.46667vw;
  }
  .pChild__privacy--main .dateNote {
    font-weight: 700;
  }
}

.error {
  color: #ff0000;
  display: block;
  width: 100%;
  line-height: 2;
}

.wrapCheck .error {
  text-align: center;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.effect,
.isFull,
.isPar {
  -webkit-transition-timing-function: cubic-bezier(0.26, 0.27, 0.1, 1);
     -moz-transition-timing-function: cubic-bezier(0.26, 0.27, 0.1, 1);
          transition-timing-function: cubic-bezier(0.26, 0.27, 0.1, 1);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
}

.delay01 {
  -webkit-transition-delay: 0.1s;
     -moz-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.delay02 {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay03 {
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay04 {
  -webkit-transition-delay: 0.4s;
     -moz-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay05 {
  -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay06 {
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay07 {
  -webkit-transition-delay: 0.7s;
     -moz-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.delay08 {
  -webkit-transition-delay: 0.9s;
     -moz-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay09 {
  -webkit-transition-delay: 0.9s;
     -moz-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay10 {
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
          transition-delay: 1s;
}

.delay11 {
  -webkit-transition-delay: 1.1s;
     -moz-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.delay12 {
  -webkit-transition-delay: 1.2s;
     -moz-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay13 {
  -webkit-transition-delay: 1.3s;
     -moz-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.delay14 {
  -webkit-transition-delay: 1.4s;
     -moz-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.delay15 {
  -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.fadeInDown {
  -webkit-transform: translate3d(0, -50px, 0);
     -moz-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  opacity: 0;
}

.fadeInDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fadeInUp {
  -webkit-transform: translate3d(0, 50px, 0);
     -moz-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.zoomIn {
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
}

.zoomIn.active {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.slideUp {
  -webkit-transform: translate3d(0, 110%, 0);
     -moz-transform: translate3d(0, 110%, 0);
          transform: translate3d(0, 110%, 0);
  opacity: 0;
}

.slideUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideDown {
  -webkit-transform: translate3d(0, -110%, 0);
     -moz-transform: translate3d(0, -110%, 0);
          transform: translate3d(0, -110%, 0);
  opacity: 0;
}

.slideDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideToRight {
  -webkit-transform: translate3d(-100px, 0, 0);
     -moz-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.slideToRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideToLeft {
  -webkit-transform: translate3d(100px, 0, 0);
     -moz-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
  opacity: 0;
}

.slideToLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes textShow {
  0% {
    -webkit-transform: translateY(130%);
            transform: translateY(130%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes updown {
  from {
    top: -10%;
  }
  to {
    top: 110%;
  }
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes scrolldown {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(100%);
         transform: translateY(100%);
  }
  51% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes shine {
  50% {
    background-position-x: 150%;
  }
  51% {
    background-position-x: -100%;
  }
  100% {
    background-position-x: 50%;
  }
}

@-moz-keyframes shine {
  50% {
    background-position-x: 150%;
  }
  51% {
    background-position-x: -100%;
  }
  100% {
    background-position-x: 50%;
  }
}

@keyframes shine {
  50% {
    background-position-x: 150%;
  }
  51% {
    background-position-x: -100%;
  }
  100% {
    background-position-x: 50%;
  }
}

@-webkit-keyframes shine2 {
  50% {
    background-position-x: 150%;
    background-position-y: -150%;
  }
  51% {
    background-position-x: -100%;
    background-position-y: 150%;
  }
  100% {
    background-position-x: 50%;
    background-position-y: 50%;
  }
}

@-moz-keyframes shine2 {
  50% {
    background-position-x: 150%;
    background-position-y: -150%;
  }
  51% {
    background-position-x: -100%;
    background-position-y: 150%;
  }
  100% {
    background-position-x: 50%;
    background-position-y: 50%;
  }
}

@keyframes shine2 {
  50% {
    background-position-x: 150%;
    background-position-y: -150%;
  }
  51% {
    background-position-x: -100%;
    background-position-y: 150%;
  }
  100% {
    background-position-x: 50%;
    background-position-y: 50%;
  }
}

@-webkit-keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

@-moz-keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

@keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}
.pChild__contact--main .form .btn {
  position: relative;
}
.pChild__contact--main .form .btn input[type="submit"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}