@charset "UTF-8";
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.u-font-en {
  font-family: "Oswald", sans-serif;
}

.u-duration-100 {
  transition-duration: 0.1s !important;
}

.u-animation-delay-100 {
  animation-delay: 0.1s !important;
}

.u-duration-200 {
  transition-duration: 0.2s !important;
}

.u-animation-delay-200 {
  animation-delay: 0.2s !important;
}

.u-duration-300 {
  transition-duration: 0.3s !important;
}

.u-animation-delay-300 {
  animation-delay: 0.3s !important;
}

.u-duration-400 {
  transition-duration: 0.4s !important;
}

.u-animation-delay-400 {
  animation-delay: 0.4s !important;
}

.u-duration-500 {
  transition-duration: 0.5s !important;
}

.u-animation-delay-500 {
  animation-delay: 0.5s !important;
}

.u-duration-600 {
  transition-duration: 0.6s !important;
}

.u-animation-delay-600 {
  animation-delay: 0.6s !important;
}

.u-duration-700 {
  transition-duration: 0.7s !important;
}

.u-animation-delay-700 {
  animation-delay: 0.7s !important;
}

.u-duration-800 {
  transition-duration: 0.8s !important;
}

.u-animation-delay-800 {
  animation-delay: 0.8s !important;
}

.u-duration-900 {
  transition-duration: 0.9s !important;
}

.u-animation-delay-900 {
  animation-delay: 0.9s !important;
}

.u-duration-1000 {
  transition-duration: 1s !important;
}

.u-animation-delay-1000 {
  animation-delay: 1s !important;
}

/*!
 * ress.css • v2.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
  font-size: 62.5%;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent;
  text-decoration: none; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

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

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    /*filter: blur(10px);*/
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    /*filter: blur(0);*/
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    /*filter: blur(10px);*/
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    /*filter: blur(0);*/
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeSide01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeSide01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeSide02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeSide02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInStatic {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInStatic {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes logoIn {
  0% {
    opacity: 0;
    transform: translateY(-52%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes logoIn {
  0% {
    opacity: 0;
    transform: translateY(-52%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.6, 1.6);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.6, 1.6);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}
@-webkit-keyframes main01 {
  0% {
    opacity: 0;
    transform: translate(50px, 0) rotate(0);
  }
  70% {
    opacity: 1;
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(37px, 37px) rotate(0);
  }
}
@keyframes main01 {
  0% {
    opacity: 0;
    transform: translate(50px, 0) rotate(0);
  }
  70% {
    opacity: 1;
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(37px, 37px) rotate(0);
  }
}
@-webkit-keyframes main01-sp {
  0% {
    opacity: 0;
    transform: translate(18px, 0) rotate(0);
  }
  70% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(18px, 18px) rotate(0);
  }
}
@keyframes main01-sp {
  0% {
    opacity: 0;
    transform: translate(18px, 0) rotate(0);
  }
  70% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(18px, 18px) rotate(0);
  }
}
@-webkit-keyframes main02 {
  0% {
    opacity: 0;
    transform: translate(0, -20px) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0) rotate(0);
  }
}
@keyframes main02 {
  0% {
    opacity: 0;
    transform: translate(0, -20px) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0) rotate(0);
  }
}
.js-zoomOut {
  animation: zoomIn 0.27s ease-out;
  animation-fill-mode: both;
}

.js-fade_parent.js-panel,
.js-fade_child.js-panel {
  opacity: 1;
}
.js-fade_parent.js-panel li,
.js-fade_child.js-panel li {
  position: relative;
  opacity: 0;
}

.js-panel.is-active li:nth-child(1) {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.2s;
}

.js-panel.is-active li:nth-child(2) {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.4s;
}

.js-panel.is-active li:nth-child(3) {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.6s;
}

.js-panel.is-active li:nth-child(4) {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.8s;
}

.js-panel.is-active li:nth-child(5) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1s;
}

.js-panel.is-active li:nth-child(6) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1.2s;
}

.js-panel.is-active li:nth-child(7) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1.4s;
}

.js-panel.is-active li:nth-child(8) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1.6s;
}

.js-panel.is-active li:nth-child(9) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1.8s;
}

.js-panel.is-active li:nth-child(10) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2s;
}

.js-panel.is-active li:nth-child(11) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2.2s;
}

.js-panel.is-active li:nth-child(12) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2.4s;
}

.js-panel.is-active li:nth-child(13) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2.6s;
}

.js-panel.is-active li:nth-child(14) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2.8s;
}

.js-panel.is-active li:nth-child(15) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3s;
}

.js-panel.is-active li:nth-child(16) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3.2s;
}

.js-panel.is-active li:nth-child(17) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3.4s;
}

.js-panel.is-active li:nth-child(18) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3.6s;
}

.js-panel.is-active li:nth-child(19) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3.8s;
}

.js-panel.is-active li:nth-child(20) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4s;
}

.js-panel.is-active li:nth-child(21) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4.2s;
}

.js-panel.is-active li:nth-child(22) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4.4s;
}

.js-panel.is-active li:nth-child(23) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4.6s;
}

.js-panel.is-active li:nth-child(24) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4.8s;
}

.js-panel.is-active li:nth-child(25) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5s;
}

.js-panel.is-active li:nth-child(26) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5.2s;
}

.js-panel.is-active li:nth-child(27) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5.4s;
}

.js-panel.is-active li:nth-child(28) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5.6s;
}

.js-panel.is-active li:nth-child(29) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5.8s;
}

.js-panel.is-active li:nth-child(30) {
  opacity: 1;
  transition: all 0.8s ease-in-out 6s;
}

.js-fade_parent,
.js-fade_parent-section,
.js-fade_child,
.js-fade_second,
.js-fade_parent-side,
.js-fade_child-side,
.js-fade_second-side,
.js-fade_parent.js-slide-left,
.js-fade_parent.js-slide-right {
  opacity: 0;
}

