@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Noto+Sans+JP:wght@200;300;400;500;700&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          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;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color 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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* 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;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

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

[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; /* Correct the outline style in Safari */
}

[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;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* 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 {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

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

html {
  height: 100%;
  --10px: 0.625rem;
  --11px: 0.6875rem;
  --12px: 0.75rem;
  --13px: 0.8125rem;
  --14px: 0.875rem;
  --15px: 0.9375rem;
  --16px: 1rem;
  --17px: 1.0625rem;
  --18px: 1.125rem;
  --19px: 1.1875rem;
  --20px: 1.25rem;
  --21px: 1.3125rem;
  --22px: 1.375rem;
  --23px: 1.375rem;
  --24px: 1.5rem;
  --25px: 1.5625rem;
  --26px: 1.625rem;
  --27px: 1.6875rem;
  --28px: 1.75rem;
  --29px: 1.8125rem;
  --30px: 1.875rem;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: var(--16px);
  color: #303030;
  width: 100%;
  height: 100%;
}
@media (max-width: 559px) {
  body {
    font-size: var(--14px);
  }
}
body .container {
  width: 100%;
  min-height: 100%;
  position: relative;
}

a.normal_link {
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media (max-width: 559px) {
  a.normal_link {
    text-decoration: underline;
  }
}
a.normal_link:link {
  color: #303030;
}
a.normal_link:visited {
  color: #303030;
}
a.normal_link:hover {
  color: #FF009F;
  text-decoration: underline;
}
a.normal_link:active {
  color: #FF009F;
  text-decoration: underline;
  text-decoration: underline;
}

a.underline_link {
  text-decoration: underline;
}

a.color_link {
  color: #FF009F;
}

.contentswidth {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.roundbutton {
  display: block;
  border-radius: 50%;
  border-radius: 25px;
  padding: 10px;
  background-color: #fff;
  width: 130px;
  text-align: center;
  font-size: var(--14px);
  text-decoration: none;
  color: #303030;
  margin: 0 auto;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(112, 112, 112, 0.25));
          filter: drop-shadow(1px 1px 1px rgba(112, 112, 112, 0.25));
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media (max-width: 559px) {
  .roundbutton {
    width: 100px;
    padding: 8px;
    font-size: var(--13px);
  }
}
.roundbutton:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-filter: drop-shadow(3px 2px 3px rgba(112, 112, 112, 0.1));
          filter: drop-shadow(3px 2px 3px rgba(112, 112, 112, 0.1));
}
.roundbutton_l {
  padding: 15px;
  width: 200px;
  border-radius: 28px;
  font-size: var(--18px);
}
@media (max-width: 559px) {
  .roundbutton_l {
    padding: 10px;
    width: 180px;
    border-radius: 22px;
    font-size: var(--16px);
  }
}

.button_registration {
  background-color: #FF009F;
  color: #ffffff;
}

.button_more {
  border: 1px solid #303030;
  width: 30%;
  background-color: #303030;
  color: #ffffff;
  max-width: 260px;
}

img.char {
  height: auto;
  position: absolute;
}
img.char svg {
  transform-box: fill-box;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.area_title {
  font-size: var(--28px);
  font-weight: 500;
  position: relative;
  text-align: center;
}
@media (max-width: 559px) {
  .area_title {
    font-size: var(--18px);
  }
}
.area_title::after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #FF009F;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5%;
}
@media (max-width: 559px) {
  .area_title::after {
    bottom: -7px;
  }
}

.contents_title {
  font-size: var(--20px);
  font-weight: 400;
}
@media (max-width: 559px) {
  .contents_title {
    font-size: var(--16px);
  }
}

.notfound .subpage_area .subpage_area_contents {
  text-align: center;
  padding-top: 10%;
}

.global_header {
  width: 100%;
  position: sticky;
  top: 0;
  padding: 0;
  z-index: 999;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
.global_header.js-scroll {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-filter: drop-shadow(1px 1px 1px rgba(112, 112, 112, 0.25));
          filter: drop-shadow(1px 1px 1px rgba(112, 112, 112, 0.25));
}
.global_header.js-down .global_header_inner .bat {
  bottom: 0;
}
.global_header .global_header_inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.global_header .global_header_inner .bat_area {
  position: absolute;
  right: 3%;
  display: inline-block;
  overflow: hidden;
  width: 2.578125vw;
  height: 2.421875vw;
  min-width: 35px;
  min-height: 32.8px;
}
.global_header .global_header_inner .bat {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 103%;
}
.global_header .global_header_inner .bat::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/img/char_png/bat.png) no-repeat;
  background-size: contain;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(112, 112, 112, 0.25));
          filter: drop-shadow(1px 1px 1px rgba(112, 112, 112, 0.25));
}
.global_header .global_header_nav_area {
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 559px) {
  .global_header .global_header_nav_area {
    padding: 5px 10px;
  }
}
.global_header .global_header_nav_area .global_header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.global_header .global_header_nav_area .global_header_menu li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.global_header .global_header_nav_area .global_header_menu li:last-of-type {
  margin-right: 0;
}
.global_header .global_header_nav_area .global_header_menu .roundbutton {
  position: relative;
  padding-right: calc(10px + 12%);
}
.global_header .global_header_nav_area .global_header_menu .button_registration::after {
  content: "";
  display: block;
  width: 9%;
  height: 100%;
  background-image: url(/img/_svg_user.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 12%;
}
.global_header .global_header_nav_area .global_header_menu .button_mypage::after {
  content: "";
  display: block;
  width: 14%;
  height: 100%;
  background-image: url(/img/_svg_mypage.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 10%;
}
.global_header .logo {
  max-width: 180px;
  width: 100%;
  margin-right: 5%;
}
.global_header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.global_header .logo img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
}

.global_footer {
  width: 100%;
  position: sticky;
  top: 100vh;
}
.global_footer .global_footer_bg {
  position: relative;
}
.global_footer .global_footer_bg img {
  vertical-align: bottom;
}
.global_footer .hachiemon_back {
  width: 7.1875vw;
  max-width: 92px;
  bottom: 1.953125vw;
  left: 11.71875vw;
  -webkit-animation: anim_vertical_s 0.6s ease 0s infinite alternate;
          animation: anim_vertical_s 0.6s ease 0s infinite alternate;
}
.global_footer .chicken {
  width: 15.15625vw;
  max-width: 194px;
  bottom: 5.859375vw;
  right: 15.625vw;
}
.global_footer .egg {
  width: 1.953125vw;
  max-width: 25px;
  bottom: 5.859375vw;
  right: 12.890625vw;
  -webkit-animation: anim_vertical_s 0.3s ease 0s infinite alternate;
          animation: anim_vertical_s 0.3s ease 0s infinite alternate;
}
.global_footer .global_footer_inner {
  width: 100%;
  background-color: #FFE6F6;
}
.global_footer .global_footer_inner .hachiemon_chicken {
  position: absolute;
  top: -80px;
  right: 0;
}
.global_footer .global_footer_contents {
  max-width: 960px;
  margin: 0 auto;
}
.global_footer .global_footer_menu {
  padding: 0 0 25px;
  text-align: center;
}
@media (max-width: 559px) {
  .global_footer .global_footer_menu {
    padding: 25px 0 25px;
  }
}
.global_footer .global_footer_menu .global_footer_menu_item {
  width: 100%;
  max-width: 700px;
  list-style: none;
  font-size: var(--14px);
  display: -ms-inline-grid;
  display: inline-grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.global_footer .copyright {
  font-size: var(--13px);
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 559px) {
  .global_footer .copyright {
    font-size: var(--10px);
  }
}

.top_hero_area {
  width: 100%;
  position: relative;
  margin-top: -75px;
  height: 744px;
  background-color: #FFE6F6;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
@media (max-width: 559px) {
  .top_hero_area {
    height: 450px;
    margin-top: -55px;
    padding-top: 55px;
  }
}
.top_hero_area .top_hero_area_contents {
  z-index: 1;
}
.top_hero_area .top_hero_area_contents .top_hero_area_contents_inner {
  padding: 0 3%;
}
.top_hero_area .top_hero_area_contents img {
  width: 100%;
  height: auto;
}
.top_hero_area .top_hero_area_contents .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
}
.top_hero_area .top_hero_area_contents .subtitle {
  font-size: var(--28px);
  font-weight: 500;
  text-align: center;
}
@media (max-width: 559px) {
  .top_hero_area .top_hero_area_contents .subtitle {
    font-size: var(--20px);
  }
}
.top_hero_area .top_hero_area_contents .hachiko,
.top_hero_area .top_hero_area_contents .hachiemon {
  width: 100%;
  max-width: 145px;
  -webkit-box-flex: 0;
      -ms-flex: 0 2 auto;
          flex: 0 2 auto;
}
.top_hero_area .top_hero_area_contents .logo {
  width: 100%;
  max-width: 460px;
  margin: 0 50px;
}
@media (max-width: 559px) {
  .top_hero_area .top_hero_area_contents .logo {
    margin: 0 20px;
  }
}
.top_hero_area .top_hero_area_contents .text {
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
  font-size: var(--18px);
}
@media (max-width: 559px) {
  .top_hero_area .top_hero_area_contents .text {
    font-size: var(--12px);
  }
}
.top_hero_area .top_hero_area_contents .roundbutton {
  margin-top: 100px;
}
@media (max-width: 559px) {
  .top_hero_area .top_hero_area_contents .roundbutton {
    margin-top: 30px;
  }
}
.top_hero_area .top_hero_area_chars {
  background-image: url("/img/bg_polygon.jpg");
  background-color: rgba(255, 255, 255, 0.65);
  background-blend-mode: lighten;
  background-attachment: fixed;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top_hero_area .top_hero_area_chars .bear {
  width: 8.046875vw;
  bottom: 10.15625vw;
  left: 6.25vw;
  -webkit-animation: anim_vertical_s 1s ease 0s infinite alternate;
          animation: anim_vertical_s 1s ease 0s infinite alternate;
}
.top_hero_area .top_hero_area_chars .tiger {
  width: 7.65625vw;
  bottom: 10.9375vw;
  left: 23.4375vw;
  -webkit-animation: anim_rotate_s 2.2s linear 0s infinite alternate;
          animation: anim_rotate_s 2.2s linear 0s infinite alternate;
}
@media (max-width: 559px) {
  .top_hero_area .top_hero_area_chars .tiger {
    bottom: 11.71875vw;
  }
}
.top_hero_area .top_hero_area_chars .kangaroo {
  width: 10.390625vw;
  bottom: 7.03125vw;
  left: -2.734375vw;
  -webkit-animation: anim_rotate 2s linear 0s infinite alternate;
          animation: anim_rotate 2s linear 0s infinite alternate;
}
.top_hero_area .top_hero_area_chars .rabbit {
  width: 7.65625vw;
  bottom: 13.28125vw;
  left: 13.28125vw;
  -webkit-animation: anim_vertical 0.8s ease 0s infinite alternate;
          animation: anim_vertical 0.8s ease 0s infinite alternate;
}
.top_hero_area .top_hero_area_chars .chameleon {
  width: 22.578125vw;
  bottom: 21.09375vw;
  left: -2.734375vw;
  -webkit-animation: anim_horizontal 2s linear 0s infinite alternate;
          animation: anim_horizontal 2s linear 0s infinite alternate;
}
.top_hero_area .top_hero_area_chars .pegasus {
  width: 9.53125vw;
  bottom: 17.1875vw;
  left: 4.6875vw;
  -webkit-animation: anim_vertical_l 1.5s ease-in-out 0s infinite alternate;
          animation: anim_vertical_l 1.5s ease-in-out 0s infinite alternate;
}
.top_hero_area .top_hero_area_chars .elephant {
  width: 10.234375vw;
  bottom: 8.59375vw;
  left: 10.9375vw;
  -webkit-animation: anim_rotate 2.5s linear 0s infinite alternate;
          animation: anim_rotate 2.5s linear 0s infinite alternate;
}
@media (max-width: 559px) {
  .top_hero_area .top_hero_area_chars .elephant {
    bottom: 10.9375vw;
  }
}
.top_hero_area .top_hero_area_chars .panda {
  width: 8.671875vw;
  bottom: 7.8125vw;
  left: 18.75vw;
  -webkit-animation: anim_rotate_l 2s linear 0.3s infinite alternate;
          animation: anim_rotate_l 2s linear 0.3s infinite alternate;
}
@media (max-width: 559px) {
  .top_hero_area .top_hero_area_chars .panda {
    bottom: 10.15625vw;
  }
}
.top_hero_area .top_hero_area_chars .squirrel {
  width: 7.1875vw;
  bottom: 7.03125vw;
  left: 26.5625vw;
  -webkit-animation: anim_vertical_s 0.6s ease 0s infinite alternate;
          animation: anim_vertical_s 0.6s ease 0s infinite alternate;
}
.top_hero_area .top_hero_area_chars .whale {
  width: 50.546875vw;
  bottom: 11.71875vw;
  right: -15.625vw;
  -webkit-animation: anim_vertical_s 4s ease-in-out 0s infinite alternate;
          animation: anim_vertical_s 4s ease-in-out 0s infinite alternate;
}
.top_hero_area .top_hero_area_chars .dolphin {
  width: 16.71875vw;
  bottom: 19.53125vw;
  right: 4.296875vw;
  -webkit-animation: anim_vertical_l 0.9s ease-in-out 0s infinite alternate;
          animation: anim_vertical_l 0.9s ease-in-out 0s infinite alternate;
}
.top_hero_area .top_hero_area_chars .tyrannosaurus {
  width: 21.484375vw;
  bottom: 7.8125vw;
  right: -6.25vw;
  -webkit-animation: anim_horizontal_s 2s linear 1.2s infinite alternate;
          animation: anim_horizontal_s 2s linear 1.2s infinite alternate;
}
.top_hero_area .top_hero_area_chars .cat {
  width: 9.921875vw;
  bottom: 7.8125vw;
  right: 16.796875vw;
  -webkit-animation: anim_vertical_l 0.8s ease 0s infinite alternate;
          animation: anim_vertical_l 0.8s ease 0s infinite alternate;
}
.top_hero_area .top_hero_area_chars .cow {
  width: 8.59375vw;
  bottom: 9.375vw;
  right: 11.71875vw;
  -webkit-animation: anim_rotate_l 1.8s linear 0s infinite alternate;
          animation: anim_rotate_l 1.8s linear 0s infinite alternate;
}
.top_hero_area .top_hero_area_chars .raccoon {
  width: 8.671875vw;
  bottom: 6.25vw;
  right: 21.875vw;
  -webkit-animation: anim_rotate 1.1s linear 0.3s infinite alternate;
          animation: anim_rotate 1.1s linear 0.3s infinite alternate;
}
.top_hero_area .top_hero_area_chars .mole {
  width: 8.28125vw;
  bottom: 7.8125vw;
  right: 0vw;
  -webkit-animation: anim_vertical_l 0.8s ease 0.5s infinite alternate;
          animation: anim_vertical_l 0.8s ease 0.5s infinite alternate;
}
@media (max-width: 559px) {
  .top_hero_area .top_hero_area_chars .mole {
    bottom: 10.9375vw;
  }
}
.top_hero_area .top_hero_area_chars .lion {
  width: 8.515625vw;
  bottom: 8.59375vw;
  right: 4.6875vw;
  -webkit-animation: anim_rotate 1.2s linear 0.2s infinite alternate;
          animation: anim_rotate 1.2s linear 0.2s infinite alternate;
}
@media (max-width: 559px) {
  .top_hero_area .top_hero_area_chars .lion {
    bottom: 9.375vw;
  }
}
.top_hero_area .top_hero_area_chars .penguin {
  width: 5.390625vw;
  bottom: 3.90625vw;
  right: 28.125vw;
  -webkit-animation: anim_rotate_s 0.6s linear 0s infinite alternate;
          animation: anim_rotate_s 0.6s linear 0s infinite alternate;
}
@-webkit-keyframes anim_vertical {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -8%);
            transform: translate(0, -8%);
  }
}
@keyframes anim_vertical {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -8%);
            transform: translate(0, -8%);
  }
}
@-webkit-keyframes anim_vertical_l {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
}
@keyframes anim_vertical_l {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
}
@-webkit-keyframes anim_vertical_s {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -6%);
            transform: translate(0, -6%);
  }
}
@keyframes anim_vertical_s {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -6%);
            transform: translate(0, -6%);
  }
}
@-webkit-keyframes anim_horizontal {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-6%, 0);
            transform: translate(-6%, 0);
  }
}
@keyframes anim_horizontal {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-6%, 0);
            transform: translate(-6%, 0);
  }
}
@-webkit-keyframes anim_horizontal_s {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-3%, 0);
            transform: translate(-3%, 0);
  }
}
@keyframes anim_horizontal_s {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-3%, 0);
            transform: translate(-3%, 0);
  }
}
@-webkit-keyframes anim_rotate {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes anim_rotate {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@-webkit-keyframes anim_rotate_l {
  0% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@keyframes anim_rotate_l {
  0% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@-webkit-keyframes anim_rotate_s {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
@keyframes anim_rotate_s {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
.top_hero_area .mask-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  position: absolute;
}

.top_service_area .top_service_area_inner {
  background-color: #F8F8F8;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 559px) {
  .top_service_area .top_service_area_inner {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.top_service_area .top_service_area_bg img, .top_service_area .top_service_area_bg svg {
  width: 100%;
  vertical-align: bottom;
}
.top_service_area .cardlist {
  width: 100%;
  max-width: 890px;
  margin: 50px auto 0 auto;
  padding: 0 30px;
  display: -ms-grid;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  list-style: none;
}
@media (max-width: 559px) {
  .top_service_area .cardlist {
    padding: 0 10px;
    gap: 20px;
  }
}
.top_service_area .cardlist .card {
  background-color: #ffffff;
  border-radius: 14px;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(112, 112, 112, 0.25));
          filter: drop-shadow(1px 1px 1px rgba(112, 112, 112, 0.25));
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.top_service_area .cardlist .card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-filter: drop-shadow(3px 2px 3px rgba(112, 112, 112, 0.1));
          filter: drop-shadow(3px 2px 3px rgba(112, 112, 112, 0.1));
}
.top_service_area .cardlist .card a {
  text-decoration: none;
  color: #303030;
  display: block;
  padding: 30px;
}
@media (max-width: 559px) {
  .top_service_area .cardlist .card a {
    padding: 15px 15px 30px;
  }
}
.top_service_area .cardlist .card p {
  margin-top: 55px;
}
@media (max-width: 559px) {
  .top_service_area .cardlist .card p {
    margin-top: 15px;
  }
}
.top_service_area .cardlist .logo_thumb {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 55px;
  margin-bottom: 30px;
}
@media (max-width: 559px) {
  .top_service_area .cardlist .logo_thumb {
    margin-bottom: 10px;
  }
}
.top_service_area .cardlist .logo_thumb_element {
  width: auto;
  height: auto;
  max-height: 55px;
}
@media (max-width: 559px) {
  .top_service_area .cardlist .logo_thumb_element {
    max-height: 45px;
  }
}
.top_service_area .cardlist .card_thumb {
  width: 100%;
  -webkit-filter: drop-shadow(0px 3px 4px rgba(112, 112, 112, 0.25));
          filter: drop-shadow(0px 3px 4px rgba(112, 112, 112, 0.25));
}
.top_service_area .button_area {
  margin-top: 50px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 559px) {
  .top_service_area .button_area {
    margin-top: 20px;
  }
}

.c_information_area {
  margin-top: 60px;
}
.c_information_area .c_information_area_contents {
  padding-top: 30px;
  padding-bottom: 60px;
}
.c_information_area .list_area {
  width: 100%;
  max-width: 890px;
  margin: 50px auto 0 auto;
  padding: 0 3%;
  list-style: none;
}
@media (max-width: 559px) {
  .c_information_area .list_area {
    padding: 0 5%;
    margin: 30px auto 0 auto;
  }
}
.c_information_area .list_area li {
  padding: 15px 7px;
  border-bottom: 1px dotted #cecece;
}
.c_information_area .list_area .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c_information_area .list_area .date {
  margin-right: 35px;
  font-size: var(--14px);
  font-family: "Lato";
  font-weight: 300;
  line-height: 1.7em;
}
@media (max-width: 559px) {
  .c_information_area .list_area .date {
    margin-right: 15px;
  }
}
.c_information_area .list_area .text {
  font-weight: 300;
}
.c_information_area .list_area .text span {
  display: block;
}
.c_information_area .list_area .text span:nth-child(n+2) {
  padding-top: 10px;
}
.c_information_area .button_more {
  display: none;
  margin-top: 60px;
}
@media (max-width: 559px) {
  .c_information_area .button_more {
    margin-top: 20px;
  }
}
.c_information_area .button_more.active {
  display: block;
}

.subpage_area .subpage_area_contents {
  padding: 3% 1.5%;
}
@media (max-width: 559px) {
  .subpage_area .subpage_area_contents {
    padding: 3% 5%;
  }
}
.subpage_area .subpage_area_contents .area_title {
  text-align: center;
  margin-bottom: 5%;
}
.subpage_area .subpage_area_contents p {
  padding: 0 1.5% 2.5%;
  line-height: 1.6;
}
@media (max-width: 559px) {
  .subpage_area .subpage_area_contents p {
    line-height: 1.4;
  }
}
.subpage_area .iframe_area {
  position: relative;
  width: 95%;
  height: 45vh;
  border: 1px solid #303030;
  border-radius: 12px;
  margin: 6% auto 3%;
  padding: 2%;
}
.subpage_area .iframe_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subpage_area.information_area .contents_title {
  margin-top: 1%;
  margin-bottom: 3%;
  position: relative;
  background-color: #F8F8F8;
  padding: 3% 1.5%;
}
.subpage_area.information_area .date {
  font-size: var(--15px);
  font-family: "Lato";
  font-weight: 300;
  line-height: 1.7em;
}
@media (max-width: 559px) {
  .subpage_area.information_area .date {
    font-size: var(--13px);
  }
}
.subpage_area.information_area .back_to_index_area {
  text-align: right;
}
.subpage_area.information_area .back_to_index {
  display: inline-block;
  margin: 5% 0;
  position: relative;
  display: inline-block;
  padding-left: 12px;
}
.subpage_area.information_area .back_to_index::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #FF009F;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.subpagecontents_area .subpagecontents_area_contents {
  padding: 2%;
}
.subpagecontents_area .subpagecontents_area_contents p {
  padding-bottom: 2.5%;
  line-height: 1.8;
}
.subpagecontents_area .subpagecontents_area_contents .title {
  font-weight: 500;
  padding: 3% 0;
}
.subpagecontents_area .subpagecontents_area_contents .postdate_wrapper {
  text-align: right;
  margin-bottom: 3%;
}
.subpagecontents_area .subpagecontents_area_contents .postdate {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.subpagecontents_area .subpagecontents_area_contents h2 {
  padding: 4% 0;
}
@media (max-width: 559px) {
  .subpagecontents_area .subpagecontents_area_contents h2 {
    font-size: var(--16px);
  }
}
.subpagecontents_area .subpagecontents_area_contents .list,
.subpagecontents_area .subpagecontents_area_contents .no_style_list {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.subpagecontents_area .subpagecontents_area_contents .list li,
.subpagecontents_area .subpagecontents_area_contents .no_style_list li {
  padding-bottom: 1%;
}
.subpagecontents_area .subpagecontents_area_contents .no_style_list {
  list-style: none;
}
.subpagecontents_area .subpagecontents_area_contents .inner_list {
  padding: 1% 3% 2%;
  padding-left: 0;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.subpagecontents_area .subpagecontents_area_contents .p_bottom_0 {
  padding-bottom: 0;
}
.subpagecontents_area .subpagecontents_area_contents .separate_area {
  margin-top: 8%;
}
.subpagecontents_area .subpagecontents_area_contents .border_list {
  border: solid #303030;
  border-width: 1px 0 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3%;
}
.subpagecontents_area .subpagecontents_area_contents .border_list dt, .subpagecontents_area .subpagecontents_area_contents .border_list dd {
  border: solid #303030;
  border-width: 0 1px 1px 0;
  padding: 1%;
}
.subpagecontents_area .subpagecontents_area_contents .border_list dt {
  background-color: #F8F8F8;
  width: 35%;
}
@media (max-width: 559px) {
  .subpagecontents_area .subpagecontents_area_contents .border_list dt {
    width: 100%;
  }
}
.subpagecontents_area .subpagecontents_area_contents .border_list dd {
  width: 65%;
}
@media (max-width: 559px) {
  .subpagecontents_area .subpagecontents_area_contents .border_list dd {
    width: 100%;
  }
}
.subpagecontents_area .subpagecontents_area_contents .border_list_over_optout_area {
  margin-bottom: 0;
}
.subpagecontents_area .subpagecontents_area_contents .border_list_over_optout_area dt {
  width: 30%;
}
@media (max-width: 559px) {
  .subpagecontents_area .subpagecontents_area_contents .border_list_over_optout_area dt {
    width: 100%;
  }
}
.subpagecontents_area .subpagecontents_area_contents .border_list_over_optout_area dd {
  width: 70%;
}
@media (max-width: 559px) {
  .subpagecontents_area .subpagecontents_area_contents .border_list_over_optout_area dd {
    width: 100%;
  }
}
.subpagecontents_area .subpagecontents_area_contents .optout_area_list {
  border: solid #303030;
  border-width: 0 1px 1px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 15px;
}
.subpagecontents_area .subpagecontents_area_contents .optout_area_list li {
  width: 33%;
  text-align: center;
}
.subpagecontents_area .subpagecontents_area_contents .optout_area_list li:first-of-type {
  margin-left: 0;
}
@media (max-width: 559px) {
  .subpagecontents_area .subpagecontents_area_contents .optout_area_list li {
    width: 100%;
    padding: 0 0 2%;
  }
}
.subpagecontents_area .subpagecontents_area_contents .userdata_list > li {
  margin-bottom: 50px;
}