.js-fade_parent.is-active,
.js-fade_parent-section.is-active {
  -webkit-animation: fadeIn 0.6s ease-out 0.1s;
  animation: fadeIn 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_child.is-active {
  -webkit-animation: fadeIn 0.6s ease-out 0.1s;
  animation: fadeIn 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_second.is-active {
  -webkit-animation: fadeIn 0.6s ease-out 0.1s;
  animation: fadeIn 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_parent-side.is-active {
  -webkit-animation: fadeSide01 0.6s ease-out 0.1s;
  animation: fadeSide01 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_child-side.is-active {
  -webkit-animation: fadeSide02 0.6s ease-out 0.1s;
  animation: fadeSide02 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_second-side.is-active {
  -webkit-animation: fadeSide01 0.6s ease-out 0.1s;
  animation: fadeSide01 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeSide01-slide-left {
  0% {
    opacity: 0;
    transform: translateX(16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeSide01-slide-left {
  0% {
    opacity: 0;
    transform: translateX(16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeSide01-slide-right {
  0% {
    opacity: 0;
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeSide01-slide-right {
  0% {
    opacity: 0;
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-fade_parent.js-slide-left.is-active {
  -webkit-animation: fadeSide01-slide-left 0.6s ease-out 0.1s;
  animation: fadeSide01-slide-left 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_parent.js-slide-right.is-active {
  -webkit-animation: fadeSide01-slide-right 0.6s ease-out 0.1s;
  animation: fadeSide01-slide-right 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes shine {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    height: 0px;
  }
  30% {
    height: 100px;
  }
  75% {
    height: 100px;
    top: auto;
    bottom: calc(0% - 130px);
  }
  100% {
    height: 0px;
    top: auto;
    bottom: calc(0% - 130px);
  }
}
@keyframes show {
  from {
    opacity: 0;
    transform: translateX(-160px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes showCard {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes showContents {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scrollIcon {
  0%, 100% {
    opacity: 1;
    transform: translateY(12px);
  }
  50% {
    opacity: 0;
    transform: translateY(0);
  }
}
@keyframes barScale {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0);
  }
}
.a-button {
  position: relative;
  text-align: center;
  max-width: 229px;
  margin-left: auto;
  margin-right: auto;
}
.a-button a {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 8px 10px;
  font-size: 12px;
  position: relative;
  display: block;
  text-decoration: none !important;
}
@media print, screen and (max-width: 1079px) {
  .a-button a {
    font-size: 3.0769230769vw;
  }
}

.a-font-anton {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.a-font-en {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
}

.a-headline {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.a-headline .label {
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 56px;
  line-height: 1;
  padding-right: 10px;
  background: linear-gradient(84.66deg, rgba(3, 123, 196, 0.2) 4.04%, rgba(111, 112, 178, 0.2) 39.27%, rgba(202, 91, 157, 0.2) 71.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media print, screen and (max-width: 1079px) {
  .a-headline .label {
    font-size: 14.358974359vw;
  }
}
.a-headline .title {
  font-size: 24px;
  background: linear-gradient(84.66deg, #037bc4 4.04%, #6f70b2 39.27%, #ca5b9d 71.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  padding-left: 24px;
  padding-top: 35px;
  font-weight: 600;
}
@media print, screen and (max-width: 1079px) {
  .a-headline .title {
    font-size: 6.1538461538vw;
  }
}
.a-headline .title:after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  bottom: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  background: linear-gradient(84.66deg, #037bc4 4.04%, #6f70b2 39.27%, #ca5b9d 71.47%);
}

.a-headline-page {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.6;
}
.a-headline-page .label {
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 40px;
  line-height: 1;
  padding-right: 10px;
  background: linear-gradient(84.66deg, rgba(3, 123, 196, 0.2) 4.04%, rgba(111, 112, 178, 0.2) 39.27%, rgba(202, 91, 157, 0.2) 71.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: rotate(-6deg);
  text-transform: lowercase;
}
.a-headline-page .label::first-letter {
  text-transform: uppercase;
}
@media print, screen and (max-width: 1079px) {
  .a-headline-page .label {
    right: 0;
    font-size: 7.6923076923vw;
  }
}
.a-headline-page .title {
  font-size: 24px;
  background: linear-gradient(84.66deg, #037bc4 4.04%, #6f70b2 39.27%, #ca5b9d 71.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  padding-bottom: 27px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 1079px) {
  .a-headline-page .title {
    font-size: 6.1538461538vw;
  }
}

.a-title {
  font-size: 28px;
  line-height: 1.0714285714;
  text-align: center;
  line-height: 1.6;
  font-family: "Outfit", sans-serif;
  font-style: normal;
}
@media print, screen and (max-width: 1079px) {
  .a-title {
    font-size: 5.1282051282vw;
  }
}

.m-breadcrumb {
  padding-top: 10px;
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 1079px) {
  .m-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 1080px) {
  .m-breadcrumb {
    flex-direction: row-reverse;
    width: 100%;
  }
}
@media print, screen and (max-width: 1079px) {
  .m-breadcrumb {
    width: 100%;
  }
}
.m-breadcrumb__item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  font-size: 12px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .m-breadcrumb__item {
    white-space: nowrap;
  }
}
.m-breadcrumb li {
  position: relative;
  margin-left: 16px;
}
.m-breadcrumb li:first-child {
  margin-left: 0;
}
.m-breadcrumb li:before {
  content: ">>";
  position: relative;
  top: 0;
  left: -8px;
}
.m-breadcrumb li a {
  transition: all 0.3s ease-out;
}
.m-breadcrumb li a:hover {
  opacity: 0.7;
}
.m-breadcrumb li:first-child:before {
  content: "";
}

.m-navigation {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 14px;
  line-height: 1.1428571429;
}
.m-navigation .item {
  font-weight: bold;
  text-align: center;
  margin-right: 30px;
}
@media print, screen and (max-width: 1079px) {
  .m-navigation .item {
    position: relative;
  }
}
.m-navigation .item .label {
  font-size: 10px;
  line-height: 1;
  margin-top: 8px;
}
.m-navigation .item a,
.m-navigation .item span {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
.m-pagenation {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 28px;
  margin-top: 100px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .m-pagenation {
    margin-top: 50px;
    gap: 20px;
  }
}
.m-pagenation > li {
  text-align: center;
  color: #ccc;
}
.m-pagenation > li.is-active a {
  color: #fff;
  background-color: #000;
  pointer-events: none;
}
.m-pagenation > li:first-child {
  margin-left: 0;
}
.m-pagenation > li a {
  font-size: 16px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #000;
  width: 36px;
  height: 36px;
  border: 2px solid #000;
}
@media print, screen and (max-width: 1079px) {
  .m-pagenation > li a {
    font-size: 3.5897435897vw;
  }
}
.m-pagenation > li a.is-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.m-pagenation-single {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin-top: 100px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .m-pagenation-single {
    margin-top: 50px;
    gap: 20px;
  }
}
.m-pagenation-single > li {
  text-align: center;
  color: #ccc;
}
.m-pagenation-single > li:first-child {
  margin-left: 0;
  margin-right: auto;
}
.m-pagenation-single > li:last-child {
  margin-right: 0;
  margin-left: auto;
}
.m-pagenation-single > li.is-active a {
  color: #ddd;
  pointer-events: none;
}
.m-pagenation-single > li:first-child {
  margin-left: 0;
}
.m-pagenation-single > li a {
  font-size: 20px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Outfit", sans-serif;
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .m-pagenation-single > li a {
    font-size: 3.5897435897vw;
  }
}
.m-pagenation-single > li a.is-disabled {
  pointer-events: none;
  opacity: 0.6;
}
.m-pagenation-single > li a.prev:before, .m-pagenation-single > li a.next:after {
  background-repeat: no-repeat;
  background-size: 109px;
  width: 109px;
  height: 4px;
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto;
}
@media print, screen and (max-width: 1079px) {
  .m-pagenation-single > li a.prev:before, .m-pagenation-single > li a.next:after {
    background-size: 70px;
    width: 70px;
  }
}
.m-pagenation-single > li a.prev:before {
  background-image: url(../img/common/arrow-left01.png);
  background-position: left center;
  left: -19px;
}
.m-pagenation-single > li a.next:after {
  background-image: url(../img/common/arrow-right01.png);
  background-position: right center;
  right: -19px;
}

.m-cta01 {
  background-image: url(../img/common/cta-bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 34px;
  text-align: center;
}
.m-cta01 .label {
  font-size: 22px;
  line-height: 1.8;
}
@media print, screen and (max-width: 1079px) {
  .m-cta01 .label {
    font-size: 4.6153846154vw;
  }
}
.m-cta01 .label .box01 {
  font-size: 22px;
  font-weight: bold;
  color: #29ac52;
  background-color: #fff;
  border: 1px solid #29ac52;
  padding: 1px 10px 2px;
  margin-right: 4px;
}
.m-cta01 .label .bar01 {
  font-weight: bold;
  background: #ffdeb3;
}
.m-cta01 .arrow01 {
  width: 11px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
.m-cta01 .box {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.m-cta01 .box .mask {
  width: 42px;
  margin-right: 8px;
}
.m-cta01 .box .text {
  font-size: 14px;
  line-height: 1.4;
  color: #7b7a8c;
}
@media print, screen and (max-width: 1079px) {
  .m-cta01 .box .text {
    font-size: 3.0769230769vw;
  }
}
.m-cta01 .link {
  margin-top: 8px;
  text-align: center;
}
.m-cta01 .link a {
  color: #127ac2;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.4;
}
@media print, screen and (max-width: 1079px) {
  .m-cta01 .link a {
    font-size: 3.0769230769vw;
  }
}

.m-cta02 {
  text-align: center;
}
.m-cta02 .headline {
  margin-bottom: -76px;
}
.m-cta02 .inner {
  padding-top: 80px;
  padding-bottom: 40px;
  border: 8px solid;
  border-image: linear-gradient(180.01deg, #ca5b9d 10.07%, #6f70b2 51.26%, #037bc4 81.9%) 2;
  background: linear-gradient(36.86deg, rgba(255, 225, 229, 0.8) 15.86%, rgba(232, 231, 255, 0.8) 33.19%, rgba(218, 255, 254, 0.8) 50.88%, rgba(232, 231, 255, 0.8) 66.77%, rgba(255, 225, 229, 0.8) 90.96%);
}
.m-cta02 .label {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .m-cta02 .label {
    font-size: 4.6153846154vw;
  }
}
.m-cta02 .label .box01 {
  font-size: 22px;
  font-weight: bold;
  color: #29ac52;
  background-color: #fff;
  border: 1px solid #29ac52;
  padding: 1px 10px 2px;
  margin-right: 4px;
}
.m-cta02 .label .bar01 {
  font-weight: bold;
  background: #ffdeb3;
}
.m-cta02 .box {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.m-cta02 .box .mask {
  width: 42px;
  margin-right: 8px;
}
.m-cta02 .box .text {
  font-size: 14px;
  line-height: 1.4;
  color: #7b7a8c;
}
@media print, screen and (max-width: 1079px) {
  .m-cta02 .box .text {
    font-size: 3.0769230769vw;
  }
}
.m-cta02 .link {
  margin-top: 8px;
  text-align: center;
}
.m-cta02 .link a {
  color: #127ac2;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.4;
}
@media print, screen and (max-width: 1079px) {
  .m-cta02 .link a {
    font-size: 3.0769230769vw;
  }
}

.m-cta03 {
  text-align: center;
}
.m-cta03 .inner {
  padding-top: 40px;
  padding-bottom: 40px;
  border: 8px solid;
  border-image: linear-gradient(180.01deg, #ca5b9d 10.07%, #6f70b2 51.26%, #037bc4 81.9%) 2;
  background: linear-gradient(36.86deg, rgba(255, 225, 229, 0.8) 15.86%, rgba(232, 231, 255, 0.8) 33.19%, rgba(218, 255, 254, 0.8) 50.88%, rgba(232, 231, 255, 0.8) 66.77%, rgba(255, 225, 229, 0.8) 90.96%);
}
.m-cta03 .label {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .m-cta03 .label {
    font-size: 4.6153846154vw;
  }
}
.m-cta03 .label .box01 {
  font-size: 22px;
  font-weight: bold;
  color: #29ac52;
  background-color: #fff;
  border: 1px solid #29ac52;
  padding: 1px 10px 2px;
  margin-right: 4px;
}
.m-cta03 .label .bar01 {
  font-weight: bold;
  background: #ffdeb3;
}
.m-cta03 .box {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.m-cta03 .box .mask {
  width: 42px;
  margin-right: 8px;
}
.m-cta03 .box .text {
  font-size: 14px;
  line-height: 1.4;
  color: #7b7a8c;
}
@media print, screen and (max-width: 1079px) {
  .m-cta03 .box .text {
    font-size: 3.0769230769vw;
  }
}
.m-cta03 .link {
  margin-top: 8px;
  text-align: center;
}
.m-cta03 .link a {
  color: #127ac2;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.4;
}
@media print, screen and (max-width: 1079px) {
  .m-cta03 .link a {
    font-size: 3.0769230769vw;
  }
}

.m-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 50px;
}
@media print, screen and (max-width: 1079px) {
  .m-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px 50px;
  }
}
.m-card.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (max-width: 1079px) {
  .m-card.col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.m-card.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media print, screen and (max-width: 1079px) {
  .m-card.col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.m-card.col-5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
@media print, screen and (max-width: 1079px) {
  .m-card.col-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.m-card .item {
  max-width: 350px;
}
@media print, screen and (max-width: 1079px) {
  .m-card .item {
    width: 100%;
    margin-right: 0;
  }
}
.m-card .item.modal {
  cursor: pointer;
}
.m-card .item:nth-of-type(3n) {
  margin-right: 0;
}
.m-card .item a {
  display: block;
  width: 100%;
}
.m-card .item .thumbnail {
  height: 350px;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.m-card .item .tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
.m-card .item .tag li {
  font-size: 12px;
  line-height: 1;
  border-radius: 40px;
  border: 1px solid #333333;
  padding: 2px 24px;
  margin-right: 12px;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .m-card .item .tag li {
    font-size: 3.0769230769vw;
    margin-bottom: 0;
  }
}
.m-card .item .content .title {
  font-size: 16px;
}
@media print, screen and (max-width: 1079px) {
  .m-card .item .content .title {
    font-size: 3.5897435897vw;
  }
}
.m-card .item .content .info {
  padding-top: 8px;
  margin-top: 8px;
  font-size: 11px;
  position: relative;
  color: #adadad;
}
.m-card .item .content .box {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 8px;
}
.m-news .item:nth-of-type(1) a {
  border-top: 1px dashed #acb0b1;
}
.m-news .item a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #acb0b1;
}
.m-news .item .info {
  font-size: 16px;
  margin-right: 16px;
  margin-left: 20px;
}
@media print, screen and (max-width: 1079px) {
  .m-news .item .info {
    margin-left: 0;
  }
}
.m-news .item .info .icon {
  width: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.m-news .item .tag {
  display: flex;
  flex-wrap: wrap;
  margin-right: 12px;
}
.m-news .item .tag li {
  font-size: 13px;
  padding: 2px 12px;
  background: #dfc268;
  color: #fff;
  border-radius: 4px;
  width: 90px;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .m-news .item .tag li {
    font-size: 3.0769230769vw;
  }
}
.m-news .item .content {
  width: 750px;
}
@media print, screen and (max-width: 1079px) {
  .m-news .item .content {
    width: 100%;
  }
}
.m-news .item .content h3 {
  font-size: 16px;
  line-height: 1.75;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media print, screen and (max-width: 1079px) {
  .m-news .item .content h3 {
    font-size: 3.5897435897vw;
    margin-top: 4px;
  }
}

.m-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}
@media print, screen and (max-width: 1079px) {
  .m-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.m-list .item {
  border-bottom: 1px solid #000000;
}
.m-list .item a {
  width: 100%;
  position: relative;
  padding-top: 30px;
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media print, screen and (max-width: 1079px) {
  .m-list .item a {
    padding-top: 7.6923076923vw;
    max-width: 100%;
  }
}
.m-list .item a .date {
  font-size: 16px;
  text-align: left;
  position: relative;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 1079px) {
  .m-list .item a .date {
    font-size: 3.5897435897vw;
    padding-bottom: 4px;
  }
}
.m-list .item a .headline {
  font-size: 18px;
  font-weight: normal;
  position: relative;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 1079px) {
  .m-list .item a .headline {
    font-size: 3.5897435897vw;
    padding-bottom: 12px;
  }
}
.m-list .item a .text {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  padding-bottom: 20px;
}

.o-footer {
  padding: 60px 0;
}
@media print, screen and (max-width: 1079px) {
  .o-footer {
    padding: 15.3846153846vw 0;
  }
}
.o-footer .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 0;
}
.o-footer .list .item {
  text-align: center;
  font-size: 12px;
  width: 50%;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .list .item {
    font-size: 3.0769230769vw;
  }
}
.o-footer .copyright {
  text-align: center;
  font-size: 12px;
  margin-top: 26px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .copyright {
    font-size: 3.0769230769vw;
    margin-top: 6.6666666667vw;
  }
}

.o-form {
  padding-left: 24px;
  padding-right: 24px;
}
.o-form .text {
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .o-form .text {
    font-size: 3.5897435897vw;
  }
}
.o-form .text a {
  color: #127AC2;
  text-decoration: underline;
}
.o-form .form-item {
  width: 100%;
  margin-top: 34px;
}
.o-form .form-item .label {
  width: 100%;
  font-size: 16px;
  padding: 0 0 10px;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 1079px) {
  .o-form .form-item .label {
    padding: 12px 0;
    font-size: 14px;
  }
}
.o-form .form-item .label .tag {
  font-size: 12px;
  color: #fff;
  background-color: #D96D7B;
  padding: 4px 8px;
  margin: 0;
  margin-left: 8px;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
}
@media print, screen and (max-width: 1079px) {
  .o-form .form-item .label .tag {
    font-size: 14px;
  }
}
.o-form .form-item .label .tag.-any {
  color: #fff;
  background-color: #717171;
}
.o-form .form-item .data {
  font-size: 16px;
}
.o-form .form-item input[type=text],
.o-form .form-item input[type=email],
.o-form .form-item input[type=tel],
.o-form .form-item textarea,
.o-form .form-item select {
  width: 100%;
  font-size: 16px;
  padding: 8px;
  background-color: #fff;
  padding: 12px;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
}
@media print, screen and (max-width: 1079px) {
  .o-form .form-item input[type=text],
  .o-form .form-item input[type=email],
  .o-form .form-item input[type=tel],
  .o-form .form-item textarea,
  .o-form .form-item select {
    padding: 12px;
  }
}
.o-form .form-item select {
  appearance: auto;
}
.o-form .form-item input[type=number] {
  padding: 10px;
  border: 1px solid #707070;
  font-size: 16px;
  width: 110px;
}
.o-form .form-item .radio-label {
  cursor: pointer;
  margin-right: 8px;
}
.o-form .form-item input[type=radio] {
  appearance: none;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  padding: 0;
  top: 4px;
}
.o-form .form-item input[type=radio]:checked {
  border-color: #707070;
}
.o-form .form-item input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #707070;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.o-form .form-item textarea {
  resize: vertical;
  height: 260px;
}
@media print, screen and (max-width: 1079px) {
  .o-form .form-item textarea {
    height: 140px;
  }
}
.o-form .form-item .annotation {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.8;
}
.o-form .button {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 24px;
}
@media print, screen and (max-width: 1079px) {
  .o-form .button {
    max-width: 80%;
  }
}
.o-form .button input[type=submit] {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 0;
  background-image: url(../img/common/button-entry.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
}
@media print, screen and (max-width: 1079px) {
  .o-form .button input[type=submit] {
    font-size: 3.5897435897vw;
  }
}

.o-header {
  padding: 20px 0;
  width: 100%;
  z-index: 999;
  position: relative;
  box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.1490196078);
}
@media print, screen and (max-width: 1079px) {
  .o-header {
    padding: 6px 20px 18px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
  }
}
.o-header .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (max-width: 1079px) {
  .o-header .inner {
    padding: 0;
  }
}
.o-header .a-logo {
  width: 100%;
  max-width: 143px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 1079px) {
  .o-header .a-logo {
    width: 51.2820512821vw;
  }
}
.o-header .a-logo a {
  line-height: 1;
}
.o-header .menu_box {
  display: flex;
  gap: 24px;
  width: 100%;
}
.o-header .menu_list {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 20px;
  width: 100%;
}
@media print, screen and (max-width: 1079px) {
  .o-header .menu_list {
    display: none;
  }
}
.o-header .menu_list li {
  text-align: center;
}
.o-header .menu_list li a {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-style: normal;
}
.o-header .menu_list li a .text {
  font-weight: 600;
}
.o-header .menu_list li a .label {
  font-size: 12px;
  color: #7b7b7b;
}
.o-header .button {
  max-width: 200px;
  width: 100%;
}
@media print, screen and (max-width: 1079px) {
  .o-header .button {
    display: none;
  }
}
.o-header .action_item {
  margin-left: 0;
  margin-right: auto;
}
.o-header .hamburger {
  position: relative;
  width: 26px;
  height: 18px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s;
  margin-top: 8px;
}
.o-header .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #71AFDA;
  display: inline-block;
  transition: all 0.5s;
}
.o-header .hamburger span:nth-of-type(1) {
  top: 0;
}
.o-header .hamburger span:nth-of-type(2) {
  top: 8px;
}
.o-header .hamburger span:nth-of-type(3) {
  bottom: 0;
}
.o-header .hamburger.is-active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.o-header .hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.o-header .hamburger.is-active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}
.o-header .o-spNavi {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 400px;
  padding-bottom: 100px;
  height: 100vh;
  transition: transform 0.4s;
  transform: translate(100%, 0);
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  width: 30%;
  align-items: flex-start;
}
@media print, screen and (max-width: 1079px) {
  .o-header .o-spNavi {
    top: 12vw;
    width: 100%;
  }
}
.o-header .o-spNavi.is-active {
  transform: translate(0, 0);
}
.o-header .o-spNavi .inner {
  padding: 60px 67px;
}
@media print, screen and (max-width: 1079px) {
  .o-header .o-spNavi .inner {
    padding: 26px 20px 120px;
  }
}
.o-header .o-spNavi .m-menu {
  width: 100%;
  padding: 30px;
}
.o-header .o-spNavi .link_list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #474645;
}
.o-header .o-spNavi .link_list .item {
  font-size: 14px;
}
@media print, screen and (max-width: 1079px) {
  .o-header .o-spNavi .link_list .item {
    font-size: 4.1025641026vw;
  }
}
.o-header .o-spNavi .link_list .item a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #474645;
  padding: 12px 0;
  position: relative;
}
.o-header .o-spNavi .link_list .item a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  margin: auto;
}
.o-header .o-spNavi .link_list .item a .text {
  font-weight: bold;
}
.o-header .o-spNavi .link_list .item a .label {
  font-size: 3.0769230769vw;
  color: #7b7b7b;
}

.o-page {
  margin-bottom: 80px;
}
@media print, screen and (max-width: 1079px) {
  .o-page {
    margin-bottom: 15.3846153846vw;
  }
}
.o-page.page-news, .o-page.page-contact, .o-page.page-privacy {
  margin-top: 0;
}
.o-page.page-news .o-post, .o-page.page-contact .o-post, .o-page.page-privacy .o-post {
  margin-top: 0;
}
.o-page.-single {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .o-page.-single {
    padding-top: 17.9487179487vw;
  }
}
.o-page.-single .m-card {
  margin-top: 160px;
}
@media print, screen and (max-width: 1079px) {
  .o-page.-single .m-card {
    margin-top: 80px;
  }
}
.o-page.-single .button {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.o-post .tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 8px;
}
.o-post .tag li {
  font-size: 13px;
  padding: 2px 12px;
  background: #dfc268;
  color: #fff;
  border-radius: 4px;
  width: 90px;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .o-post .tag li {
    font-size: 3.0769230769vw;
  }
}
.o-post .post-info .date {
  font-size: 16px;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .post-info .date {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.o-post .post-info .title {
  font-size: 20px;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .post-info .title {
    font-size: 5.1282051282vw;
  }
}
@media print, screen and (max-width: 1079px) {
  .o-post .post-info .title {
    font-size: 20px;
    line-height: 1.7;
  }
}
.o-post .main {
  position: relative;
}
.o-post .main .category {
  position: absolute;
  top: 0;
  left: 0;
  background: #004098;
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px 0 20px;
  font-size: 18px;
  line-height: 1;
}
@media print, screen and (max-width: 1079px) {
  .o-post .main .category {
    padding: 6px 22px;
    font-size: 14px;
    line-height: 1;
  }
}
.o-post .main .category.-school {
  background: #e3863b;
}
.o-post .main .category.-company {
  background: #65b6c5;
}
.o-post .main .info {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 800px;
  padding: 32px;
  left: 0;
  bottom: 0;
  border-radius: 0 20px 0 20px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .main .info {
    width: 100%;
    position: relative;
    background: none;
    padding: 0;
  }
}
.o-post .main .info .title {
  font-size: 24px;
  line-height: 1.6666666667;
  color: #e3863b;
}
@media print, screen and (max-width: 1079px) {
  .o-post .main .info .title {
    font-size: 20px;
    line-height: 1.7;
  }
}
.o-post .main .info .name {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.875;
}
@media print, screen and (max-width: 1079px) {
  .o-post .main .info .name {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.o-post .main img {
  border-radius: 20px;
}
.o-post .term {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 24px;
}
.o-post .term .item {
  margin-right: 24px;
  font-size: 16px;
  line-height: 2;
  color: #59b5e4;
}
@media print, screen and (max-width: 1079px) {
  .o-post .term .item {
    margin-right: 12px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.o-post .entry {
  font-size: 14px;
  line-height: 2;
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry {
    font-size: 3.5897435897vw;
  }
}
.o-post .entry > * {
  margin-bottom: 12px;
  width: 100% !important;
}
.o-post .entry img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.o-post .entry h2 {
  font-size: 22px;
  line-height: 1.75;
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry h2 {
    font-size: 5.1282051282vw;
  }
}
.o-post .entry h3 {
  position: relative;
  margin-top: 40px;
  font-size: 18px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry h3 {
    font-size: 4.1025641026vw;
  }
}
.o-post .entry h4 {
  font-size: 14px;
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry h4 {
    font-size: 3.5897435897vw;
  }
}
.o-post .entry ul li {
  position: relative;
  padding-left: 16px;
}
.o-post .entry ul li:before {
  position: absolute;
  content: "・";
  top: 2px;
  left: 0;
}
.o-post .entry ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.o-post .entry ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  /* 以下は自由に装飾... */
  padding-right: 10px;
  color: #50575B;
}
.o-post .entry ol ol {
  padding-left: 16px;
}
.o-post .entry blockquote {
  padding: 8px 12px;
  background: #f5f5f5;
}
.o-post .entry a {
  text-decoration: underline;
}
.o-post .entry a:hover {
  text-decoration: none;
  opacity: 0.6 !important;
}
.o-post .entry a:hover img {
  opacity: 0.6 !important;
}
.o-post .entry table {
  width: 100%;
  border-collapse: collapse;
}
.o-post .entry table th,
.o-post .entry table td {
  vertical-align: top;
  padding: 0.5em;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry table th,
  .o-post .entry table td {
    font-size: 3.0769230769vw;
  }
}
.o-post .entry table th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}
.o-post .detail {
  background: #f7e9de;
  border-radius: 20px;
  padding: 32px;
  font-size: 14px;
  line-height: 2;
  margin-top: 80px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .detail {
    margin-top: 40px;
    padding: 24px;
  }
}
.o-post .detail .title {
  font-size: 20px;
  line-height: 1.7;
  color: #e3863b;
  font-weight: bold;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .detail .title {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.o-post .detail .box {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 1079px) {
  .o-post .detail .box {
    display: block;
  }
}
.o-post .detail .box .name {
  margin-right: 32px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .detail .box .name {
    margin-right: 0;
  }
}
.o-post .m-pagenation {
  margin-top: 40px;
}
.o-post .button {
  margin-top: 40px;
}
.o-post .button .a-btn {
  margin-left: auto;
  margin-right: auto;
}

.page-index .main {
  position: relative;
  padding-bottom: 40px;
}
.page-index .infomation {
  background-image: url(../img/index/img02.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 54px;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 1079px) {
  .page-index .infomation {
    margin-bottom: -10.2564102564vw;
  }
}
.page-index .works {
  padding-top: 20px;
}
.page-index .works .title {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}
.page-index .works .list {
  padding-left: 20px;
  padding-right: 20px;
}
.page-index .works .list .item .img {
  margin-bottom: 12px;
}
.page-index .works .list .item .label {
  font-size: 12px;
  padding: 0px 12px;
  margin-bottom: 8px;
  border-radius: 4px;
  display: inline-block;
  color: #9A66A8;
  border: 1px solid #9A66A8;
}
@media print, screen and (max-width: 1079px) {
  .page-index .works .list .item .label {
    font-size: 3.0769230769vw;
  }
}
.page-index .works .list .item .label.is-dram {
  color: #9A66A8;
  border: 1px solid #9A66A8;
}
.page-index .works .list .item .label.is-movie {
  color: #6E9DC5;
  border: 1px solid #6E9DC5;
}
.page-index .works .list .item .label.is-variety {
  color: #CA5B9D;
  border: 1px solid #CA5B9D;
}
.page-index .works .list .item .headline {
  font-size: 14px;
  font-weight: 700;
}
@media print, screen and (max-width: 1079px) {
  .page-index .works .list .item .headline {
    font-size: 3.5897435897vw;
  }
}
.page-index .works-other {
  background-image: url(../img/index/img06.png);
  background-size: 390px;
  background-position: center top;
  background-repeat: repeat;
  padding-top: 80px;
  padding-bottom: 50px;
  padding-left: 24px;
  padding-right: 24px;
}
.page-index .works-other .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #ec8b98;
  padding: 8px 6px;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1079px) {
  .page-index .works-other .title {
    font-size: 5.8974358974vw;
    margin-bottom: 3.0769230769vw;
  }
}
.page-index .works-other .list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.page-index .works-other .list .item {
  margin-left: auto;
  margin-right: auto;
}
.page-index .works-other .list .item:nth-of-type(1) {
  max-width: 338px;
}
.page-index .works-other .list .item:nth-of-type(2) {
  max-width: 333px;
}
.page-index .works-other .list .item:nth-of-type(3) {
  max-width: 333px;
}
.page-index .worries .box01 {
  background-image: url(../img/index/img08.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 37px;
  padding-bottom: 34px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
.page-index .worries .box01 .list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.page-index .worries .box01 .list .item {
  font-size: 14px;
  line-height: 1.7;
  background-color: #615a62;
  padding: 10px 16px 10px 43px;
  color: #fff;
  max-width: 280px;
  background-image: url(../img/common/icon-check01.png);
  background-size: 12px;
  background-position: 16px center;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 1079px) {
  .page-index .worries .box01 .list .item {
    max-width: 61.5384615385vw;
    font-size: 3.5897435897vw;
  }
}
.page-index .worries .box01 .list .item .bar {
  background: linear-gradient(transparent 60%, #877474 60%);
}
.page-index .worries .box01 .text {
  margin-top: 92px;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .page-index .worries .box01 .text {
    margin-top: 10.2564102564vw;
  }
}
.page-index .worries .box01 .text .bg {
  background: #443a46;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding: 8px 24px;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.page-index .worries .box02 {
  background: linear-gradient(40.44deg, #ffe1e5 19.44%, #e8e7ff 33.56%, #e8e7ff 61.8%, #ffe1e5 75.92%);
  padding-top: 100px;
  padding-bottom: 45px;
  margin-top: -90px;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 1079px) {
  .page-index .worries .box02 {
    padding-top: 30.7692307692vw;
    margin-top: -23.0769230769vw;
  }
}
.page-index .worries .box02 .img img {
  width: 100%;
  height: auto;
}
.page-index .flow {
  padding-top: 60px;
}
.page-index .flow .lead {
  margin-top: 30px;
  margin-bottom: 12px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  font-style: italic;
  font-weight: 500;
}
@media print, screen and (max-width: 1079px) {
  .page-index .flow .lead {
    font-size: 4.6153846154vw;
    margin-bottom: 5.1282051282vw;
  }
}
.page-index .flow .flow-img {
  margin-bottom: 30px;
}
.page-index .flow .key01 {
  font-size: 28px;
  color: #127ac2;
  font-weight: 700;
}
.page-index .flow .flow-label {
  max-width: 229px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -30px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .flow .flow-label {
    max-width: 58.7179487179vw;
    margin-bottom: -7.6923076923vw;
  }
}
.page-index .flow .flow-box {
  background: linear-gradient(35.29deg, #b2f9f8 5.47%, #ffffff 48.16%, #fac1c8 90.85%);
  padding: 60px 20px 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .flow .flow-box {
    padding: 15.3846153846vw 5.1282051282vw 10.2564102564vw;
  }
}
.page-index .flow .flow-box .list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .flow .flow-box .list {
    gap: 7.6923076923vw;
  }
}
.page-index .flow .flow-box .list li {
  display: grid;
  grid-template-columns: 4fr 5fr;
  gap: 0;
  align-items: center;
  position: relative;
}
.page-index .flow .flow-box .list li:after {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 13px solid #127ac2;
  border-bottom: 0;
}
.page-index .flow .flow-box .list li:nth-of-type(1):after {
  display: none;
}
.page-index .flow .flow-box .list li .content .headline {
  font-size: 24px;
  font-weight: 700;
  color: #127ac2;
  font-family: "DM Sans", sans-serif;
  line-height: 1.2;
}
@media print, screen and (max-width: 1079px) {
  .page-index .flow .flow-box .list li .content .headline {
    font-size: 6.1538461538vw;
  }
}
.page-index .flow .flow-box .list li .content .text {
  font-size: 14px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .flow .flow-box .list li .content .text {
    font-size: 3.5897435897vw;
  }
}
.page-index .flow .flow-box .list li .content .text a {
  text-decoration: underline;
}
.page-index .requirements {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-index .requirements .list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  margin-top: 24px;
}
.page-index .requirements .list .item {
  border-bottom: 1px solid;
  border-image-source: linear-gradient(84.66deg, #037bc4 4.04%, #6f70b2 39.27%, #ca5b9d 71.47%);
  border-image-slice: 1;
  padding-bottom: 16px;
}
.page-index .requirements .list .item .headline {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .requirements .list .item .headline {
    font-size: 4.1025641026vw;
  }
}
.page-index .requirements .list .item .text {
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .requirements .list .item .text {
    font-size: 3.5897435897vw;
  }
}
.page-index .faq {
  background-image: url(../img/index/img18.png);
  background-position: center top;
  background-repeat: repeat;
  background-size: 390px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-index .faq .list {
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  margin-top: 50px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .faq .list {
    gap: 10.2564102564vw;
    margin-top: 12.8205128205vw;
  }
}
.page-index .faq .list .item {
  background-color: #fff;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(84.66deg, #037bc4 4.04%, #6f70b2 39.27%, #ca5b9d 71.47%);
  border-image-slice: 1;
}
.page-index .faq .list .item .question,
.page-index .faq .list .item .answer {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 57px;
  position: relative;
}
.page-index .faq .list .item .question:before,
.page-index .faq .list .item .answer:before {
  background-image: url(../img/common/icon-question01.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  content: "";
  position: absolute;
  left: 14px;
}
.page-index .faq .list .item .question {
  appearance: none;
  border: none;
  background: transparent;
  width: 100%;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  padding-right: 80px;
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .page-index .faq .list .item .question {
    font-size: 4.1025641026vw;
  }
}
.page-index .faq .list .item .question:before {
  background-image: url(../img/common/icon-question01.png);
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-index .faq .list .item .question .plus-box {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 0;
}
.page-index .faq .list .item .question .plus {
  position: relative;
  margin-right: 0;
}
.page-index .faq .list .item .question .plus:before, .page-index .faq .list .item .question .plus:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #a2497e;
  border-radius: 10px;
}
.page-index .faq .list .item .question .plus:before {
  width: 2px;
  height: 15px;
  left: 6px;
}
.page-index .faq .list .item .question .plus:after {
  width: 15px;
  height: 2px;
}
.page-index .faq .list .item.is-open .question .plus:before {
  transform: scaleY(0);
  opacity: 0;
}
.page-index .faq .list .item .answer {
  background-image: repeating-linear-gradient(90deg, #f4deeb, #f4deeb 3px, transparent 3px, transparent 7px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  font-size: 14px;
  padding-right: 15px;
  line-height: 1.7;
  padding-bottom: 16px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .faq .list .item .answer {
    font-size: 3.5897435897vw;
  }
}
.page-index .faq .list .item .answer:before {
  background-image: url(../img/common/icon-answer01.png);
  left: 14px;
}
.page-index .fixed-button {
  position: fixed;
  bottom: 20px;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 608px;
  width: 31.66667vw;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media print, screen and (max-width: 1079px) {
  .page-index .fixed-button {
    max-width: 100%;
    width: 100%;
  }
}
.page-index .fixed-button.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-index .form {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(30.95deg, #DAFFFE 16.11%, #E8E7FF 50.26%, #FFE1E5 90.52%);
}

.page-thanks .section-thanks {
  padding: 30px 15px;
  background: linear-gradient(45.9deg, rgba(232, 231, 255, 0.6) 13.92%, rgba(218, 255, 254, 0.6) 83.39%);
}
.page-thanks .section-thanks .title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .page-thanks .section-thanks .title {
    max-width: 87.6923076923vw;
  }
}
.page-thanks .section-thanks .lead {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
@media print, screen and (max-width: 1079px) {
  .page-thanks .section-thanks .lead {
    max-width: 69.7435897436vw;
  }
}
.page-thanks .section-thanks .text {
  font-size: 14px;
  margin-top: 24px;
  text-align: left;
}
.page-thanks .section-thanks .button-box {
  border: 1px solid #06C755;
  border-radius: 4px;
  background-color: #EBFFF3;
  padding: 20px;
  margin-top: 24px;
}
.page-thanks .section-thanks .button-box .button-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.page-thanks .section-thanks .button-box .icon {
  max-width: 40px;
  margin-left: auto;
  margin-right: auto;
}
.page-thanks .section-thanks .button-box .button-text {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}
.page-thanks .section-thanks .button-box .button-text .key01 {
  color: #06C755;
}
.page-thanks .section-thanks .button-box .button {
  margin-top: 24px;
}
@media print, screen and (max-width: 1079px) {
  .page-thanks .section-thanks .button-box .button {
    max-width: 85.8974358974vw;
  }
}

.page-about .section-lead {
  padding-top: 40px;
}
.page-about .section-lead .head {
  padding-left: 15px;
  padding-right: 15px;
}
.page-about .section-lead .head .img {
  max-width: 360px;
  width: 100%;
}
.page-about .section-lead .head .logo {
  margin-top: 12px;
  max-width: 253px;
  width: 100%;
}
.page-about .section-lead .box {
  position: relative;
  padding-bottom: 40px;
  margin-top: 20px;
}
.page-about .section-lead .box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  background: linear-gradient(45.9deg, #dafffe 13.92%, #e8e7ff 83.39%);
  display: block;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.page-about .section-lead .box .img {
  max-width: 294px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  z-index: 1;
  position: relative;
}
.page-about .section-lead .box .headline {
  max-width: 362px;
  width: 100%;
  position: absolute;
  top: 132px;
  left: 15px;
  z-index: 1;
}
.page-about .section-lead .box .text {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  margin-top: 49px;
  z-index: 1;
  position: relative;
}
.page-about .feature {
  padding-top: 50px;
  padding-bottom: 40px;
}
.page-about .feature .lead {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 26px;
}
.page-about .feature .arrow01 {
  max-width: 29px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.page-about .feature .list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px;
}
.page-about .feature .list .item {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.page-about .feature .list .item:nth-of-type(2n) .point {
  text-align: right;
}
.page-about .feature .list .item:nth-of-type(2n) .title {
  text-align: right;
}
.page-about .feature .list .item:nth-of-type(2n) .figure {
  right: inherit;
  left: 0;
}
.page-about .feature .list .item .point {
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(45.9deg, #a9e3e2 13.92%, #a5a1dd 83.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
.page-about .feature .list .item .point .number {
  background: linear-gradient(45.9deg, #a9e3e2 13.92%, #a5a1dd 83.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 64px;
  font-weight: 500;
}
.page-about .feature .list .item .img {
  position: relative;
  z-index: 1;
}
.page-about .feature .list .item .title {
  font-size: 24px;
  font-weight: 500;
  color: #4195ce;
  margin-bottom: 16px;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 1079px) {
  .page-about .feature .list .item .title {
    font-size: 6.1538461538vw;
  }
}
.page-about .feature .list .item .text {
  font-size: 16px;
  margin-top: 24px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 1079px) {
  .page-about .feature .list .item .text {
    font-size: 4.1025641026vw;
  }
}
.page-about .feature .list .item .figure {
  max-width: 260px;
  width: 100%;
  position: absolute;
  bottom: -100px;
  right: -10px;
  z-index: 0;
}
@media print, screen and (max-width: 1079px) {
  .page-about .feature .list .item .figure {
    max-width: 66.6666666667vw;
    bottom: -25.641025641vw;
  }
}
.page-about .lesson {
  padding-top: 80px;
}
.page-about .lesson .list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px;
  margin-top: 50px;
}
.page-about .lesson .list .item {
  padding-top: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.page-about .lesson .list .item:after {
  position: absolute;
  content: "";
  width: 92%;
  height: 100%;
  display: block;
  background: linear-gradient(45.9deg, rgba(232, 231, 255, 0.5) 13.92%, rgba(218, 255, 254, 0.5) 83.39%);
  top: 0;
  right: 0;
  border-radius: 48px 0 0 48px;
}
.page-about .lesson .list .item:nth-of-type(2n):after {
  left: 0;
  right: inherit;
  border-radius: 0 48px 48px 0;
}
.page-about .lesson .list .item .arrow {
  content: "";
  display: block;
  margin: auto;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 13px solid #8e535b;
  border-bottom: 0;
  width: 13px;
  margin-top: 34px;
  position: relative;
  z-index: 1;
}
.page-about .lesson .list .item .number {
  width: 58px;
  position: absolute;
  top: -17px;
  left: 0;
  z-index: 1;
}
.page-about .lesson .list .item .headline {
  max-width: 360px;
  position: relative;
  z-index: 1;
}
.page-about .lesson .list .item .img {
  max-width: 364px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.page-about .lesson .list .item .label {
  position: relative;
  z-index: 1;
  max-width: 209px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.page-about .lesson .list .item .text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.page-about .lesson .list .item .text .sub {
  font-weight: 400;
  color: #9595a3;
  margin-top: 8px;
}
.page-about .lesson .list .item .text .bar01 {
  background: linear-gradient(84.7deg, rgba(95, 178, 177, 0.3) 4.02%, rgba(133, 127, 225, 0.3) 45%, rgba(218, 109, 123, 0.3) 82.45%);
  background-size: 100% 40%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.page-about .lesson .list .item .text .key01 {
  color: #ec8b98;
}
.page-about .lesson .arrow02 {
  max-width: 26px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.page-about .cta {
  background-image: url(../img/about/cta.jpg);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.page-about .cta .titel {
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}
.page-about .cta .text {
  max-width: 321px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}
.page-about .cta .button {
  margin-top: 14px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.page-about .cta-text {
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(0deg, #e1f0fd, #e1f0fd), linear-gradient(45.9deg, rgba(218, 255, 254, 0.9) 13.92%, rgba(232, 231, 255, 0.9) 83.39%);
}
.page-about .cta-text .inner {
  padding-left: 28px;
  padding-right: 28px;
}
.page-about .cta-text .text01 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #4195ce;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 1079px) {
  .page-about .cta-text .text01 {
    font-size: 4.1025641026vw;
  }
}
.page-about .cta-text .text01 .normal {
  color: #333;
}
.page-about .cta-text .text02 {
  text-align: center;
  font-size: 20px;
  background: linear-gradient(84.66deg, #ca5b9d 4.04%, #6f70b2 39.27%, #037bc4 71.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 700;
  line-height: 3;
}
@media print, screen and (max-width: 1079px) {
  .page-about .cta-text .text02 {
    font-size: 4.6153846154vw;
  }
}
.page-about .cta-text .text02 .bar {
  background-size: 4px 2px;
  background-image: linear-gradient(to right, #6f70b2 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 12px;
}
.page-about .cta-text .img {
  margin-top: 30px;
}
.page-about .system {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-about .system .lead {
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-about .system .arrow01 {
  max-width: 29px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-about .system .img01,
.page-about .system .img02 {
  padding-left: 15px;
  padding-right: 15px;
}
.page-about .system .img01 {
  margin-top: 32px;
}
.page-about .rank {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../img/index/img18.png);
  background-position: center top;
  background-repeat: repeat;
  background-size: 390px;
}
.page-about .rank .lead {
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}
.page-about .rank .lead .bar01 {
  background: linear-gradient(transparent 60%, #ffffb3 60%);
  background-position: bottom;
  background-repeat: no-repeat;
  font-weight: 700;
}
.page-about .rank .img01,
.page-about .rank .img02,
.page-about .rank .text01 {
  padding-left: 15px;
  padding-right: 15px;
}
.page-about .rank .img01 {
  margin-top: 32px;
}
.page-about .rank .text01 {
  margin-top: 46px;
}
.page-about .rank .img02 {
  margin-top: 50px;
  padding-left: 28px;
  padding-right: 15px;
}
.page-about .comparison {
  padding-top: 50px;
}
.page-about .comparison .lead {
  text-align: center;
  margin-top: 28px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 2.8;
  font-size: 20px;
  font-weight: 600;
}
.page-about .comparison .lead .bar01 {
  background-size: 4px 2px;
  background-image: linear-gradient(to right, #6f70b2 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 12px;
}
.page-about .comparison .lead .key01 {
  color: #06c755;
}
.page-about .comparison .box {
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(0deg, #e1f0fd, #e1f0fd), linear-gradient(45.9deg, rgba(232, 231, 255, 0.9) 13.92%, rgba(218, 255, 254, 0.9) 83.39%);
}
.page-about .comparison .box .headline {
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
}
.page-about .comparison .box .srcoll {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.page-about .comparison .box .srcoll .img {
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media print, screen and (max-width: 1079px) {
  .page-about .comparison .box .srcoll .img {
    width: 600px;
  }
}
.page-about .comparison .box .text {
  font-size: 14px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.page-about .detail {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-about .detail .img {
  margin-top: 40px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.page-about .detail .annotation {
  font-size: 12px;
  color: #9595a3;
  margin-top: 16px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-about .voice .lead {
  margin-top: 40px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.page-about .voice .list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px;
}
.page-about .voice .list .item {
  position: relative;
  padding-left: 15px;
}
.page-about .voice .list .item:nth-of-type(2n) .figure {
  right: -10px;
  left: inherit;
}
.page-about .voice .list .item .img {
  position: relative;
  z-index: 1;
}
.page-about .voice .list .item .text {
  font-size: 12px;
  margin-top: 14px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}
@media print, screen and (max-width: 1079px) {
  .page-about .voice .list .item .text {
    font-size: 3.0769230769vw;
  }
}
.page-about .voice .list .item .figure {
  max-width: 260px;
  width: 100%;
  position: absolute;
  bottom: -100px;
  left: -10px;
  z-index: 0;
}
@media print, screen and (max-width: 1079px) {
  .page-about .voice .list .item .figure {
    max-width: 66.6666666667vw;
    bottom: -25.641025641vw;
  }
}
.page-about .parent {
  padding-top: 50px;
  padding-bottom: 30px;
}
.page-about .parent .a-headline-page .title {
  padding-bottom: 80px;
}
@media print, screen and (max-width: 1079px) {
  .page-about .parent .a-headline-page .title {
    padding-bottom: 20.5128205128vw;
  }
}
.page-about .parent .lead {
  font-size: 16px;
  margin-top: 24px;
  padding-left: 15px;
  padding-right: 15px;
}
@media print, screen and (max-width: 1079px) {
  .page-about .parent .lead {
    font-size: 4.1025641026vw;
  }
}
.page-about .parent .box {
  width: 94%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 40px;
  background: linear-gradient(45.9deg, rgba(218, 255, 254, 0.6) 13.92%, rgba(232, 231, 255, 0.6) 83.39%);
}
.page-about .parent .box .headline {
  max-width: 218px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.page-about .parent .box .img {
  padding-left: 15px;
  padding-right: 15px;
}
.page-about .parent .box .text {
  margin-top: 40px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}

body {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #fff;
  background: linear-gradient(36.86deg, rgba(255, 225, 229, 0.8) 15.86%, rgba(232, 231, 255, 0.8) 33.19%, rgba(218, 255, 254, 0.8) 50.88%, rgba(232, 231, 255, 0.8) 66.77%, rgba(255, 225, 229, 0.8) 90.96%);
}
body * {
  font-feature-settings: "palt";
}
body a {
  color: #333;
  transition: all 0.3s ease-out;
}
body a:hover {
  opacity: 0.7;
}
body .grecaptcha-badge {
  display: none !important;
}
body .inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media print, screen and (max-width: 1079px) {
  body .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body .-center {
  text-align: center;
}
body .weight500 {
  font-weight: 500;
}
body .weight600 {
  font-weight: 600;
}
body .weight700 {
  font-weight: 700;
}
body .is-hidden {
  display: none;
}
@media print, screen and (min-width: 1080px) {
  body .is-pc {
    display: block;
  }
}
@media print, screen and (max-width: 1079px) {
  body .is-pc {
    display: none;
  }
}
@media print, screen and (min-width: 1080px) {
  body .is-sp {
    display: none;
  }
}
@media print, screen and (max-width: 1079px) {
  body .is-sp {
    display: block;
  }
}
body .js-contents {
  opacity: 0;
  transition: all 0.6s ease-out;
  transform: translateY(20px);
}
body .js-contents.is-active {
  opacity: 1;
  transform: translateY(0);
}
body .js-sideArea {
  position: absolute;
  transition: all 0.4s ease-out;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
body .js-sideArea.is-active {
  opacity: 1;
}
body .js-sideArea .m-categoryNavi {
  position: fixed;
  top: 0;
  right: 32px;
}
body .js-sideArea .m-snsNavi {
  position: fixed;
  top: 0;
  left: 32px;
  width: 180px;
}
body .js-tabContents.is-active {
  display: block !important;
  animation: showCard 0.4s ease-out 0s;
}
@media print, screen and (max-width: 1400px) {
  body .is-sp .m-categoryNavi {
    display: block;
  }
}
body .js-navigation {
  position: fixed;
  left: 2%;
  bottom: 10px;
  width: 96%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
body .js-navigation li {
  width: 65%;
}
body .js-navigation li:first-child {
  width: 100%;
}
body .js-fixedNavi {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
body .js-autoSlide {
  opacity: 0;
  transition: all 0.6s ease-out;
  transform: translateY(20px);
}
body .js-autoSlide.is-active {
  opacity: 1;
  transform: translateY(0);
}
body .o-spNavi {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 100;
  width: 40%;
  height: 100vh;
  transition: transform 0.4s;
  transform: translate(100%, 0);
  background: #c11529;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi {
    width: 80%;
    top: 50px;
  }
}
body .o-spNavi.is-active {
  transform: translate(0, 0);
}
body .o-spNavi .inner {
  padding: 0 60px 60px;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .inner {
    padding: 0;
  }
}
body .o-spNavi .o-spNavi__upper {
  text-align: right;
}
body .o-spNavi .o-spNavi__upper .js-closeBtn {
  font-size: 18px;
  line-height: 1;
  width: 25px;
  margin-left: auto;
  margin-right: 0;
}
body .o-spNavi .button {
  display: block;
  margin-top: 24px;
  max-width: 100%;
}
body .o-spNavi .button .headline {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
body .o-spNavi .button .label {
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
}
body .o-spNavi .o-spNavi__item {
  margin-top: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item {
    margin-top: 0;
  }
}
body .o-spNavi .o-spNavi__item .item.is-parent.is-active span:after {
  opacity: 0;
}
body .o-spNavi .o-spNavi__item .item.has-child {
  position: relative;
}
body .o-spNavi .o-spNavi__item .item.has-child > a {
  position: relative;
}
body .o-spNavi .o-spNavi__item .item.has-child > a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
body .o-spNavi .o-spNavi__item .item.has-child.is-open > a:after {
  transform: rotate(-45deg);
}
body .o-spNavi .o-spNavi__item .item.has-child .child {
  display: none;
  background: rgba(255, 255, 255, 0.1);
}
body .o-spNavi .o-spNavi__item .item.has-child .child .child-item a {
  padding-left: 40px;
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item .item.has-child .child .child-item a {
    font-size: 3.0769230769vw;
  }
}
body .o-spNavi .o-spNavi__item .item a {
  display: block;
  width: 100%;
  padding: 20px;
  position: relative;
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item .item a {
    font-size: 3.5897435897vw;
    padding: 20px;
  }
}
body .o-spNavi .o-spNavi__item .item a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
}
body .o-spNavi .o-spNavi__item .item a .label {
  position: relative;
  display: block;
  font-size: 12px;
  color: #7a7a7a;
  margin-top: 0;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item .item a .label {
    font-size: 2.5641025641vw;
    top: -0.5128205128vw;
  }
}
body .o-spNavi .o-spNavi__item .a-btn {
  margin-left: auto;
  margin-right: auto;
}
body .o-spNavi .outside {
  margin-top: 18px;
}
body .o-spNavi .outside li {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.3333333333;
}
body .o-spNavi .outside li a {
  color: #fff;
}
body .o-spNavi .sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  gap: 20px;
}
body .o-spNavi .sns li {
  width: 24px;
}
body .o-spNavi .logo {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}

.js-spNavi_btn {
  width: 60px;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper {
  padding-bottom: 120px;
}

.swiper-pagination {
  bottom: 40px !important;
}

.no-posts {
  text-align: center;
  font-size: 24px;
  width: 100%;
}
.no-posts .text {
  font-weight: bold;
}
.no-posts .text-label {
  font-size: 16px;
  margin-top: 8px;
}

.aside_logo {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
  height: 100vh;
  width: 34.16667vw;
}

.aside_menu {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  width: 34.16667vw;
  height: 100vh;
}

.main-content {
  margin: 0 auto;
  max-width: 608px;
  width: 31.66667vw;
  position: relative;
  z-index: 10;
  overflow: hidden;
  line-height: 1.8;
  color: #1a1a1a;
  background-color: #fff;
}
@media print, screen and (max-width: 1079px) {
  .main-content {
    font-size: 0.78125vw;
    max-width: 100%;
    width: 100%;
  }
}

@media print, screen and (max-width: 1079px) {
  .aside_logo,
  .aside_menu {
    display: none;
  }
}

.shake {
  animation: bounceCTA 2s ease infinite;
}
.shake:hover {
  animation-play-state: paused;
}

@keyframes bounceCTA {
  0%, 100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-12px);
  }
  20% {
    transform: translateY(-6px);
  }
  30% {
    transform: translateY(-10px);
  }
  40% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(-6px);
  }
  60% {
    transform: translateY(0);
  }
}